2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Actually check that the nick is still present (after carefully calculating it) More... about 18 years ago
Added logging of CFLAGS and LDFLAGS. More... about 18 years ago
Added "New Server" and "New Channel" More... about 18 years ago
Added "New URL Keyword" to url plugin More... about 18 years ago
Added "New Trac Setuo" to trac plugin More... about 18 years ago
Added a "Reload All" to the system menu (does a SIGHUP to the main thread) More... about 18 years ago
Added "New Mailbox" and "New Report" to the mailbox plugin More... about 18 years ago
Make rssfeed menu text use a %*d to indicate width of the feed ID, making it sort "numerically" as " 9" < "10" More... about 18 years ago
Added a "New RSS Feed" entry to rssfeed. Changed the "term" version to be "TERM". Added passing in the insertid on mysql queries. More... about 18 years ago
Tweaked the log scrollbars a bit. Vertical scrollbar no longer uses floating point math. More... about 18 years ago
Added the TERM environment variable as a version string, added F1/F2 to scroll logs left and right by half a screen (respectively) More... about 18 years ago
Regenerate the mailbox report menutext if the serverId changed More... about 18 years ago
Added FindServerWithChannel() to bot.c. Removed the serverid field from plugin_mailbox_report, if the nick is set, then channelId is actually the serverId. More... about 18 years ago
Argh. Forgot to put the primary keys in the default schema, only had them in the upgrade queries. More... about 18 years ago
Removed the serverid field from plugin_trac as it's pointless, that data's in channels More... about 18 years ago
Add in the primary keys (oops, missed it) More... about 18 years ago
Added the menu to the URL plugin. Made the text items max out to window width. More... about 18 years ago
Added server/channel disable callbacks for the mailbox plugin More... about 18 years ago
Made callbacks for the rssfeed plugin to stop referencing disabled server or channel structures More... about 18 years ago
Added functions to call back into threads when channels/servers disabled More... about 18 years ago
Split out the thread callbacks into a new structure which will also have in it new callbacks for when servers and channels are disabled More... about 18 years ago
Fixed the save to db for servers. Rssfeed and other users of server info will need revisiting to deal with disabled server/channel More... about 18 years ago
Added more checks for closed connection before the select and recv More... about 18 years ago
Added save to db support for servers. Disabling a server currently is borked, kills the ncurses output thread. More... about 18 years ago
Added save to db support for channels More... about 18 years ago
Added save to db functionality to trac More... about 18 years ago
Added save to db capability to rssfeed More... about 18 years ago
Added save functionality for the mailbox reports More... about 18 years ago
Fixed the removal of trailing spaces (stupid fence-posts) More... about 18 years ago
Strip trailing spaces when saving strings More... about 18 years ago