0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed IndexError in Irc.removeCallback More... over 22 years ago
(Hopefully) fixed joins-being-sent-to-original-channel bug. More... over 22 years ago
Fixed .conf.conf part at end. More... over 22 years ago
Fixed whitespace bug in HTML stripper. More... over 22 years ago
Added utils.py, with a quality HTML stripper; removed stripHtml from other source files More... over 22 years ago
_gkrecord regex needed to be before stripHtml. Also fixed the _gkseen regex since there is not always 2 spaces. Used \s+ instead. More... over 22 years ago
Satisfied PyChecker More... over 22 years ago
Satisfied PyChecker More... over 22 years ago
Irc.callbacks is always mutated, never replaced, helping the Relay module out. More... over 22 years ago
Accidentally left a debugging statement More... over 22 years ago
Added cvsup command More... over 22 years ago
Fixed funkyArgument to allow bolding. More... over 22 years ago
Fixed memory leak that disabled Google command More... over 22 years ago
Fixed stupid bug in outFilter (* is a special regexp character) More... over 22 years ago
Added ability to override conf.py defaults with -c option More... over 22 years ago
Changed default for telnetEnable to False, for obvious reasons More... over 22 years ago
Changed idiom in doPart to be more like others More... over 22 years ago
Fixed a few bugs More... over 22 years ago
Fixed join/part being relayed bug More... over 22 years ago
Fixed problem with actions being relayed back to the original network More... over 22 years ago
Added Friendly.py, a module to be friendly to people. More... over 22 years ago
Removed friendly.py; it needs to be renamed Friendly.py and stuck in plugins/ More... over 22 years ago
Fixed stupid bug in outFilter (forgot *not*) More... over 22 years ago
Fixed stupid bug in outFilter (extra parenthese in regexp) More... over 22 years ago
Fixed stupid bug in outFilter (forgot to return msg) More... over 22 years ago
Changed over to privmsgs.CapabilityCheckingPrivmsg and finished relaydisconnect. More... over 22 years ago
Made bot relay its own non-relay messages and factored out formatting of PRIVMSGs. More... over 22 years ago
Fixed action handling More... over 22 years ago
Split UserCommands out from privmsgs. More... over 22 years ago
Changed privmsgs.CapabilityChecker to privmsgs.CapabilityCheckingPrivmsg More... over 22 years ago