0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed behavior for actions. More... over 22 years ago
Forgot to move two lines under the fix. More... over 22 years ago
Fixed UnboundLocalError. More... over 22 years ago
Must've forgotten this one earlier. More... over 22 years ago
Changed dictionaries in IrcState to use ircutils.IrcDict. More... over 22 years ago
Fixed bug (no __delitem__) in IrcDict and added test. More... over 22 years ago
Changed many dictionaries to the more appropriate ircutils.IrcDict. More... over 22 years ago
Forgot to put backtick in validchars. More... over 22 years ago
Stupid variable name changes... More... over 22 years ago
Security fix. More... over 22 years ago
Just changed some inserts into _mathEnv to be in the initial declaration. More... over 22 years ago
Added is_first field to database to make sure markov phrases start naturally. More... over 22 years ago
Changed markov command to know when to stop instead of taking a length. More... over 22 years ago
Slight format change to gameknot snarfer. More... over 22 years ago
Added more tests. More... over 22 years ago
Whitespace change. More... over 22 years ago
Wrong variable in join command. More... over 22 years ago
Made ChannelDBHandler lowercase channels. More... over 22 years ago
Initial import. More... over 22 years ago
Closed bug 715763, 'Several JOIN commands don't allow specification of a key' More... over 22 years ago
Made isIP actually test properly and added tests. More... over 22 years ago
Fixed isNick to allow digits and added test. More... over 22 years ago
Template forgot advanced argument to configure. More... over 22 years ago
Initial (non-functional) import. More... over 22 years ago
Finally got QUIT relaying to work. More... over 22 years ago
Wrong index. More... over 22 years ago
Added __getstate__ and __setstate__ to set and Channel. More... over 22 years ago
Trying different index. More... over 22 years ago
Added some debug statements and fixed outFilter. More... over 22 years ago
Added test for MaxLengthQueue. More... over 22 years ago