0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added coin module More... about 22 years ago
Prettified pgpkey
James McCoy
as jamessan
More... over 22 years ago
Made some more fixes to pgpkey. Also updated the syntax some.
James McCoy
as jamessan
More... over 22 years ago
Set the default location for moobot.conf to ~/.moobot.conf Fix some global variable access Disable db setup if there are no python db modules detected
James McCoy
as jamessan
More... over 22 years ago
Add support for ~/.moobot.conf
James McCoy
as jamessan
More... over 22 years ago
Fixed a bug in pgpkey Also cleaned up some of the pgpkey code
James McCoy
as jamessan
More... over 22 years ago
Per kernel.org's general request, kernelStatus now retrieves info via web instead of finger
James McCoy
as jamessan
More... over 22 years ago
Fixed a bug in install.py (hopefully) where the nick was unset
Daniel DiPaolo
as ddipaolo
More... over 22 years ago
Got rid of a debugging line
James McCoy
as jamessan
More... almost 23 years ago
Cleaned up the search code so that one search will grab stats for anyone.
James McCoy
as jamessan
More... almost 23 years ago
Tried another regex fix
James McCoy
as jamessan
More... almost 23 years ago
Trying out a new search mechanism. Hopefully this will be generic enough to grab everyone's stats.
James McCoy
as jamessan
More... almost 23 years ago
PHP page to generate URL listings. More... almost 23 years ago
Added a mostly useless module (urlgrab) that watches for URLs and throws them into a table. (I use it with a PHP page to display recent URLs.) More... almost 23 years ago
Fixed geekquote module
Daniel DiPaolo
as ddipaolo
More... almost 23 years ago
I am dumb
James McCoy
as jamessan
More... almost 23 years ago
Again
James McCoy
as jamessan
More... almost 23 years ago
Added "^" to the regex so that things like "km^2" get recognized.
Daniel DiPaolo
as ddipaolo
More... almost 23 years ago
Fixed an error message
James McCoy
as jamessan
More... almost 23 years ago
Case conversion for the temp stuff.
James McCoy
as jamessan
More... almost 23 years ago
Fixed kmj's typo
James McCoy
as jamessan
More... almost 23 years ago
Minor tweak to properly deal with negative numbers. More... almost 23 years ago
Slightly altered parameter checking. check for basic form of the convert command, but leave the conversion routines to complain about unknown units. More... almost 23 years ago
convert will use the 'units' utility if it's available. If not, it will do the calculations itself. More... almost 23 years ago
Forgot to clean up the L -> gal conversion.
James McCoy
as jamessan
More... almost 23 years ago
Did away with decimal representation in as many places as possible. Now fractions are used for most conversions.
James McCoy
as jamessan
More... almost 23 years ago
Removed the lower() calls so that case matches work.
James McCoy
as jamessan
More... almost 23 years ago
Made the convert regex dynamic - all you have to do is add (or delete!) the units that you want to the table and it should pick up on those in the regex.
Daniel DiPaolo
as ddipaolo
More... almost 23 years ago
Adds handler type to the message printed when a handler is loaded. More... almost 23 years ago
Seperated convert into it's own module
James McCoy
as jamessan
More... almost 23 years ago