summaryrefslogtreecommitdiff
path: root/plugins/otr.py
AgeCommit message (Collapse)Author
2013-08-07Complete the documentation of the OTR pluginmathieui
(and fix a possible traceback)
2013-08-06Fix the same issue with the OTR pluginmathieui
2013-08-05Add trust management to the OTR plugin (/otr trust|untrust)mathieui
2013-08-05Add a new "drop" option to the OTR plugin (to drop the privkey)mathieui
2013-08-04Notify properly in the OTR plugin when a message is receivedmathieui
2013-08-04Add a helpful help for /otrmathieui
2013-08-04Rewrite the OTR plugin to use pure-python-otrmathieui
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.
2012-05-29Fix the OTR plugin completionmathieui
2012-05-13Use add_tab_command in the OTR pluginmathieui
2012-03-25Add the OTR pluginmathieui