comparison README @ 107:b9263a9aaa34

Updated README for 0.2 Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sun, 22 Nov 2009 00:02:58 +0100
parents e7766a49b199
children 49d305b0bd9b
comparison
equal deleted inserted replaced
106:f38735f609b9 107:b9263a9aaa34
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 the important things that still need to be implemented: 5 Here is the list of things that still need to be implemented:
6 - handle kicks 6 - handle cross-protocol kicks
7
8 and a list of features that should be implemented but are not critical for usual use case:
9 - split logs into multiple files 7 - split logs into multiple files
10 - handle password-protected rooms 8 - handle password-protected rooms
11 - handle room deletion and muc server reboot
12 9
13 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 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
14 11
15 12
16 > xib dependencies: 13 > xib dependencies:
17 - python 2.6 14 - python 2.6
18 - xmppony 0.1 15 - xmppony 0.1
16 - argparse (added in xib 0.2 for the new command system)
19 17
20 18
21 > Contributors: 19 > Contributors:
22 Changaco <changaco@changaco.net> 20 Changaco <changaco@changaco.net>
23 21
24 22
25 > Changelog: 23 > Changelog:
24 0.2:
25 - fixed many many bugs
26 - new command system
27 - rejoin on kick and leave on ban
28 - added an ugly ping mechanism to keep the connections open
29 - don't create an XMPP duplicate of ChanServ
30 - "/me" handling
26 0.1.1: 31 0.1.1:
27 - fixed bug that prevented the bot from connecting to freenode and all other servers that don't send "umode" 32 - fixed bug that prevented the bot from connecting to freenode and all other servers that don't send "umode"
28 - added optional parameter to start_bots_from_xml_config.py 33 - added optional parameter to start_bots_from_xml_config.py
29 0.1: Initial release 34 0.1: Initial release
30 35