Mercurial > xib
log participant.py @ 235:533a5db79389
age | author | description |
---|---|---|
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 |
Sun, 07 Mar 2010 18:52:48 +0100 | Charly COSTE | switch to IRC join callbacks in bridge.py and participant.py |
Sun, 07 Mar 2010 12:08:29 +0100 | Charly COSTE | moved "nicknametoolong" and ServerConnection.really_connected handling to irclib, renamed ServerConnection.really_connected to .logged_in |
Sat, 06 Mar 2010 19:05:07 +0100 | Charly COSTE | created Bridge.say_on_behalf in order to avoid code repetition in participant.py |
Thu, 25 Feb 2010 23:29:39 +0100 | Charly COSTE | renamed camelCased functions |
Thu, 25 Feb 2010 20:42:34 +0100 | Charly COSTE | bugfix for previous commit, forgot "self" argument for say_on_XMPP_through_bridge |