summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
AgeCommit message (Expand)Author
2016-10-07Replace sendPresence() with send_presence(), fix adding a contact.Emmanuel Gil Peyrot
2016-09-29Display status changes in one to one chatsmathieui
2016-09-29Make enable_xhtml_im tab-specificmathieui
2016-09-20Stop using deprecated aliases from slixmpp.Emmanuel Gil Peyrot
2016-08-26Fix #3193 (report PM errors in PM tab)mathieui
2016-08-26Remove walls of text from the main body of core.handlersmathieui
2016-08-20Fix #3219, Fix #3220 (no connection loops on some stream errors)mathieui
2016-08-20Fix a typo in the httpauth dialogmathieui
2016-08-20Implement XEP-0070 using the confirmtabmathieui
2016-08-19Use the confirmtab for TLS cert validationmathieui
2016-08-18Use conversation.get_nick() instead of conversation.nick when adding aEijebong
2016-07-14Improve the topic displaymathieui
2016-07-12Improve refresh performance in big roomsmathieui
2016-06-30Absolute imports everywheremathieui
2016-06-30Use absolute imports instead of relative onesmathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-24Limit 0184 receipts to one-to-one tabsmathieui
2016-06-22Fix a traceback on adhocmathieui
2016-06-12Fix core handlers, broken in the previous commit.Emmanuel Gil Peyrot
2016-06-12Split core handlers into its own (broken) class.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot