Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | Handle the roster order cache as a real cache | mathieui | |
When an external (or internal) event may cause the order of the cache to be modified, or new elements to be added, schedule it for a rebuild. Otherwise, don’t, and only rebuild it when refreshing (that should improve refresh speed a lot). Also, if the position in the roster is further than the total size of the roster, go back to the top instead of displaying an empty window with “+++”. | |||
2013-05-11 | Add stubs for mpd & pyinotify | mathieui | |
2013-05-11 | Add a stub for pyotr | mathieui | |
2013-05-11 | Update the documentation | mathieui | |
(do not encourage people to copy the plugins) | |||
2013-05-11 | Reverse the plugin loading path | mathieui | |
2013-05-11 | Add a requirements.txt file (for pip/virtualenv) | mathieui | |
2013-05-11 | Generate the manpage for the config file with 'make man' | mathieui | |
2013-05-11 | Fix the reason in the ban message | mathieui | |
2013-05-10 | Do not add a nick to each bookmarked room | mathieui | |
2013-05-10 | Fix #2295 (sanitize commands given to /help) | mathieui | |
remove starting slashes and starting and trailing spaces | |||
2013-05-10 | Fix #2131 (Input cursor when pasting text) | mathieui | |
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 | Make the random_nick plugin work on "/nick RANDOM" as well | 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-09 | Add a regex-admin plugin | mathieui | |
2013-05-07 | Add underlined to the doc | mathieui | |
2013-05-06 | The name is poezio, not Poezio | Florent Le Coz | |
2013-05-06 | dlm | Florent Le Coz | |
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 | |