- 10 Mar, 2013 5 commits
- 09 Mar, 2013 1 commit
-
-
mathieui authored
(add a new theming option, too)
-
- 08 Mar, 2013 3 commits
-
-
mathieui authored
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
-
mathieui authored
- add methods related to timed events to the PluginAPI - remove parse_command_args_to_alias because str.format does that, and better → update the alias plugin
-
mathieui authored
-
- 07 Mar, 2013 1 commit
-
-
mathieui authored
-
- 06 Mar, 2013 4 commits
-
-
mathieui authored
(and tell what is failing)
-
mathieui authored
- Try to reduce the use of the “core” object in the plugins - New “api” member for each BasePlugin which is a wrapper around the unique PluginAPI object. (instead of having the methods directly in BasePlugin and then calling the PluginManager) - Documented methods with rst (for sphinx)
-
mathieui authored
(THE NAMESPACE WAS NOT PRESENT ANYMORE)
-
mathieui authored
-
- 05 Mar, 2013 1 commit
-
-
mathieui authored
-
- 04 Mar, 2013 5 commits
- 03 Mar, 2013 6 commits
-
-
mathieui authored
(also move replace_key_with_bound() to core.py, to prevent having common.py depending of config.py)
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
- Add the theming options COLOR_ROSTER_ERROR, CHAR_ROSTER_ERRROR, and CHAR_ROSTER_ASKED
-
mathieui authored
(if python had real closures, I would not need that)
-
- 02 Mar, 2013 4 commits
- 01 Mar, 2013 4 commits
- 28 Feb, 2013 4 commits
- 27 Feb, 2013 1 commit
-
-
mathieui authored
- Prevent correction of delayed messages - Prevent correction of messages by someone else in a MUC (and in a private tab) - Messages with unauthorized corrections (above) or wrong message id will be displayed as normal messages TODO: restrict the corrections to the same fullJID (only in direct "normal" conversations, because we can know in private an muc tabs, via the User object)
-
- 21 Feb, 2013 1 commit
-
-
mathieui authored
-