Sat, 13 Mar 2010 14:40:32 +0100 |
Charly COSTE |
(muc) removed "participants" attribute since it isn't used
|
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
|