Age | Commit message (Expand) | Author |
2013-05-09 | Fix the exit message | mathieui |
2013-05-09 | Add a little workaround for MUC servers that do not send the 110 status | Florent Le Coz |
2013-05-09 | Add the 'changing_nick' event | Florent Le Coz |
2013-05-09 | Fix a crash introduce something like 5-6 commits ago, np. | Florent Le Coz |
2013-05-06 | Fix #2284 (don’t send always send an inactive chatstate with /w) | mathieui |
2013-05-06 | Fix #2286 | mathieui |
2013-05-01 | Fix a typo "on on an unknown platform" | Florent Le Coz |
2013-05-01 | Make Alt+backspace work on my freebsd | Florent Le Coz |
2013-05-01 | Document the new event | Florent Le Coz |
2013-05-01 | Lets plugins change the presence BEFORE joining a muc, with a new plugin event | Florent Le Coz |
2013-05-01 | Take into account the nick given by the MUC when joining a room. | Florent Le Coz |
2013-04-23 | Typo | mathieui |
2013-04-19 | Actually use the deprecated method for versions INFERIOR to 3.2 | mathieui |
2013-04-18 | Use ''.join(str) instead of str += … | mathieui |
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 |