Mon, 22 Mar 2010 18:35:09 +0100 |
Charly COSTE |
fixed Bot.restart_bridges_delayed: removed buggy and useless test and improved error messages
|
Sun, 21 Mar 2010 22:51:51 +0100 |
Charly COSTE |
fixed another UnboundLocalError in IRC kick handling introduced in f1a21a006f2facd0ec2a71e99180b7b4df0907e3
|
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
|
Sat, 13 Mar 2010 23:37:53 +0100 |
Charly COSTE |
fixed an UnboundLocalError in IRC kick handling, bug introduced in f1a21a006f2facd0ec2a71e99180b7b4df0907e3
|
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
|