Mercurial > xib
log bridge.py @ 226:0d85049ac68d
age | author | description |
---|---|---|
Sun, 07 Mar 2010 18:52:48 +0100 | Charly COSTE | switch to IRC join callbacks in bridge.py and participant.py |
Sun, 07 Mar 2010 14:00:21 +0100 | Charly COSTE | moved irc_id handling to irclib |
Sun, 07 Mar 2010 12:08:29 +0100 | Charly COSTE | moved "nicknametoolong" and ServerConnection.really_connected handling to irclib, renamed ServerConnection.really_connected to .logged_in |
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:05:07 +0100 | Charly COSTE | created Bridge.say_on_behalf in order to avoid code repetition in participant.py |