2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put in another null check in an attempt to get rid of a core dump situation More... almost 19 years ago
Start the transmit thread before the bot state machine to avoid a race condition on the transmit queue startup More... almost 19 years ago
Changed libmysql check to libmysqlclient in configure Removed query logging More... almost 19 years ago
Extended the timeout in the DNS thread on pthread_cond_timewait to 1000ms to work around an apparent bug in glibc 2.3.5-1ubuntu1 (which debian may have fixed in 2.3.5-3) More... almost 19 years ago
Fixed the SQL stuff in rssfeed and core pluging More... almost 19 years ago
Massive structure change to allow for queuing SQL queries and dealing with the server in a separate thread. More... almost 19 years ago
- fixed a table name in the db_check_plugins More... almost 19 years ago
- Removed trailing ; from queries. MySQL 3.23.x can't handle that. More... almost 19 years ago
- strdup the channel string for transmits as well as some are overwritten in the calling thread. Ooops. More... almost 19 years ago
- Added a mysql version number log message More... almost 19 years ago
- Added a mysql_option( MYSQL_OPT_RECONNECT ) to force MySQL 5.x to reconnect if disconnected. - Fixes #25 (I hope) More... almost 19 years ago
Make rssfeeds strip carriage returns. They should go to spaces. More... about 19 years ago
Changed the format of the RSS output in an attempt to minimize freenode's stupid spam detection's false positives More... about 19 years ago
Once again, remove the added leading space on the realname More... about 19 years ago
Make it NOT put a leading space in the IRC realname More... about 19 years ago
Removed possibility of NULL-pointer segfault in ProcOnWho More... about 19 years ago
- Implemented the flood protection buffer count. Assume that the server will take stuff out approximately at the rate we should be putting them in. More... about 19 years ago
God I suck... forgot to check in the header files AGAIN More... about 19 years ago
Added more flood protection tweaking, allows for hyperion oddness More... about 19 years ago
- make rssfeed log the message lengths too More... about 19 years ago
- oops, forgot to checkin the prototype More... about 19 years ago
- Added an adjective to the trout command - Closes #22 More... about 19 years ago
- Put command line parsing into a function rather than maintaining the same code all over More... about 19 years ago
- testing new auth More... about 19 years ago
Added the 'make release' support back More... about 19 years ago
Cleaned up the configure.ac More... about 19 years ago
- Prepopulate the plugins table with any new plugins as defined in plugin_list.h More... about 19 years ago
Modified release and tag scripts More... about 19 years ago
- Make the child release the tty when running in daemon mode - Closes #24 More... about 19 years ago
Protect the empty lib dir More... about 19 years ago