Mercurial > xib
log irclib.py @ 204:6388579c701d
age | author | description |
---|---|---|
Fri, 26 Feb 2010 20:59:20 +0100 | Charly COSTE | auto-reconnect in irclib, restart if bot's IRC connection was lost |
Sun, 21 Feb 2010 16:56:22 +0100 | Charly COSTE | [irclib] handle ServerNotConnectedError in part() and quit(), we now keep track of channels we're in and rejoin them after a disconnection |
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 |
Wed, 20 Jan 2010 17:00:00 +0100 | Charly COSTE | fixed an infinite loop and an indentation error in irclib |