Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-21 | Fix a bug in /bookmark | mathieui | |
2015-02-09 | Add a bookmarkstab (fixes #2004) | mathieui | |
now we can edit stuff, save or cancel those modifications, and change the chose storage easily | |||
2015-02-09 | Refactor /bookmark to avoid code duplication | mathieui | |
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-30 | Add a command to reload the config. | Eijebong | |
2014-12-19 | Fix /destroy_room (7/78) | mathieui | |
2014-12-19 | Fix /toggle (6/78) | mathieui | |
2014-12-08 | Fix #2804 (handle privatetabs in /message) | mathieui | |
2014-12-07 | Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting) | mathieui | |
Also add /filter_from and /filter_to, and allow chaining filters. | |||
2014-12-07 | Fix the rawxml command (3/78) | mathieui | |
2014-12-05 | Add a set_default command. | Eijebong | |
2014-11-25 | Parse command arguments using a decorator and make things more consistent | Florent Le Coz | |
Avoid surprises with some commands accepting quoted arguments and some other not. fix #2555 | |||
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-20 | Fix #2719 (write/read in the plugin config files even when not loaded) | mathieui | |
2014-10-20 | Fix #2713 (make /set <option> return the value of the option) | mathieui | |
Should work for any case (plugin, different section, etc) | |||
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-10-20 | Change the API of Config.get_by_tabname | mathieui | |
Make the "default" parameter optional and thus move it to the end of the command with the other optional parameters. And change all the calls. | |||
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/core/handlers.py src/tabs/xmltab.py | |||
2014-10-03 | Fix #2692 (ad-hoc mistakes show /help list) | mathieui | |
2014-08-01 | Ad-hoc requests can be sent on any JID, not just servers | Florent Le Coz | |
2014-08-01 | Fix a few blocking iq, and remove all block=False function arguments | Florent Le Coz | |
2014-07-30 | Make the bookmark stuff non-blocking | Florent Le Coz | |
2014-07-30 | Fix a bunch of iq.send() by removing the `block` argument | Florent Le Coz | |
2014-07-30 | Fix all the connect() reconnect() stuff | Florent Le Coz | |
The /reconnect command should now properly work everytime. | |||
2014-07-24 | First adaptation to slixmpp | Florent Le Coz | |
2014-07-24 | Use slixmpp | Florent Le Coz | |
2014-05-04 | Add the /ad-hoc <jid> command to list commands of the given jid | 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-26 | Fix #2444 (implement room destroy) | mathieui | |
- destroy the current room if no parameter - destroy the room given as a parameter if any - no reason or alt room because it would be ambiguous in a command (implementation ideas welcome) | |||
2014-04-18 | Same formatting changes in core.commands | 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-12 | Fix #2503/4 (use “.” as an alias for the current tab in /move_tab) | mathieui | |
2014-04-11 | Fix #2421 (load and unload several plugins) | mathieui | |
2014-04-09 | Fix #2497/#2498 (/theme should return an error when loading fails) | mathieui | |
It was actually doing that for old python version but not recent onces | |||
2014-04-05 | Remove the pubsub-related stuff from the main branch | mathieui | |
as it is unused code anyway. | |||
2014-04-05 | Split the Core class | mathieui | |
Although the logic stays the same, and everything is put back together in a single class. |