summaryrefslogtreecommitdiff
path: root/src/multiuserchat.py
AgeCommit message (Collapse)Author
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
2010-07-01server on /join can be omitted, fixed #1525 Also reorganize various ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
functions in common.py and update CHANGELOG
2010-06-30Use louiz for the default nick, fixed #1535louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13update README and versionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13Change version for 0.6 releaselouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13code cleanup before 0.6 betalouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13/quit can have a message. fixed #1488louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13Private messages! fixed #1077louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13fix the hide_join_exit and hide_status_change options not working, also ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
don't send the vcard if we are not using anonymous auth
2010-03-24fixed #1140 (Display the error messages correctly. And also we can provide a ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
password when joining a room)