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
Made it a bit more user-friendly and useful; added owner user creation. More... over 22 years ago
Fixing SQL syntax More... over 22 years ago
Fixed users/channels instantiation to allow for non-existent files More... over 22 years ago
Updated setup.py to reflect moving-out of various *Commands from privmsgs. More... over 22 years ago
Broke AdminCommands out of privmsgs. More... over 22 years ago
Separated MiscCommands from privmsgs. More... over 22 years ago
Fixing little syntax errors More... over 22 years ago
Broke ChannelCommands out of privmsgs More... over 22 years ago
Removed dumpdb.py and makedb.py, both useless since the conversion to SQLite. More... over 22 years ago
Made major changes to make it nearly functional, added methods to read, send, and delete notes More... over 22 years ago
Re-enabled the old reloading method, we'll see if it comes in useful. More... over 22 years ago
Put setDaemon in its proper place. More... over 22 years ago
Made making modules that rely on certain capabilities being preset much easier to to write (CapabilityChecker) More... over 22 years ago
Finally somewhat functional. More... over 22 years ago
initial import of Notes plugin (in progress) More... over 22 years ago
Added strsplit command More... over 22 years ago
Removed factually incorrect information More... over 22 years ago
Changed bareword to actual string. More... over 22 years ago
Fixed html stripping in foldoc. More... over 22 years ago
Fixed FunCommands.lastfrom actually use channel argument More... over 22 years ago
PyChecker found unused imports More... over 22 years ago
PyChecker found another non-selfed variable More... over 22 years ago
PyChecker found a non-selfed variable More... over 22 years ago
PyChecker found a typoed variable name More... over 22 years ago
Untested, but close to functional More... over 22 years ago
Still buggy, but more featureful More... over 22 years ago
Fixed bug in IrcObjectProxy.getRealIrc: issubclass->isinstance More... over 22 years ago
Made isCommand checking more flexible. More... over 22 years ago
Removed useless try/except block. More... over 22 years ago
Added __eq__ and __hash__ to the Irc class (necessary for the Relay module) More... over 22 years ago