summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-18Set the version of the documentation to 0.9-dev as wellmathieui
2014-12-18Fix #2543 (irc plugin doesn't authenticate properly)mathieui
Join the fake room first, then send the message to nickserv, then join initial rooms. Also add two commands and one option.
2014-12-18Fix a hidden traceback in /set completionmathieui
2014-12-18Allow -1 as a value for optional arguments in the args parser to collect an ↵mathieui
unspecified number of items
2014-12-18Add a unit test for input completionmathieui
incomplete, but will help catch obvious wrong behaviors if we change anything in the completions.
2014-12-17Update CHANGELOG and versionsmathieui
2014-12-17Fix scrolling inside the input when the text is small enough to fitmathieui
(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-17Add completions for /cert_add and /cert_fetchmathieui
2014-12-17Fix the file (/import & /export) completion on the roster tabmathieui
2014-12-17Explicitly disconnect when refusing to acknowledge a certificate changemathieui
2014-12-17Handle invalid certificate chains (with the ca_cert_path option)mathieui
2014-12-16Add a decode_newlines option to the OTR pluginmathieui
I wish I didn’t have to do such ugly things to get a close-to-decent interop with legacy OTR plugins that insert awful HTML4 stuff inside messages that do not need it.
2014-12-15Check the py3k version AFTER loading the virtualenvmathieui
2014-12-11Fix #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-10Make the screen_detach plugin support tmux, and use asynciomathieui
2014-12-10Allow the plugins to use a default configuration toomathieui
through overloading the class variable default_config. also fix a bug that would add meaningless sections to plugin configurations.
2014-12-10Do not list __init__.py in /theme completionmathieui
2014-12-10Fix command_name’s argumentsFlorent Le Coz
2014-12-09Fix #2457 (add real regex support to the autocorrect plugin)mathieui
2014-12-09Fix #2842 (complete all existing options with /set-completion)mathieui
2014-12-09Introduce the go_to_previous_tab_on_alt_number optionFlorent Le Coz
fix #2841
2014-12-09Fix #2802 (add a /closeall command, with a new plugin)mathieui
2014-12-08Fix #2754 (make /xhtml send a message with receipts, chatstates and display ↵mathieui
it properly) (also make the message appear in PrivateTabs)
2014-12-08Fix #2804 (handle privatetabs in /message)mathieui
2014-12-08Fix #2691 (don’t glitch on failed /configure)mathieui
2014-12-08Add a visual “feature check” for chat states toomathieui
2014-12-08Add a decode_entities option to the OTR pluginmathieui
2014-12-08Remove a print statement that causes screen garbage when exec_remote is falseFlorent Le Coz
2014-12-08Document the pipe_cmd pluginmathieui
2014-12-08Fix /filter_xmlmaskmathieui
2014-12-08Improve the xhtml_to_poezio_colors sanitizationmathieui
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-08Sanitize the XHTML output by removing useless formatting charsmathieui
2014-12-08Keep using the OTR context for a specific resource when a ↵mathieui
DynamicConversationTab unlocks and handle the case where the otr request was made before locking
2014-12-07Fix the autojoin of bookmarks with passwordsmathieui
2014-12-07Don’t put newlines between xml stanzas in the xml tabmathieui
2014-12-07Fix the xml tab when pygments isn’t presentmathieui
2014-12-07Document the new filtering commandsmathieui
2014-12-07Add pygments to the requirementsmathieui
2014-12-07Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)mathieui
Also add /filter_from and /filter_to, and allow chaining filters.
2014-12-07Fix the rawxml command (3/78)mathieui
2014-12-05Add documentation for /set_defaultmathieui
and fix minor typing mistakes too
2014-12-05Update the pyenv pagemathieui
2014-12-05Add a set_default command.Eijebong
2014-12-05Fix the comment on auto_reconnect toomathieui
2014-12-04Update CHANGELOGmathieui
(with commit ids when they aren’t too many)
2014-12-04fix wrong argument name (2/78)Florent Le Coz
2014-12-04doc typoFlorent Le Coz
2014-12-04Glitches should not appear since we are not threaded, we have no excuse anymoreFlorent Le Coz
2014-12-04Reconnect doesn’t suck anymoreFlorent Le Coz
2014-12-04Rename the sleekxmpp module to slixmpp in the docFlorent Le Coz