Mercurial > xib
log participant.py @ 258:3b4826e14642
age | author | description |
---|---|---|
Thu, 11 Mar 2010 14:01:20 +0100 | Charly COSTE | minor fix in Participant |
Mon, 08 Mar 2010 23:55:16 +0100 | Charly COSTE | minor fix in Participant, reduce code redundancy |
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:30:13 +0100 | Charly COSTE | fix for Participant say_on_xmpp* functions, really check we are in the room before sending message |
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:12:25 +0100 | Charly COSTE | added optional "action" argument to Participant.say_on_xmpp_to and muc.say_to |