summaryrefslogtreecommitdiff
path: root/src/core/handlers.py
AgeCommit message (Expand)Author
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