comparison README @ 152:17305e57f71d

removed automatic switching to limited mode (created Bridge.show_participants_list_on()) Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sun, 17 Jan 2010 22:30:23 +0100
parents e0eea72ea493
children 25f6778b8841
comparison
equal deleted inserted replaced
151:a04840ad92b7 152:17305e57f71d
22 22
23 > Changelog: 23 > Changelog:
24 0.3: 24 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 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 bridge attribute "irc_connection_interval" (in seconds) 26 - new bridge attribute "irc_connection_interval" (in seconds)
27 - removed automatic switching to limited mode
27 0.2: 28 0.2:
28 - fixed many many bugs 29 - fixed many many bugs
29 - new command system 30 - new command system
30 - rejoin on kick and leave on ban 31 - rejoin on kick and leave on ban
31 - added an ugly ping mechanism to keep the connections open 32 - added an ugly ping mechanism to keep the connections open
52 > The different modes of the xib bots: 53 > The different modes of the xib bots:
53 54
54 "mode" is a per-bridge attribute, it can take three values: 55 "mode" is a per-bridge attribute, it can take three values:
55 - 'normal': 56 - 'normal':
56 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users. 57 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users.
57 In this mode the bot automatically switches from normal to limited mode and back again when the IRC server clones limit is crossed.
58 - 'bypass': 58 - 'bypass':
59 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users. 59 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users.
60 If a nickname is already used the bot tries to connect with a slightly different nickname, adding a "_" to the original nickname. 60 If a nickname is already used the bot tries to connect with a slightly different nickname, adding a "_" to the original nickname.
61 In this mode the bot automatically switches to limited mode and back again when the IRC server clones limit is crossed.
62 - 'limited': 61 - 'limited':
63 The bot only connects on XMPP on behalf of IRC users but NOT on IRC on behalf of XMPP. 62 The bot only connects on XMPP on behalf of IRC users but NOT on IRC on behalf of XMPP.
64 - 'minimal': 63 - 'minimal':
65 The bot does not connect on behalf of the participants. 64 The bot does not connect on behalf of the participants.
66 65