Mercurial > xib
log irclib.py @ 221:1a82d5d40d90
age | author | description |
---|---|---|
Sun, 07 Mar 2010 14:00:21 +0100 | Charly COSTE | moved irc_id handling to irclib |
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 23:37:35 +0100 | Charly COSTE | (irclib) minor fixes for 9e494bf91d13f165af272b7bef9422a4ea9100eb (auto-reconnection improvement) |
Sat, 06 Mar 2010 15:57:41 +0100 | Charly COSTE | (irclib) moved ServerNotConnectedError handling from IRC.process_data() to IRC.process_forever() in order to always catch it |
Sat, 06 Mar 2010 15:55:51 +0100 | Charly COSTE | (irclib) use an explicit leave message when auto-restarting the bot |
Sat, 06 Mar 2010 15:51:19 +0100 | Charly COSTE | (irclib) when reconnecting, call .disconnect() before .connect() |
Fri, 26 Feb 2010 20:59:20 +0100 | Charly COSTE | auto-reconnect in irclib, restart if bot's IRC connection was lost |