summaryrefslogtreecommitdiff
path: root/plugins/ping.py
AgeCommit message (Collapse)Author
2013-04-13Move the plugins documentationmathieui
(use automodule directive & docstrings)
2013-03-08Update the plugins to use the PluginAPImathieui
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-01Fix #2231 (update the plugins to use the new help system)mathieui
And fix some imprecisions/mistakes in the help.
2013-03-01Do not ping twice in private tabsmathieui
2013-03-01Improve the ping pluginmathieui
fix a TB in the MUC fix the completion (no quotes) add a timeout of 5 seconds
2013-02-01Fix a traceback with the Ping pluginmathieui
2012-05-06Fix the ping pluginmathieui
2012-02-14Fixes #2326mathieui
2011-11-15Add a /ping command through a ping pluginmathieui
Fixes #1734