0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Oct 14, 2024 — Oct 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added TODO. More... about 17 years ago
-Modified readme file to reflect on the setup.py script. More... about 17 years ago
- Added setup.py script for installation. Usage: python setup.py install. -- Will put anybot on python-path, using the im library will the be done by importing anybot.im as im -- from any directory on the machine. - Added some metadata to __init__.py for setup.py script. More... about 17 years ago
- Fixed bug where some lines were only halfway read by a hack. More... about 17 years ago
- Documented the example, somewhat. More... about 17 years ago
- Fixed bug where irc.IRCProtocol.notice forgot to actually send anything. - Added example of usage of the library. Will comment better at some point. - Fixed bug in irc.ParsedLine where it returned message including the leading colon. - Added dumping of parsed data to said class. More... about 17 years ago
- Fixed LICENSE names and made library a package. More... about 17 years ago
- Added GPL, copyright notice and readme. More... about 17 years ago
- Documented package. - Added __all__ to package. More... about 17 years ago
- Extended recv buffer size of LineReciever to 8192 bytes. - Added stripping of incoming lines, so empty lines will not be sent to handlers (That's the idea anyway). - Made irc.ParsedLine more complete. - Made irc.IRCProtocol.reply not depend on having ParsedLine knowing the irc nick of the connection. - Added notice-replying to IRCProtocol. More... about 17 years ago
- Added documentation of pretty much everything. - Added im/irc2num.py for mapping between textual and numerical error codes in irc. - Fixed bug where registering with connection.BufferedSockWriter didn't work. - Took care of a few potential disasters to do with unicode. - Fixed bug in BufferedSockWriter.wline where it would never write. - Added a whole bunch if IRC commands. - Fixed irc.IRCProtocol.retry to use register properly. - Made selector.Reactor more compatible with non-socket based clients. More... about 17 years ago
Bugfixes in im/*. More... about 17 years ago
A few modifications to connection.py for sanitys sake. More... about 17 years ago
Outline of project. More... about 17 years ago