summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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-11Fix #2847 (SASL External support)mathieui
2014-12-10Allow the plugins to use a default configuration toomathieui
2014-12-10Do not list __init__.py in /theme completionmathieui
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
2014-12-09Fix #2802 (add a /closeall command, with a new plugin)mathieui
2014-12-08Fix #2804 (handle privatetabs in /message)mathieui
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-07Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)mathieui
2014-12-07Fix the rawxml command (3/78)mathieui
2014-12-05Add documentation for /set_defaultmathieui
2014-12-05Add a set_default command.Eijebong
2014-12-04Set auto_reconnect to True by defaultFlorent Le Coz
2014-11-29Add our own JID to the rostermathieui
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-11-02Add a stream error handler in order to display error messagesmathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-31Fix some tracebacks on /set completionmathieui
2014-10-30Fix the ssl check for asynciomathieui
2014-10-29Fix two potential tracebacks on /set completionmathieui
2014-10-20Fix #2719 (write/read in the plugin config files even when not loaded)mathieui
2014-10-20Fix #2713 (make /set <option> return the value of the option)mathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
2014-10-16Do not ignore empty topicsFlorent Le Coz
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-12Add an open_all_bookmarks optionmathieui
2014-10-08Use SHA-2 (SHA-512) to store the certificate fingerprint instead of SHA-1mathieui
2014-10-03Fix #2692 (ad-hoc mistakes show /help list)mathieui
2014-09-30Fix an other call to an old SleekXMPP function nameFlorent Le Coz
2014-08-25Clear the numbers already entered on alt+j when the new one is not digitFlorent Le Coz
2014-08-07Continuation keys (like after M-j or Ctrl-c) are handled without blockingFlorent Le Coz
2014-08-01Fix a traceback when a receiving a message from a bare JIDFlorent Le Coz
2014-08-01Entirely remove the g_lock (used to avoid a few race conditions with ncures)Florent Le Coz
2014-08-01Ad-hoc requests can be sent on any JID, not just serversFlorent Le Coz
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
2014-08-01Little comments fixFlorent Le Coz
2014-08-01Privacy: do leak our last activy when our status is away or xaFlorent Le Coz
2014-08-01The password used can be changed at runtime using /set and /reconnectFlorent Le Coz
2014-08-01First implementation of auto_reconnect, poezio-sideFlorent Le Coz
2014-08-01Display “authentication failed” only when all auth methods failedFlorent Le Coz
2014-08-01Make the TimedEvents work with asyncioFlorent Le Coz
2014-07-31Make the resize work, using an ugly workaroundFlorent Le Coz
2014-07-30Make the bookmark stuff non-blockingFlorent Le Coz
2014-07-30Fix a bunch of iq.send() by removing the `block` argumentFlorent Le Coz
2014-07-30Fix all the connect() reconnect() stuffFlorent Le Coz