2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the help string More... about 19 years ago
Added a comment. Closes #7 More... about 19 years ago
Unload the thread from the btree on unload More... about 19 years ago
Fixed the unload of rssfeed by waiting on a condition variable that can be signaled when changes are made or we want to shut down to allow the thread to quit before we unload the code. More... about 19 years ago
Added per-feed timestamp offsets as getdate only seems to convert to local time More... about 19 years ago
Change the time output to use localtime_r rather than gmtime_r as it seems to be applied twice More... about 19 years ago
Added the rssfeed command implementation plugin unload/load still has issues More... about 19 years ago
Added thread aborting so we can try to unload the module More... about 19 years ago
Fixed the over-use of the found variable which caused funky startup behavior More... about 19 years ago
Fix the 1 posts More... about 19 years ago
Cleaned up some debugging prints More... about 19 years ago
The initial date matching codes Note: %Z seems to not work (argh!) More... about 19 years ago
Fixed the crashing More... about 19 years ago
Changed to using getdate_r. It still won't deal with dates in the form 2006-6-12T19:12:6-0400 More... about 19 years ago
Fix the infinite loop. Still is timing out for the default time, something odd in there still More... about 19 years ago
Fixed some bugs in the rssfeed plugin. Still need to implement the command and the unloading More... about 19 years ago
Added the key value to duplicate key warnings More... about 19 years ago
First run at an RSS feed plugin. Not tested yet. References #7 More... about 19 years ago
Make the libraries always build with -fPIC even for statically linked, as then the plugins (shared libs) can use them More... about 19 years ago
Make the upgrade functions static More... about 19 years ago
Make the schema variables static More... about 19 years ago
Moved a couple prototypes to be global More... about 19 years ago
Added keywords propset More... about 19 years ago
Make the libnxml and libmrss compile, made botnet lib NOT build shared libs More... about 19 years ago
Added libnxml-0.11 and libmrss-0.12, both from http://www2.autistici.org/bakunin/ (LGPL) More... about 19 years ago
Fixed the @server part, added -x reverse support Closes #5 More... about 19 years ago
Fixed comment typo More... about 19 years ago
Implemented more DNS RR type handling Still no support for @server More... about 19 years ago
Added beginning of DNS plugin Refers to #5 More... about 19 years ago
Added BalancedBTreePrune Added the balanced_btree.h to bot_cmds.c More... about 19 years ago