Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-06 | Provide our own (non-blocking) wrappers for room configuration functions | mathieui | |
2014-04-26 | Fix #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-17 | Log part messages and show a leave message on /cycle | mathieui | |
2014-04-06 | Code cleanup | mathieui | |
fixes whitespace issues, some builtin overrides, and some enormous lines might make poezio run nanoseconds faster! | |||
2013-07-29 | Fix #2335 (crash on /cycle with room without userpart) | mathieui | |
2013-05-11 | Fix the reason in the ban message | mathieui | |
2013-05-09 | Add the 'changing_nick' event | Florent Le Coz | |
2013-05-01 | Lets plugins change the presence BEFORE joining a muc, with a new plugin event | Florent Le Coz | |
2013-03-04 | Make /affiliation and /role non-blocking (fix #2235) | mathieui | |
2013-01-17 | Move to the upstream SleekXMPP | mathieui | |
- 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-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 | |