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
|
Thu, 25 Feb 2010 18:41:55 +0100 |
Charly COSTE |
improved an XMPP error handling, created Participant.say_on_XMPP_through_bridge()
|
Tue, 23 Feb 2010 22:14:13 +0100 |
Charly COSTE |
bugfix, forgot "importance" argument of Bridge.say() in c5922031a4ac09c95713c4a4a18b1e0a0aad3e54
|
Sun, 21 Feb 2010 14:51:14 +0100 |
Charly COSTE |
check connection in Bridge.say(), use Bridge.say() in Participant.sayOn{IRC,XMPP}()
|
Sat, 20 Feb 2010 23:08:39 +0100 |
Charly COSTE |
split the leaving process in two, first call to Bridge.removeParticipant() calls Participant.leave(), second call (when the bot receives the part or quit event) removes it from Bridge.participants
|
Sat, 20 Feb 2010 16:41:25 +0100 |
Charly COSTE |
minor fix in participant.py, encoding is handled in irclib since cbaab9cc23f8097dbe647d5ea6d982b1c9e49b19
|
Sat, 13 Feb 2010 16:32:28 +0100 |
Charly COSTE |
added a required "importance" argument to Bot.error()
|
Thu, 04 Feb 2010 21:02:36 +0100 |
Charly COSTE |
moved irc connection interval handling to irclib
|
Tue, 02 Feb 2010 20:19:50 +0100 |
Charly COSTE |
removed encoding.py, charsets handling is now in irclib and custom charsets can be set per server in the configuration file
|
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
|