2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change the nick-change text More... over 19 years ago
Split up strings >= 80 chars More... over 19 years ago
break up long URL's More... over 19 years ago
Changed indexes on ircLog for faster searches. schema 5 More... over 19 years ago
Make it so the botnet library doesn't reconfigure, etc if the libbotnet.a exists already More... over 19 years ago
Made the bot log its own output too. Closes #4 More... over 19 years ago
Added the "notice" command Closes #17 More... over 19 years ago
round the search timer because PHP uses like 11 digits for floats More... over 19 years ago
proper use of microtime() More... over 19 years ago
link from search results to each channel More... over 19 years ago
score column needed a separator More... over 19 years ago
bunch of js additions so debug() works properly, and rudimentary search now works More... over 19 years ago
show the timezone for the initial date More... over 19 years ago
color adjustment More... over 19 years ago
actions are now colored with the nick color More... over 19 years ago
* fix url's with & in them * colorize nicks based on mod-formula * html verification fixes More... over 19 years ago
Changed the topic change text More... over 19 years ago
w00t, colors! also, can now access channel date ranges with a human-readable date string, and without the GET vars More... over 19 years ago
Changed the output of the MSG_NICK type to make more sense More... over 19 years ago
nicer formatting when displaying timestamps in chat logs More... over 19 years ago
properly adjusted for timezones More... over 19 years ago
properly sort by date in history More... over 19 years ago
daily chat history for each channel now seems to work properly More... over 19 years ago
Enabled -std=c99 -pedantic as CFLAGS Made compile as C99 code Added make depend support Modified the index on the nickhistory table (db schema 3) More... over 19 years ago
Made it so the nickhistory table will get updated so the web frontend can do historical nick tracking easier More... over 19 years ago
Modified the startup prints a bit for schema upgrades More... over 19 years ago
Make it auto-upgrade the schema, and create the database if no schema version exists (i.e. new install) More... over 19 years ago
Made the SQL connections thread-safe by protecting the connection and the buffer with a mutex (in protected_data.c) More... over 19 years ago
rudimentary search code in place, but not hooked up to anything. early code for detecting which users are or are not logged into a channel at any given moment in time. More... over 19 years ago
Fix a typo More... over 19 years ago