log

age author description
Sat, 13 Mar 2010 14:25:34 +0100 Charly COSTE (muc) auto_reconnect must be set in join() not in __init__() because we turn it to False in leave()
Wed, 10 Mar 2010 13:13:13 +0100 Charly COSTE minor fix in _irc_event_handler, check source_nickname before giving it to Bridge.get_participant
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
Mon, 08 Mar 2010 10:58:31 +0100 Charly COSTE some more fixes for Bot._irc_event_handler
Mon, 08 Mar 2010 11:14:40 +0100 Charly COSTE created Bridge.soft_restart
Mon, 08 Mar 2010 10:32:50 +0100 Charly COSTE use ServerConnection.nickname instead of .real_nickname in most cases, make sure we put a string in .real_nickname
Mon, 08 Mar 2010 00:13:52 +0100 Charly COSTE minor fixes in bot.py
Mon, 08 Mar 2010 00:13:24 +0100 Charly COSTE (irclib) tried to fix nick callbacks
Sun, 07 Mar 2010 23:50:56 +0100 Charly COSTE tried to fix Bridge.remove_participant
Sun, 07 Mar 2010 23:35:31 +0100 Charly COSTE improved Bot._xmpp_message_handler
Sun, 07 Mar 2010 23:03:18 +0100 Charly COSTE fix for 48ad162772b79740e8ff580bde2c250b9957c126, we do need arguments in nick callbacks
Sun, 07 Mar 2010 22:23:47 +0100 Charly COSTE reorganized and fixed many things in Bot._irc_event_handler
Sun, 07 Mar 2010 22:12:25 +0100 Charly COSTE added optional "action" argument to Participant.say_on_xmpp_to and muc.say_to
Sun, 07 Mar 2010 17:27:51 +0100 Charly COSTE removed TODO, we don't need to lock self.bridges because lists don't pose concurrency problems
Sun, 07 Mar 2010 17:06:26 +0100 Charly COSTE (commands) convert unicode to string before passing it to shlex