Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-23 | Also handle muc_nickchange for /tell. | Emmanuel Gil Peyrot | |
Fixes #3349. | |||
2017-10-08 | Change all “not … in …” into “… not in …”. | Emmanuel Gil Peyrot | |
2016-10-04 | Replace "MUC" by "chatroom" in the documentation | mathieui | |
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs. | |||
2016-10-02 | Fix #3229 (add a command to list /tell messages) | mathieui | |
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-11-11 | Use the command_args_parser in the tell plugin | mathieui | |
2014-09-17 | Fix #2581 (fix /untell completion) | mathieui | |
2014-03-27 | Remove useless "installation" parts from the plugin documentations | mathieui | |
2013-06-16 | Fix a tb with the tell plugin on wrong input | mathieui | |
it didn’t make anything crash, but still. | |||
2013-05-20 | Add the documentation for the /tell plugin | mathieui | |
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-03-31 | Add a /tell plugin | mathieui | |