Age | Commit message (Expand) | Author |
2013-04-16 | Use importlib for python 3.3 to load plugins | mathieui |
2013-04-06 | Do not attempt to log things when use_log = false | mathieui |
2013-04-05 | Handle I/O errors better | mathieui |
2013-04-05 | Consistency | mathieui |
2013-04-04 | Add an option to choose between shared and separate input history | mathieui |
2013-04-04 | Fix #2255 (search in input history) | mathieui |
2013-03-31 | Fix #2275, ref #2229 | mathieui |
2013-03-30 | Fix some PEP issues | mathieui |
2013-03-28 | Fix the help of /gaming | mathieui |
2013-03-28 | Typo/traceback | mathieui |
2013-03-28 | Add a (per-tab) notif_messages option to ignore MUC’s normal messages | Florent Le Coz |
2013-03-16 | Catch CorrectionError to avoid tracebacking when /correct fails | Florent Le Coz |
2013-03-16 | On /exit, save the config earlier. | Florent Le Coz |
2013-03-13 | Fix #2265 | mathieui |
2013-03-12 | Implement user gaming (xep-0196) | mathieui |
2013-03-11 | Fix #1839 (User mood/activity) | mathieui |
2013-03-11 | Fix #1841 (User nickname) | mathieui |
2013-03-11 | Add a receive_user_tune option (fix #2261) | mathieui |
2013-03-11 | Implement XEP-0118 (Fix #1840) | mathieui |
2013-03-10 | Disable plugins on exit | mathieui |
2013-03-10 | Fix #2241 | mathieui |
2013-03-10 | Fix #2122 (coloration of long messages) | mathieui |
2013-03-09 | Fix #2254 | mathieui |
2013-03-08 | Update the plugins to use the PluginAPI | mathieui |
2013-03-08 | Document with sphinx timed_events, common, and add methods to PluginAPI | mathieui |
2013-03-08 | Fix PluginAPI.run_command() | mathieui |
2013-03-06 | Introduce a new way for plugins to interact with poezio | mathieui |
2013-03-06 | FIX XHTML ISSUES DUE TO A SLEEKXMPP UPDATE | mathieui |
2013-03-06 | Add a CHAR_NEW_TEXT_SEPARATOR theming option | mathieui |
2013-03-05 | Rename 'normal_chatstate' event to 'conversation_chatstate' | 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 |
2013-03-03 | Fix #1923 (caps) | mathieui |
2013-03-03 | Fix #2182 (show s2s errors) | 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 #2226 (TB on /activity) | 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 |
2013-02-28 | Fix signal handling | mathieui |
2013-02-27 | Improve XEP-0308 support | mathieui |
2013-02-21 | Fix the background color of some messages | mathieui |
2013-02-15 | Fix a potential traceback on /ignore | mathieui |
2013-02-13 | Add an indicator of the number of participants | mathieui |
2013-02-11 | Do not add a space after /unignore completion | mathieui |
2013-02-03 | Fix the folding of contacts in multiple groups | mathieui |
2013-02-03 | Add a key (Alt+d) de delete the next word in the input. | Florent Le Coz |