Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | plugins: Make all changed plugins work in 1:1 tabs | Maxime “pep” Buquet | |
These were still using tabs.ConversationTab that's been replaced by Dynamic and StaticConversationTab. These class have been introduced after resource locking was removed in 1:1, because they were needed for some plugins like OTR. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-28 | plugins: Update use of tab.name to tab.jid where appropriate | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-15 | yapf -rip on plugins | mathieui | |
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-05-10 | Fix a crash in the marquee plugin | mathieui | |
xml does not like ascii control chars. | |||
2016-05-06 | Fix #3172 - Marquee plugin has a non-issue | mathieui | |
2016-04-01 | Fix #3181 (make /marquee work in all chat tabs) | mathieui | |
Detecting errors would be a pain though | |||
2015-08-27 | Fix the timing of the marquee plugin | mathieui | |
2015-08-27 | Add a marquee plugin | mathieui | |
Using the power of last message corrections |