Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-11 | Replace asyncio.ensure_future() with asyncio.create_task() | Emmanuel Gil Peyrot | |
The latter function got introduced in Python 3.7, which is conveniently our MSPV, so let’s use that. | |||
2021-02-03 | plugins: remove callbacks | mathieui | |
2019-10-14 | plugins/ping: Remove safeJID call | 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> | |||
2019-05-11 | plugins/ping: Import missing JID value (thanks madhur, and pylint) | Maxime “pep” Buquet | |
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 | |
2017-07-20 | Ping: properly process IQ errors, always display error condition | Georg Lukas | |
2017-05-15 | Improve feedback from the ping plugin. | Emmanuel Gil Peyrot | |
Always print the error-condition when the iq is of type error, also include the error text if it is present, and set a 10s timeout before giving up. | |||
2016-08-21 | Don’t call input completion() functions inside completion methods | mathieui | |
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions. | |||
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
2015-07-30 | Fix #3050 (better /ping completion) | mathieui | |
2014-11-25 | Do not enable xep_0199 in the ping plugin, it's always enabled anyway | Florent Le Coz | |
2014-04-30 | Remove Tab.get_name() and use Tab.name instead | mathieui | |
(keep a get_name() fallback just in case for now) | |||
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-03-27 | Remove useless "installation" parts from the plugin documentations | mathieui | |
2013-11-26 | refactor the texts in core to be more readable and fix some typos | Mathieu Pasquet | |
2013-10-06 | Fix #2356 (ping is blocking) | Mathieu Pasquet | |
2013-06-01 | Update caps after loading the ping plugin | 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. | |||
2013-03-01 | Do not ping twice in private tabs | mathieui | |
2013-03-01 | Improve the ping plugin | mathieui | |
fix a TB in the MUC fix the completion (no quotes) add a timeout of 5 seconds | |||
2013-02-01 | Fix a traceback with the Ping plugin | mathieui | |
2012-05-06 | Fix the ping plugin | mathieui | |
2012-02-14 | Fixes #2326 | mathieui | |
2011-11-15 | Add a /ping command through a ping plugin | mathieui | |
Fixes #1734 |