summaryrefslogtreecommitdiff
path: root/src/multiuserchat.py
AgeCommit message (Collapse)Author
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ↵Emmanuel Gil Peyrot
more than 1ms per call.
2014-09-29Don’t use deprecated-then-removed aliases from slixmpp.Emmanuel Gil Peyrot
2014-07-30Fix a bunch of iq.send() by removing the `block` argumentFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-05-06Provide our own (non-blocking) wrappers for room configuration functionsmathieui
2014-04-26Fix #2444 (implement room destroy)mathieui
- destroy the current room if no parameter - destroy the room given as a parameter if any - no reason or alt room because it would be ambiguous in a command (implementation ideas welcome)
2014-04-17Log part messages and show a leave message on /cyclemathieui
2014-04-06Code cleanupmathieui
fixes whitespace issues, some builtin overrides, and some enormous lines might make poezio run nanoseconds faster!
2013-07-29Fix #2335 (crash on /cycle with room without userpart)mathieui
2013-05-11Fix the reason in the ban messagemathieui
2013-05-09Add the 'changing_nick' eventFlorent Le Coz
2013-05-01Lets plugins change the presence BEFORE joining a muc, with a new plugin eventFlorent Le Coz
2013-03-04Make /affiliation and /role non-blocking (fix #2235)mathieui
2013-01-17Move to the upstream SleekXMPPmathieui
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation
2012-11-17Fix the history numbers when re-joining a roommathieui
the <history/> element had a xmlns="" instead of the proper namespace.
2012-08-08Fix yet another bunch of potential tracebacksmathieui
(notably, the /message one) All JID calls in poezio’s code were already covered, but sleekxmpp does that, too, so each jid given to sleek must be validated, otherwise an unwanted exception may occur.
2012-02-29Fixes #2327 (used "seconds" instead)mathieui
2012-02-12Allow setting the affiliation of a JID, and add outcast affiliationmathieui
(also, remove the reason of the affiliation change for the time being)
2011-11-07Removed "WARNING" debug messages, because they are irrelevantmathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-11-06Should really fix #2284 and some other tbsmathieui
2011-10-17/affiliation commandmathieui
(without the 'outcast' affiliation ATM)
2011-10-17remove /visitor /participant /moderator and replace them with /rolemathieui
2011-10-14User role management in MUC (ie /visitor /particpant /moderator)mathieui
2011-10-04fixes #2263Florent Le Coz
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-06Change license to MITFlorent Le Coz
2011-06-04fix the display of the action 'emptying the status', and some few minor changesmathieui
2011-04-05Save the last presence. Fix #2133Florent Le Coz
2011-01-05remove useless debuglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-04ask for NO history message when using /cyclelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19better use sleekxmpp in muc.pylouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15a few renamings, and some other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09fix some little issues. Rename gui to core, use logging lib instead of the ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
custom debug option. Add a -d option
2010-10-27Command mode in roster tab, toggle offline contacts with 'o' and sort ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
contacts by show
2010-10-18fix password for muc. fixed #1940louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-16remove a little debuglouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-16remove the warnings caused by the new version of sleekxmpp, and update the ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
connection method (changed also in sleek)
2010-10-04update e-mail address and READMElouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-31Switch to Sleekxmpp. fixed #1768louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-14Fix a little bug on completion due to the separating linelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-09Fix a little crash, fix the authentication process (was not working with ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
prosody, because it was wrong), fix the sending of the vcard (was broken too, but ejabberd doesn't complain...)
2010-08-07update versionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-07Begin of a /whois command. Also, ALSMO fixed 1710louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-05Allow the user to limit the number of history messages. fixed #1658louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-22remove useless shebangs. Fixed 1669louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-22Don't send <show>None</show> presence. fixed #1666louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20add gapan to THANKS and fix Makefile one last timelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-190.6.2 betalouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13