Mercurial > xib
log
age | author | description |
---|---|---|
Sat, 06 Mar 2010 23:19:17 +0100 | Charly COSTE | (muc) ignore NotConnected exception in leave method |
Sat, 06 Mar 2010 22:55:47 +0100 | Charly COSTE | merged Bot.find_bridges and Bot.get_bridges into Bot.iter_bridges, btw we don't need to lock Bot.bridges because lists don't raise RuntimeError |
Sat, 06 Mar 2010 19:58:28 +0100 | Charly COSTE | minor fix in bridge.py, the "reconnecting" attribute is declared in "init2", no need to do so in "__init__" too |
Sat, 06 Mar 2010 19:26:35 +0100 | Charly COSTE | (muc) added "auto_reconnect" attribute (defaults to True, turns to False when "leave" is called), created NotConnected exception |
Sat, 06 Mar 2010 19:05:07 +0100 | Charly COSTE | created Bridge.say_on_behalf in order to avoid code repetition in participant.py |
Sat, 06 Mar 2010 16:50:58 +0100 | Charly COSTE | use Bot.get_bridge instead of Bot.get_bridges in Bot._irc_event_handler |