log bridge.py @ 274:fa5375057658

age author description
Tue, 13 Apr 2010 11:46:02 +0200 Charly COSTE fixed an UnboundLocalError in Bridge._xmpp_join_callback
Tue, 23 Mar 2010 18:38:59 +0100 Charly COSTE catch xmpp.muc.NotConnected in Bridge._say_on_xmpp
Tue, 23 Mar 2010 00:53:01 +0100 Charly COSTE fix in Bridge, don't change mode to None otherwise restart cannot work
Tue, 23 Mar 2010 00:42:36 +0100 Charly COSTE catch irclib.UnknownChannel in Bridge.stop and Bridge.soft_restart
Tue, 23 Mar 2010 00:41:38 +0100 Charly COSTE minor fix in Bridge, forgot namespace in bca57d434e135f3a482b11c3ea490266a187612f
Tue, 23 Mar 2010 00:16:39 +0100 Charly COSTE minor change in Bridge, lighten up error message in _xmpp_join_callback
Mon, 22 Mar 2010 18:41:57 +0100 Charly COSTE handle irclib.ServerNotConnectedError in Bridge._say_on_irc
Mon, 22 Mar 2010 18:35:09 +0100 Charly COSTE fixed Bot.restart_bridges_delayed: removed buggy and useless test and improved error messages
Sat, 13 Mar 2010 17:38:47 +0100 Charly COSTE (irclib) created a "Channel" class
Thu, 11 Mar 2010 14:15:31 +0100 Charly COSTE (muc) created "state" attribute to replace the "connected" one
Mon, 08 Mar 2010 23:41:37 +0100 Charly COSTE minor fix in Bridge, don't log the same error twice
Mon, 08 Mar 2010 21:35:31 +0100 Charly COSTE minor changes in Bridge
Mon, 08 Mar 2010 11:12:41 +0100 Charly COSTE fix for Bridge.remove_participant, bug introduced in d875cbf0a544e6ad0c640f3afedbc2c87fb4db9c
Mon, 08 Mar 2010 11:14:40 +0100 Charly COSTE created Bridge.soft_restart
Sun, 07 Mar 2010 23:50:56 +0100 Charly COSTE tried to fix Bridge.remove_participant
Sun, 07 Mar 2010 23:03:18 +0100 Charly COSTE fix for 48ad162772b79740e8ff580bde2c250b9957c126, we do need arguments in nick callbacks
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
Sat, 27 Feb 2010 12:55:28 +0100 Charly COSTE bugfix, we don't delete Bridge.reconnecting since 3518e463b82185bde91a61a810d38dbf58e55147
Sat, 27 Feb 2010 12:47:38 +0100 Charly COSTE bugfix, added optional "message" argument to Bridge.restart(), needed since fa73f1292eafabf2ef868c2b056fe045a0704e97
Thu, 25 Feb 2010 23:29:39 +0100 Charly COSTE renamed camelCased functions
Thu, 25 Feb 2010 20:48:33 +0100 Charly COSTE log some more things when Bot.debug is False
Tue, 23 Feb 2010 22:14:13 +0100 Charly COSTE bugfix, forgot "importance" argument of Bridge.say() in c5922031a4ac09c95713c4a4a18b1e0a0aad3e54
Sun, 21 Feb 2010 16:19:25 +0100 Charly COSTE fixed Bot.restart_bridges_delayed(), don't send the message to admins more than once
Sun, 21 Feb 2010 15:38:42 +0100 Charly COSTE handle IRC inviteonlychan event, improved error messages
Sun, 21 Feb 2010 14:51:14 +0100 Charly COSTE check connection in Bridge.say(), use Bridge.say() in Participant.sayOn{IRC,XMPP}()