Mercurial > xib
log participant.py @ 172:64a0e9636ae6
age | author | description |
---|---|---|
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) |