Mercurial > xib
comparison README @ 154:25f6778b8841
updated README for 0.3
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Sun, 17 Jan 2010 23:14:39 +0100 |
parents | 17305e57f71d |
children | 7af07b7bf6fd |
comparison
equal
deleted
inserted
replaced
153:0a8f96a1d200 | 154:25f6778b8841 |
---|---|
1 > Introduction | 1 > Introduction |
2 | 2 |
3 This is the first release of xib so some things are not implemented yet, if you want/need an error-safe bot, don't use this one ! | 3 This is the first release of xib so some things are not implemented yet, if you want/need an error-safe bot, don't use this one ! |
4 | 4 |
5 Here is the list of things that still need to be implemented: | 5 Here is the list of things that still need to be implemented: |
6 - internationalization | |
6 - handle cross-protocol kicks | 7 - handle cross-protocol kicks |
7 - split logs into multiple files | 8 - split logs into multiple files |
8 - handle password-protected rooms | 9 - handle password-protected rooms |
9 | 10 |
10 xib includes its own version of the old irclib.py <http://python-irclib.sourceforge.net/> because this library doesn't correctly handle the different character encodings, I'm sorry about it but I don't have time to contribute to the upstream version right now, I don't know if it still has developers anyway | 11 xib includes its own version of the old irclib.py <http://python-irclib.sourceforge.net/> because this library doesn't correctly handle the different character encodings, I'm sorry about it but I don't have time to contribute to the upstream version right now, I don't know if it still has developers anyway |
23 > Changelog: | 24 > Changelog: |
24 0.3: | 25 0.3: |
25 - new mode "bypass", this allows to connect more than one bot for each IRC server without having so many nickname conflicts that the bot looks like it is in limited mode | 26 - new mode "bypass", this allows to connect more than one bot for each IRC server without having so many nickname conflicts that the bot looks like it is in limited mode |
26 - new bridge attribute "irc_connection_interval" (in seconds) | 27 - new bridge attribute "irc_connection_interval" (in seconds) |
27 - removed automatic switching to limited mode | 28 - removed automatic switching to limited mode |
29 - created 5 commands: | |
30 - change-bridge-mode | |
31 - connections | |
32 - irc-connections | |
33 - xmpp-connections | |
34 - debug | |
35 - improved the quality of the code | |
36 - finally, as usual, fixed many bugs and introduced new ones | |
28 0.2: | 37 0.2: |
29 - fixed many many bugs | 38 - fixed many many bugs |
30 - new command system | 39 - new command system |
31 - rejoin on kick and leave on ban | 40 - rejoin on kick and leave on ban |
32 - added an ugly ping mechanism to keep the connections open | 41 - added an ugly ping mechanism to keep the connections open |