Age | Commit message (Expand) | Author |
2015-11-04 | Fix #3113 (show outgoing invitations to the log) | mathieui |
2015-10-05 | Get rid of the muc_history_length option | mathieui |
2015-10-05 | Fix #3130 (self-ping & /cycle not using known room password) | mathieui |
2015-08-12 | /list <jid> uses the whole JID, not just the server part of the given JID | Florent Le Coz |
2015-06-21 | Fix #3051 (always add an id attribute to rawxml IQ set/get) | mathieui |
2015-06-06 | Fix /list when no server is provided | mathieui |
2015-06-01 | Use the password stored in the MucTab, with /join, if none is found otherwise | Florent Le Coz |
2015-05-11 | Remove gettext support, as we don’t want to translate poezio, and it takes ... | Emmanuel Gil Peyrot |
2015-05-08 | Don’t call for resize on /set | mathieui |
2015-04-14 | Fix #2714 (make bare /bookmark use the current room password if there is one) | mathieui |
2015-04-13 | Add a "." shortcut to /set in order to set the section for the current tab JID | mathieui |
2015-04-13 | Fix a bug introduced in ee6c7d3 | mathieui |
2015-04-12 | Allow /set option=value | mathieui |
2015-04-12 | Fix #3035 (display config values on empty /set) | mathieui |
2015-03-18 | Do not traceback on /set without any argument | Florent Le Coz |
2015-02-26 | The /list command should list rooms on the given fulljid, not just the bare jid | Florent Le Coz |
2015-02-21 | Fix a bug in /bookmark | mathieui |
2015-02-09 | Add a bookmarkstab (fixes #2004) | mathieui |
2015-02-09 | Refactor /bookmark to avoid code duplication | mathieui |
2015-02-09 | Change the bookmark interface | mathieui |
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 |
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 |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
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 |
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 |
2014-10-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
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 |
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 |
2014-04-26 | Fix #2514 (add a /toggle command) | mathieui |
2014-04-26 | Fix #2444 (implement room destroy) | mathieui |
2014-04-18 | Same formatting changes in core.commands | mathieui |
2014-04-14 | Implement XEP-0249 (Direct MUC Invitations) | mathieui |
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 |