2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added "create temporary tables" to the perms to give to the user More... over 19 years ago
Added settings table Added initialdata.sql which contains plugins table and settings table defaults More... over 19 years ago
Added an index to irclog on (chanid, msgtype, timestamp) More... over 19 years ago
objectified message handling, and rudimentary url/email detection More... over 19 years ago
rudimentary channel details More... over 19 years ago
a bunch more setup things More... over 19 years ago
initial setup More... over 19 years ago
Implemented the seen command The bot sometimes doesn't see itself join (?) Changed lastseen and lastnotified to UNIX timestamps in schema Closes #14 More... over 19 years ago
Clears the channel joined flags before reconnecting. Fixes #15 More... over 19 years ago
Implemented command help for help, list, trout Others will be added as the command is implemented Closes #11 More... over 19 years ago
Regexp now checks ni...@server:port/channel instead of only channel Closes #12 More... over 19 years ago
Made the regexp matches pass in which IRC message type triggered the match Closes #2 More... over 19 years ago
Make a command match prevent checking regexp matching Closes #3 More... over 19 years ago
Link in the regexp handling Added plugin_fart.so (yeah, immature, I know!) More... over 19 years ago
Added beginning of regexp handling, yet to be hooked into message reception More... over 19 years ago
Make it not coredump on a who... the FindChannel routines were slightly borked Make botCmd_parse feed the commands only the nick portion of the who More... over 19 years ago
Added a pluginLoad() and pluginUnload() More... over 19 years ago
Added the code to load up the plugins as defined in the database Updated the SQL schema Changed botCmd_add to require char **command so it will work correctly. More... over 19 years ago
Created a plugins directory Moved the trout command to a plugin Created botCmd_remove More... over 19 years ago
Added a prototype for botCmdDepthFirst More... over 19 years ago
Added the cmdChar field to channels table More... over 19 years ago
Added a list command - shows an alphabetical list of all supported commands More... over 19 years ago
Fleshed out the trout command Pass in the server info as well as channel so private messages work More... over 19 years ago
Added some skeleton commands and linkage for bot commands More... over 19 years ago
Ooops, that shoulda been svn:keywords More... over 19 years ago
Enabled the svn:keyword Id Added bot_cmds.c to deal with commands the bot will respond to More... over 19 years ago
Changed the timestamp in irclog table to a UNIX timestamp at xris' request More... over 19 years ago
Fixed the BalancedBTreeRebalance More... over 19 years ago
Fixed a couple silly crash-causing errors in the BalancedBTree code More... over 19 years ago
Changed channel searching to use two balanced binary trees for performance on reads. The linked list remains for joining channels. More... over 19 years ago