summaryrefslogtreecommitdiff
path: root/src/core/completions.py
AgeCommit message (Collapse)Author
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
(keep a get_name() fallback just in case for now)
2014-04-26Fix #2514 (add a /toggle command)mathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords
2014-04-11Fix #2428 (complete fulljids on /version in MUCs)mathieui
also clean up some newlines mess
2014-04-05Split the Core classmathieui
Although the logic stays the same, and everything is put back together in a single class.