Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | Fix #3105 (/message completion is slow) | mathieui | |
sorting things several times is slow, and our roster wrapper is even slower. remove the overly slow code until the roster wrapper is rewritten (do we even need this level of detailed sorting in the first place?) | |||
2015-05-06 | Remove unreachable code. | Emmanuel Gil Peyrot | |
2015-02-09 | Change the bookmark interface | mathieui | |
move the modulename to bookmark → boookmarks add a bookmarklist class with remove module-level variables do a features check on startup before trying to fetch the bookmarks | |||
2014-12-18 | Fix a hidden traceback in /set completion | mathieui | |
2014-12-10 | Allow the plugins to use a default configuration too | mathieui | |
through overloading the class variable default_config. also fix a bug that would add meaningless sections to plugin configurations. | |||
2014-12-10 | Do not list __init__.py in /theme completion | mathieui | |
2014-12-09 | Fix #2842 (complete all existing options with /set-completion) | mathieui | |
2014-12-05 | Add a set_default command. | Eijebong | |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-31 | Fix some tracebacks on /set completion | mathieui | |
(introduced by the automated default arguments of config.get) | |||
2014-10-29 | Fix two potential tracebacks on /set completion | mathieui | |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-08-01 | Fix a few blocking iq, and remove all block=False function arguments | Florent Le Coz | |
2014-04-30 | Remove Tab.get_name() and use Tab.name instead | mathieui | |
(keep a get_name() fallback just in case for now) | |||
2014-04-26 | Fix #2514 (add a /toggle command) | mathieui | |
2014-04-14 | Implement XEP-0249 (Direct MUC Invitations) | mathieui | |
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords | |||
2014-04-11 | Fix #2428 (complete fulljids on /version in MUCs) | mathieui | |
also clean up some newlines mess | |||
2014-04-05 | Split the Core class | mathieui | |
Although the logic stays the same, and everything is put back together in a single class. |