log bridge.py @ 72:6c4b841144f6

age author description
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.
Thu, 20 Aug 2009 17:49:40 +0200 Charly COSTE Solved an XMPP resource conflict that would have happened when someone on IRC changed its nickname and later its old nickname would be used again. In other words, the bot no longer uses nicknames as XMPP resources.
Thu, 20 Aug 2009 15:17:20 +0200 Charly COSTE Introduced a bridge's "say" attribute to offer more flexibility in what the bot says.