log bridge.py @ 97:c71861491968

age author description
Sun, 04 Oct 2009 13:43:03 +0200 Charly COSTE bridge.addParticipant improvements
Sun, 06 Sep 2009 15:34:49 +0200 Charly COSTE First hack at an error notification system
Sat, 05 Sep 2009 21:57:46 +0200 Charly COSTE Fixed callbacks in bridge.py
Sat, 05 Sep 2009 20:34:53 +0200 Charly COSTE Fixed callbacks, addParticipant, removeParticipant and __del__ in bridge.py
Wed, 02 Sep 2009 14:57:57 +0200 Charly COSTE Better handling of participants
Sun, 30 Aug 2009 01:18:34 +0200 Charly COSTE Handle IRC "nickcollision" event
Sat, 29 Aug 2009 21:57:49 +0200 Charly COSTE Fixed unjustified switching to limited mode
Sat, 29 Aug 2009 14:52:11 +0200 Charly COSTE Added bridge.hasParticipant() and fixed participant.changeNickname()
Fri, 28 Aug 2009 20:42:28 +0200 Charly COSTE Fixed a little bug in bridge.py
Thu, 27 Aug 2009 22:31:47 +0200 Charly COSTE Fixed encoding issues
Mon, 24 Aug 2009 20:32:48 +0200 Charly COSTE Lower before comparing strings.
Sun, 23 Aug 2009 22:35:24 +0200 Charly COSTE Tried to get thread safety and handle disconnections in muc.py
Sun, 23 Aug 2009 16:19:05 +0200 Charly COSTE Initialize bridge.irc_connections_limit to -1.
Thu, 20 Aug 2009 21:52:52 +0200 Charly COSTE First hack at locks for thread safety. Some other minor changes.