summaryrefslogtreecommitdiff
path: root/src/core/handlers.py
AgeCommit message (Expand)Author
2015-07-21Always register the handlers for carbon, and only onceFlorent Le Coz
2015-07-20Fix wrong DNS resolution when reconnectingmathieui
2015-06-27Micro-optimize the roster refreshmathieui
2015-06-21Call update_caps() asynchronouslymathieui
2015-06-21Do not beep on outgoing carbons (fix #3049, fix #3091)mathieui
2015-06-18Fix #3080 (show roster names instead of JIDs)mathieui
2015-06-06Fix #3062 (mention /accept or /deny must be done in the roster tab)mathieui
2015-06-01Save the bookmark password in the tab in the initial join, for later usageFlorent Le Coz
2015-05-31Cleanup: remove sone unused code and threading stuffmathieui
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2015-04-28Display the MUC-related error messages inside the MUCmathieui
2015-04-16Fix MUC private messagesmathieui
2015-04-14Fix #2714 (make bare /bookmark use the current room password if there is one)mathieui
2015-04-13Fix #3043 (add a hint about /access when receiving a sub request)mathieui
2015-04-13“Disconnected from server” message is now an error only if we didn't ask ...Florent Le Coz
2015-04-13Display error messages inside a conversationmathieui
2015-04-13Handle error messages for realmathieui
2015-02-09Change the bookmark interfacemathieui
2015-01-28Minor fixes to the certificate warning prompt (#2949)mathieui
2014-12-30Only graphically ack a message if it was sent by usmathieui
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-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-04Set auto_reconnect to True by defaultFlorent Le Coz
2014-11-29Add our own JID to the rostermathieui
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-30Fix the ssl check for asynciomathieui
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-09-30Fix an other call to an old SleekXMPP function nameFlorent Le Coz
2014-08-01Fix a traceback when a receiving a message from a bare JIDFlorent Le Coz
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent 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-07-30Make the bookmark stuff non-blockingFlorent Le Coz
2014-07-30Fix all the connect() reconnect() stuffFlorent Le Coz
2014-07-30Send pings only when we are connectedFlorent Le Coz
2014-07-28Do not traceback when we receive a message from a JID with no resourceFlorent Le Coz
2014-07-24First adaptation to slixmppFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-07-06Fix #2534 (display who changed the topic)mathieui