Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-06 | Add a nice marketing plugin | 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 | |
Also fix the copy of the default config if -f is used | |||
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 | Add a new replace_word plugin. | Florent Le Coz | |
2013-05-01 | Actually have a random nick ONLY when our nick is RANDOM | Florent Le Coz | |
2013-05-01 | Add a new random_nick plugin | Florent Le Coz | |
2013-05-01 | Little fix a doc | 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 | |
This way, if the MUC service decides to give us an other nick than the one we asked it works properly. | |||
2013-04-24 | Use ISO 8601 date format in the day_change plugin | 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 | |
Should improve speed on xhtml parsing, but be noticeable only with *heavy* (e.g. 1000chars with the rainbow plugin) xhtml stanzas. | |||
2013-04-16 | Use importlib for python 3.3 to load plugins | mathieui | |
(also probably fix the I/O operation on closed file issue when using imp) | |||
2013-04-13 | Update Makefile & Changelog | mathieui | |
2013-04-13 | Add the last pages, and the plugin examples | mathieui | |
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-04-12 | Start the plugin documentation | mathieui | |
(with admin.py) | |||
2013-04-12 | Add the XEP list | mathieui | |
2013-04-12 | Add the usage help | mathieui | |
2013-04-10 | Add keys | mathieui | |
2013-04-10 | Add the configuration section | mathieui | |
2013-04-10 | Add the separate accounts page | mathieui | |
2013-04-10 | Add the message correction note | mathieui | |
2013-04-10 | Move images, and add SSL page | mathieui | |
2013-04-09 | Somehow finish the migration of the command list | mathieui | |
2013-04-09 | New (py3k) theme | mathieui | |
2013-04-08 | Re-add the images | mathieui | |
2013-04-08 | Start migrating the command index | mathieui | |
2013-04-08 | Beginning of the migration to reST documentation | mathieui | |
2013-04-06 | Do not attempt to log things when use_log = false | mathieui | |
2013-04-05 | Handle I/O errors better | mathieui | |
- Do not crash because of low disk space - Notify the user whenever it happens - A few functions now return a boolean instead of nothing - Config.silent_set is Config.set_and_save without toggle and returning strings. It is used whenever we don’t need set_and_save - Config.set_and_save now returns a tuple (that can be passed directly to core.information()) TODO: display the precise error to the user (instead of “unable to…”) | |||
2013-04-05 | Consistency | mathieui | |
2013-04-04 | Add an option to choose between shared and separate input history | mathieui | |
- separate_history, defaults to false | |||
2013-04-04 | Fix #2255 (search in input history) | mathieui | |
- The input is split in two parts: on the left is what the user enters, on the right is the first match (the right part has a different color) - Start and cancel a search with ^R - Validate a search with enter, then press another time enter to send - CommandInput and MessageInput now inherit from the HistoryInput class and share some methods | |||
2013-03-31 | Remove the thread from the mpd_client | mathieui | |
(it should be in an external tool, not _inside_ poezio) | |||
2013-03-31 | Fix #2275, ref #2229 | mathieui | |
- Refactor the message handlers to be more readable - Add a group_corrections tab-specific option (#2229) - Fix issues with /correct in private tabs and conversation tabs | |||
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-18 | Revstr works in all conversation tabs now. | Florent Le Coz | |
2013-03-18 | Set the default anonymous server to a working one | mathieui | |
2013-03-17 | Add a timeout in the select() in mpd_client | mathieui | |
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-14 | Update CHANGELOG and list of XEPs | mathieui | |