log

age author description
Thu, 11 Mar 2010 14:01:20 +0100 Charly COSTE minor fix in Participant
Tue, 09 Mar 2010 12:37:08 +0100 Charly COSTE (irclib) moved initialization stuff from .connect to .__init__
Mon, 08 Mar 2010 23:55:16 +0100 Charly COSTE minor fix in Participant, reduce code redundancy
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 23:22:19 +0100 Charly COSTE fixed IRC "mode" event handling
Mon, 08 Mar 2010 21:35:31 +0100 Charly COSTE minor changes in Bridge
Mon, 08 Mar 2010 19:17:19 +0100 Charly COSTE in Participant, test isinstance(self.muc, xmpp.muc) before using self.muc
Mon, 08 Mar 2010 18:47:07 +0100 Charly COSTE catch ServerNotConnectedError in Participant.say_on_irc_to
Mon, 08 Mar 2010 18:39:53 +0100 Charly COSTE make sure Bot.error doesn't raise a transcoding exception and uses repr() when there is a problem
Mon, 08 Mar 2010 18:30:13 +0100 Charly COSTE fix for Participant say_on_xmpp* functions, really check we are in the room before sending message
Mon, 08 Mar 2010 18:29:41 +0100 Charly COSTE (muc) minor change in NotConnected error message
Mon, 08 Mar 2010 18:15:25 +0100 Charly COSTE ignore "noorigin" IRC event
Mon, 08 Mar 2010 18:12:17 +0100 Charly COSTE ignore IRC server-wide events not received on bot connection
Mon, 08 Mar 2010 11:59:24 +0100 Charly COSTE ignore IRC "topic" event
Mon, 08 Mar 2010 11:12:41 +0100 Charly COSTE fix for Bridge.remove_participant, bug introduced in d875cbf0a544e6ad0c640f3afedbc2c87fb4db9c
Mon, 08 Mar 2010 11:08:59 +0100 Charly COSTE added a "--soft" option to the "restart-bridges" command