Mercurial > xib
log irclib.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 |
Wed, 20 Jan 2010 17:00:00 +0100 | Charly COSTE | fixed an infinite loop and an indentation error in irclib |
Wed, 20 Jan 2010 14:48:52 +0100 | Charly COSTE | some fixes related to IRC nicknames |
Wed, 20 Jan 2010 10:49:33 +0100 | Charly COSTE | minor fix in irclib, always use exactly the same message when server hung up |
Wed, 20 Jan 2010 10:38:06 +0100 | Charly COSTE | change ServerConnection.really_connected to False in irclib.ServerConnection.disconnect() |
Tue, 19 Jan 2010 21:27:34 +0100 | Charly COSTE | fixed irclib.ServerConnection.disconnect() |
Tue, 19 Jan 2010 09:21:25 +0100 | Charly COSTE | fix in irclib, needed because ServerConnection.socket can be a string since 42d7b622776196149c9a9a05da134a85ee9509c6 |
Tue, 19 Jan 2010 09:08:44 +0100 | Charly COSTE | fixed IRC.disconnect_all() (added "volontary" argument) |