summaryrefslogtreecommitdiff
path: root/src/core/handlers.py
AgeCommit message (Expand)Author
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
2014-05-31get_tab_by_name() should specify a tab type whenever possibleFlorent Le Coz
2014-05-08Fix a hidden traceback on error message outside MUCsmathieui
2014-05-05Fix a traceback on adhoc errormathieui
2014-05-04Do not beep in a MUC if we receive a message from one of our resourcesmathieui
2014-05-04Implement the execution of ad-hoc commands (#1832)Florent Le Coz
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-29Do not ask for receipts in messages without a bodymathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-27Provide our own wrapper for checking the host category (ref #2511?)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
2014-04-26Fix the nickname of server-generated messagesmathieui
2014-04-25Fix #2516 (display error with carbons)mathieui
2014-04-15Fix #2440 (highlight composing tabs)mathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
2014-04-06Code cleanupmathieui
2014-04-05Split the Core classmathieui