log participant.py @ 157:ce0eb3e969a7

age author description
Sun, 17 Jan 2010 21:14:23 +0100 Charly COSTE new bridge attribute "irc_connection_interval" (in seconds)
Sun, 17 Jan 2010 17:42:36 +0100 Charly COSTE minor fix in Participant.changeNickname()
Sat, 16 Jan 2010 17:01:17 +0100 Charly COSTE reduced duplication of error messages
Sat, 16 Jan 2010 14:09:53 +0100 Charly COSTE handle irclib.ServerNotConnectedError
Sat, 16 Jan 2010 12:36:37 +0100 Charly COSTE handle xmpp.muc.RemoteServerNotFound
Fri, 15 Jan 2010 17:04:45 +0100 Charly COSTE handle more mode changing cases (added bridge.createDuplicatesOn())
Wed, 13 Jan 2010 22:28:09 +0100 Charly COSTE fixed participant.changeNickname(), renamed IRC.server() to IRC.open_connection(), created IRC.get_connection() and IRC.has_connection(), removed irclib.SimpleIRCClient (we don't need it)
Wed, 13 Jan 2010 23:08:44 +0100 Charly COSTE code cleaning
Wed, 13 Jan 2010 22:27:00 +0100 Charly COSTE Code refactoring (new method participant.set_both_sides())
Sat, 28 Nov 2009 23:47:11 +0100 Charly COSTE new mode bypass and new method bridge.changeMode
Sat, 28 Nov 2009 23:55:47 +0100 Charly COSTE minor fix 0.2
Sat, 21 Nov 2009 16:26:09 +0100 Charly COSTE New command system
Sun, 04 Oct 2009 13:43:45 +0200 Charly COSTE Code cleaning, participant.changeNickname improvement, added participant.__str__
Tue, 29 Sep 2009 19:35:57 +0200 Charly COSTE Improved /me handling
Sat, 26 Sep 2009 23:02:55 +0200 Charly COSTE Tried to fix participant.changeNickname
Sun, 06 Sep 2009 15:34:49 +0200 Charly COSTE First hack at an error notification system
Sat, 05 Sep 2009 20:34:04 +0200 Charly COSTE Leave chan only if (really) connected
Sat, 05 Sep 2009 20:13:22 +0200 Charly COSTE Fixed callbacks in participant.py
Fri, 04 Sep 2009 14:21:48 +0200 Charly COSTE Fixed IRC quit event handling
Wed, 02 Sep 2009 15:08:34 +0200 Charly COSTE Handle /me the XMPP to IRC way
Wed, 02 Sep 2009 14:57:57 +0200 Charly COSTE Better handling of participants
Sun, 30 Aug 2009 20:09:06 +0200 Charly COSTE Fixed IRC nick callback
Sun, 30 Aug 2009 18:57:47 +0200 Charly COSTE Encoding issue
Sun, 30 Aug 2009 13:05:00 +0200 Charly COSTE Some fault tolerance
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()
Sat, 29 Aug 2009 13:15:10 +0200 Charly COSTE Don't create an XMPP duplicate for ChanServ
Fri, 28 Aug 2009 13:40:13 +0200 Charly COSTE Fixed participant.changeNickname()
Thu, 27 Aug 2009 22:31:47 +0200 Charly COSTE Fixed encoding issues
Fri, 21 Aug 2009 17:12:09 +0200 Charly COSTE Changed participant's IRC nickname callback function.
Fri, 21 Aug 2009 01:27:41 +0200 Charly COSTE Fixed nickname change.
Fri, 21 Aug 2009 00:25:42 +0200 Charly COSTE Fixed participant's "say" functions.
Thu, 20 Aug 2009 13:20:50 +0200 Charly COSTE Changed format of non-debug error messages, fixed IRC namreply handling, prevented crash when receiving bad XMPP stanza.
Thu, 20 Aug 2009 01:00:54 +0200 Charly COSTE Rewrote/modified many things, multiple bridges should now work and are preferred over multiple bots.
Mon, 17 Aug 2009 00:30:37 +0200 Charly COSTE Introduced the command mechanism and fixed a bug
Sun, 16 Aug 2009 23:35:15 +0200 Charly COSTE No comment.
Sun, 16 Aug 2009 17:59:00 +0200 Charly COSTE Added support for IRC "nick" event, fixed participant.changeNickname(), fixed handling of IRC "namreply" event, removed muc._check() because waiting does not solve the problem if it is blocking incoming messages handling
Sun, 16 Aug 2009 17:42:56 +0200 Charly COSTE Prevent bot from trying to connect on IRC with a nickname containing one or more white space character(s)
Sun, 16 Aug 2009 17:10:12 +0200 Charly COSTE Added IRC "part" event handling
Sun, 16 Aug 2009 01:47:03 +0200 Charly COSTE Initial commit, version 0.1