Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-14 | move date and time SHORT_FORMAT and LONG_FORMAT to the theme | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-26 | plugins/display_corrections: Adapt to new poezio.ui API | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-04 | plugin/display_corrections: prefer generator to list when looping | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
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> | |||
2018-08-15 | yapf -rip on plugins | mathieui | |
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2014-03-27 | Remove useless "installation" parts from the plugin documentations | mathieui | |
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-03-08 | Update the plugins to use the PluginAPI | mathieui | |
Also: - Add get_conversation_messages() to PluginAPI - Make plugins_autoload colon-separated instead of space-separated (for consistency) - Replace a JID() with a safeJID() in the uptime plugin | |||
2013-03-01 | Fix #2231 (update the plugins to use the new help system) | mathieui | |
And fix some imprecisions/mistakes in the help. | |||
2012-12-29 | Add a /display_corrections plugin. | Emmanuel Gil Peyrot | |