Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-17 | Fix the history numbers when re-joining a room | mathieui | |
the <history/> element had a xmlns="" instead of the proper namespace. | |||
2012-08-08 | Fix yet another bunch of potential tracebacks | mathieui | |
(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-29 | Fixes #2327 (used "seconds" instead) | mathieui | |
2012-02-12 | Allow setting the affiliation of a JID, and add outcast affiliation | mathieui | |
(also, remove the reason of the affiliation change for the time being) | |||
2011-11-07 | Removed "WARNING" debug messages, because they are irrelevant | mathieui | |
2011-11-06 | Code cleanup (unused import, variables, undefined names, etc…) | mathieui | |
2011-11-06 | Should really fix #2284 and some other tbs | mathieui | |
2011-10-17 | /affiliation command | mathieui | |
(without the 'outcast' affiliation ATM) | |||
2011-10-17 | remove /visitor /participant /moderator and replace them with /role | mathieui | |
2011-10-14 | User role management in MUC (ie /visitor /particpant /moderator) | mathieui | |
2011-10-04 | fixes #2263 | Florent Le Coz | |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-09-06 | Change license to MIT | Florent Le Coz | |
2011-06-04 | fix the display of the action 'emptying the status', and some few minor changes | mathieui | |
2011-04-05 | Save the last presence. Fix #2133 | Florent Le Coz | |
2011-01-05 | remove useless debug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-04 | ask for NO history message when using /cycle | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-19 | better use sleekxmpp in muc.py | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-15 | a few renamings, and some other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-09 | fix 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-27 | Command mode in roster tab, toggle offline contacts with 'o' and sort ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
contacts by show | |||
2010-10-18 | fix password for muc. fixed #1940 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-16 | remove a little debug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-16 | remove 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-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-31 | Switch to Sleekxmpp. fixed #1768 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-14 | Fix a little bug on completion due to the separating line | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-09 | Fix 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-07 | update version | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-07 | Begin of a /whois command. Also, ALSMO fixed 1710 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | Allow the user to limit the number of history messages. fixed #1658 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-22 | remove useless shebangs. Fixed 1669 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-22 | Don't send <show>None</show> presence. fixed #1666 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-20 | add gapan to THANKS and fix Makefile one last time | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-19 | 0.6.2 beta | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-07-01 | server 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-30 | Use louiz for the default nick, fixed #1535 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | update README and version | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | Change version for 0.6 release | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | code cleanup before 0.6 beta | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | /quit can have a message. fixed #1488 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | Private messages! fixed #1077 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-06-13 | fix 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-24 | fixed #1140 (Display the error messages correctly. And also we can provide a ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
password when joining a room) | |||
2010-03-19 | fixed #1230 Do not put the 'there is a message' color when the message is ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
from the MUC history | |||
2010-02-14 | fixed #1138 #1111 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-13 | debut de vcard : les avatars | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-02-10 | little cleanup | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-01-31 | cleanup, launch.sh, makefile | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |