comparison README @ 118:b29fd5696a78

new mode bypass and new method bridge.changeMode Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sat, 28 Nov 2009 23:47:11 +0100
parents 49d305b0bd9b
children e0eea72ea493
comparison
equal deleted inserted replaced
117:d062efcfbe9d 118:b29fd5696a78
19 > Contributors: 19 > Contributors:
20 Changaco <changaco@changaco.net> 20 Changaco <changaco@changaco.net>
21 21
22 22
23 > Changelog: 23 > Changelog:
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
24 0.2: 26 0.2:
25 - fixed many many bugs 27 - fixed many many bugs
26 - new command system 28 - new command system
27 - rejoin on kick and leave on ban 29 - rejoin on kick and leave on ban
28 - added an ugly ping mechanism to keep the connections open 30 - added an ugly ping mechanism to keep the connections open
50 52
51 "mode" is a per-bridge attribute, it can take three values: 53 "mode" is a per-bridge attribute, it can take three values:
52 - 'normal': 54 - 'normal':
53 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users. 55 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users.
54 In this mode the bot automatically switches from normal to limited mode and back again when the IRC server clones limit is crossed. 56 In this mode the bot automatically switches from normal to limited mode and back again when the IRC server clones limit is crossed.
57 - 'bypass':
58 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users.
59 If a nickname is already used the bot tries to connect with a slightly different nickname, adding a "_" to the original nickname.
60 In this mode the bot automatically switches to limited mode and back again when the IRC server clones limit is crossed.
55 - 'limited': 61 - 'limited':
56 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.
57 - 'minimal': 63 - 'minimal':
58 The bot does not connect on behalf of the participants. 64 The bot does not connect on behalf of the participants.
59 65