Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | missing space in the status plugin | mathieui | |
2013-03-10 | Fix #2241 | mathieui | |
2013-03-10 | Fix #2122 (coloration of long messages) | mathieui | |
- Add a “prepend” attribute to the Line tuple I’m not sure of the impact of this on performance (we parse the message yet another time) | |||
2013-03-10 | fix the color of the scrolled tab with the dark theme | mathieui | |
2013-03-09 | Fix #2254 | mathieui | |
(add a new theming option, too) | |||
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-08 | Document with sphinx timed_events, common, and add methods to PluginAPI | mathieui | |
- 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 | |||
2013-03-08 | Fix PluginAPI.run_command() | mathieui | |
2013-03-07 | Make the script posix-compliant | mathieui | |
2013-03-06 | Upgrade update.sh to stop when an update fails | mathieui | |
(and tell what is failing) | |||
2013-03-06 | Introduce a new way for plugins to interact with poezio | mathieui | |
- 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) | |||
2013-03-06 | FIX XHTML ISSUES DUE TO A SLEEKXMPP UPDATE | mathieui | |
(THE NAMESPACE WAS NOT PRESENT ANYMORE) | |||
2013-03-06 | Add a CHAR_NEW_TEXT_SEPARATOR theming option | mathieui | |
2013-03-05 | Fix the documentation for Alt-C/Alt-D | mathieui | |
2013-03-05 | Rename 'normal_chatstate' event to 'conversation_chatstate' | mathieui | |
for consistency | |||
2013-03-05 | Display the “dev” docutmentation directory in the index | mathieui | |
2013-03-04 | Make /affiliation and /role non-blocking (fix #2235) | mathieui | |
2013-03-04 | Add a show_s2s_errors config option (cf #2182) | mathieui | |
2013-03-04 | Fix /xhtml | mathieui | |
2013-03-04 | Fix #2126 (per-server configuration sections) | mathieui | |
(also move replace_key_with_bound() to core.py, to prevent having common.py depending of config.py) | |||
2013-03-04 | Fix a typo in the documentation | mathieui | |
2013-03-03 | Update CHANGELOG with a bunch of commits | mathieui | |
2013-03-03 | Fix #1923 (caps) | mathieui | |
2013-03-03 | Fix #2182 (show s2s errors) | mathieui | |
- Add the theming options COLOR_ROSTER_ERROR, CHAR_ROSTER_ERRROR, and CHAR_ROSTER_ASKED | |||
2013-03-03 | Fix a bug in the status plugin | mathieui | |
(if python had real closures, I would not need that) | |||
2013-03-03 | Add help about multi-account | mathieui | |
2013-03-03 | Add a plugins_conf_dir option | mathieui | |
2013-03-02 | Fix #2132 (/disconnect) | mathieui | |
2013-03-02 | Fix /reconnect | mathieui | |
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-03-01 | Fix #2226 (TB on /activity) | mathieui | |
2013-02-28 | Remove frugalware from the distros with support and add gentoo | mathieui | |
2013-02-28 | Remove a debug that floods too much | mathieui | |
2013-02-28 | Fix a traceback due to a sleekxmpp API change | mathieui | |
- remove the help message for people still using the old custom sleekxmpp repo | |||
2013-02-28 | Fix signal handling | mathieui | |
- reload the config/theme with SIGUSR1 - quit properly with SIGHUP/SIGTERM | |||
2013-02-27 | Improve XEP-0308 support | mathieui | |
- 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) | |||
2013-02-21 | Fix the background color of some messages | mathieui | |
2013-02-15 | Fix a potential traceback on /ignore | mathieui | |
(if the room was not joined) | |||
2013-02-13 | Add an indicator of the number of participants | mathieui | |
(like in weechat) | |||
2013-02-11 | Do not add a space after /unignore completion | mathieui | |
2013-02-03 | Fix the folding of contacts in multiple groups | mathieui | |
(add a defaultdict to keep the folded state in each group) | |||
2013-02-03 | Add a key (Alt+d) de delete the next word in the input. | Florent Le Coz | |
2013-02-03 | Remove some useless keys, and change the keys to scroll the info win. | Florent Le Coz | |
M-d and M-c become M-D and M-C | |||
2013-02-03 | Fix a traceback on the completion of /correct | mathieui | |
when no message has been sent yet | |||
2013-02-01 | Fix a traceback with the Ping plugin | mathieui | |
2013-01-29 | Fix a tb on /accept. Make sure jid is a JID object, not an str. | Florent Le Coz | |
2013-01-29 | make the options in the config files case sensitive. | Florent Le Coz | |
2013-01-29 | scroll_to_separator now scrolls to the top if there’s no separator. | Florent Le Coz | |