comparison README @ 162:7af07b7bf6fd

README update for 0.3 Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Tue, 19 Jan 2010 21:11:35 +0100
parents 25f6778b8841
children 8d01d0597950
comparison
equal deleted inserted replaced
161:c021656e4c54 162:7af07b7bf6fd
24 > Changelog: 24 > Changelog:
25 0.3: 25 0.3:
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 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
27 - new bridge attribute "irc_connection_interval" (in seconds) 27 - new bridge attribute "irc_connection_interval" (in seconds)
28 - removed automatic switching to limited mode 28 - removed automatic switching to limited mode
29 - created 5 commands: 29 - fixed the "halt" command
30 - change-bridge-mode 30 - created 6 commands:
31 - change-bridges-mode
31 - connections 32 - connections
32 - irc-connections 33 - irc-connections
33 - xmpp-connections 34 - xmpp-connections
34 - debug 35 - debug
36 - stop-bot
37 - renamed and modified 3 commands:
38 - remove-bridge → remove-bridges
39 - restart-bridge → restart-bridges
40 - stop-bridge → stop-bridges
35 - improved the quality of the code 41 - improved the quality of the code
36 - finally, as usual, fixed many bugs and introduced new ones 42 - finally, as usual, fixed many bugs and introduced new ones
37 0.2: 43 0.2:
38 - fixed many many bugs 44 - fixed many many bugs
39 - new command system 45 - new command system