Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | Fix /toggle (6/78) | mathieui | |
2014-12-19 | Add a missing import of the XEP-0048 URL element | mathieui | |
2014-12-19 | Remove an useless input method which was needed with threads | mathieui | |
2014-12-19 | Fix #2861 (fix /ignore and /unignore (5/78)) | mathieui | |
2014-12-18 | Fix a hidden traceback in /set completion | mathieui | |
2014-12-18 | Allow -1 as a value for optional arguments in the args parser to collect an ↵ | mathieui | |
unspecified number of items | |||
2014-12-17 | Update CHANGELOG and versions | mathieui | |
2014-12-17 | Fix scrolling inside the input when the text is small enough to fit | mathieui | |
(e.g. during a completion, the input might scroll due to the length of the completed item, and not go back to its original state without this change) | |||
2014-12-17 | Add completions for /cert_add and /cert_fetch | mathieui | |
2014-12-17 | Fix the file (/import & /export) completion on the roster tab | mathieui | |
2014-12-17 | Explicitly disconnect when refusing to acknowledge a certificate change | mathieui | |
2014-12-17 | Handle invalid certificate chains (with the ca_cert_path option) | mathieui | |
2014-12-11 | Fix #2847 (SASL External support) | mathieui | |
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process | |||
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-10 | Fix command_name’s arguments | Florent Le Coz | |
2014-12-09 | Fix #2842 (complete all existing options with /set-completion) | mathieui | |
2014-12-09 | Introduce the go_to_previous_tab_on_alt_number option | Florent Le Coz | |
fix #2841 | |||
2014-12-09 | Fix #2802 (add a /closeall command, with a new plugin) | mathieui | |
2014-12-08 | Fix #2754 (make /xhtml send a message with receipts, chatstates and display ↵ | mathieui | |
it properly) (also make the message appear in PrivateTabs) | |||
2014-12-08 | Fix #2804 (handle privatetabs in /message) | mathieui | |
2014-12-08 | Fix #2691 (don’t glitch on failed /configure) | mathieui | |
2014-12-08 | Add a visual “feature check” for chat states too | mathieui | |
2014-12-08 | Remove a print statement that causes screen garbage when exec_remote is false | Florent Le Coz | |
2014-12-08 | Fix /filter_xmlmask | mathieui | |
2014-12-08 | Improve the xhtml_to_poezio_colors sanitization | mathieui | |
add some tests, and remove the test_datetime_tuple because of python time module misbehavior with timezones set manually. (potentially due to http://bugs.python.org/issue6478) | |||
2014-12-08 | Sanitize the XHTML output by removing useless formatting chars | mathieui | |
2014-12-07 | Fix the autojoin of bookmarks with passwords | mathieui | |
2014-12-07 | Don’t put newlines between xml stanzas in the xml tab | mathieui | |
2014-12-07 | Fix the xml tab when pygments isn’t present | 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 documentation for /set_default | mathieui | |
and fix minor typing mistakes too | |||
2014-12-05 | Add a set_default command. | Eijebong | |
2014-12-04 | fix wrong argument name (2/78) | Florent Le Coz | |
2014-12-04 | Set auto_reconnect to True by default | Florent Le Coz | |
2014-11-29 | Fix /name | mathieui | |
2014-11-29 | Add our own JID to the roster | mathieui | |
2014-11-25 | fix wrong argument name (1/78) | Florent Le Coz | |
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-11-15 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
2014-11-15 | Fix the color of the first line for offline messages | mathieui | |
2014-11-13 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
2014-11-13 | Fix a typo in /unlock help | mathieui | |
2014-11-12 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
2014-11-12 | Don’t display a feature check of the remote party if it doesn’t support ↵ | mathieui | |
anything it’s confusing. | |||
2014-11-02 | Add a stream error handler in order to display error messages | mathieui | |
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 the default value of Config.get to None | mathieui | |
Might fix some not-yet-seen bugs | |||
2014-10-31 | Fix some tracebacks on /set completion | mathieui | |
(introduced by the automated default arguments of config.get) |