2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the beginnings of user authentication using one-time-passwords. More... over 19 years ago
Make it respond to Bot[:,]?\s+ rather than \s* More... over 19 years ago
Bot will now respond to messages directed to it in channel with Bot: blah Closes #10 More... over 19 years ago
Use the notify thread when someone joins too More... over 19 years ago
Moved notifications into a new thread so we can send max 2/sec Added queuing More... over 19 years ago
Limit searches to 3 matches More... over 19 years ago
Fix the time display on searches More... over 19 years ago
search link returns exact time period, not fuzzy More... over 19 years ago
round More... over 19 years ago
oops, stop using the old timer format More... over 19 years ago
Make searches always return via privmsg More... over 19 years ago
Ooops, forgot the prototypes in [101] More... over 19 years ago
First pass at the search command with the SQL query taken from the web frontend More... over 19 years ago
Moved notice, search, seen into a new plugin_core.so More... over 19 years ago
Allow trout with no nick in privmsg More... over 19 years ago
Allow trouting and notice in privmsg More... over 19 years ago
Made seen work in privmsg Fixed privmsg responses More... over 19 years ago
rearrange some of the layout More... over 19 years ago
whitespace More... over 19 years ago
show the history page with the newest stuff first More... over 19 years ago
smarter/better timer routine More... over 19 years ago
oops in [91] More... over 19 years ago
better handling of logged-in user detection More... over 19 years ago
Make it so the bot will put in a histType of -1 before the type=0 entries More... over 19 years ago
* hopefully don't insert spaces in the middle of display URL's. * gzip the cache data, and use gzreadfile to output it, which turns out to be faster than using include() -- go figure, not being parsed. More... over 19 years ago
Added comments to the index.php redirects More... over 19 years ago
historical logs are now cached fully-rendered, for at least 25x speedup More... over 19 years ago
create data directory, redirect to root when an invalid channel is requested, fix rewriterule to not deal with stuff we don't use in this program More... over 19 years ago
Fix a stupid typo More... over 19 years ago
Fixed the regexp to be case insensitive, and allow trailing . More... over 19 years ago