2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the handler callbacks to have only one void * argument. Made trac thread be persistent so it can regenerate the channel regexp after SIGHUP More... about 18 years ago
Added starting sighup handlers to several tasks. Added an "arg" to be passed into the signal handlers to distinguish between threads that have the same code footprint. More... about 18 years ago
Make signal_interrupt deregister itself so a second Ctrl-C will instantly exit. Added a thread_join to thread_deregister, tweaked some thread shutdowns. Use curl_global_init() in main.c (yuck) as it's not thread-safe. More... about 18 years ago
Attempting to clean up the occasional coredump on shutdown. Seems to happen now whenever the url plugin is enabled with others, not sure why. More... about 18 years ago
Added a handler for SIGSEGV, SIGILL, SIGFPE More... about 18 years ago
Added SIGUSR2 which will give a backtrace in each thread. Added SIGHUP with per-thread handling callbacks, set all current threads to no handler More... about 18 years ago
ran autoheader to recreate config.h.in. Make the plugin definition table depend on the PLUGIN_* defines in config.h More... about 18 years ago
Added enabled fields to: channels, servers, plugin_mailbox, plugin_mailbox_report, plugin_rssfeed, plugin_trac, plugin_url_keywords More... about 18 years ago
Factored out the db_check_schema and db_upgrade_schema code so it's common code More... about 18 years ago
Switched trac plugin from using -lapr-0 and -laprutil-0 to -1. Forgot to commit the protos.h More... about 18 years ago
Make shutdown unload all plugins first. Close server sockets from the dying transmit thread to wake up server threads so they can die. Switched trac plugin to use -lapr-1 and -laprutil-1. More... about 18 years ago
Post-commit release tagging for configure.ac More... about 18 years ago
Release 0.2 More... about 18 years ago
Make it so make distclean also removes the .d files More... about 18 years ago
Implemented make distclean properly More... about 18 years ago
Added in the check for libc-client by creating a new macro More... about 18 years ago
Added library checks for all but libc-client which won't behave. Changed tagversion to look for configure.ac.in More... about 18 years ago
Fixed a typo More... about 18 years ago
Renamed the plugin disables to --disable-plugin-xxxx More... about 18 years ago
Added the ability to disable compilation of each plugin to ./configure More... about 18 years ago
Updated the help for url More... about 18 years ago
Added !url - list More... about 18 years ago
Set the Keywords property on url.c More... about 18 years ago
Added url logging, !url - search string and !url - last More... about 18 years ago
Added the url plugin. Closes #21 More... about 18 years ago
Fixed a typo More... about 18 years ago
Fix bug in seen when used in privmsg More... about 18 years ago
Removed the now not-used datemsk.txt file More... about 18 years ago
Changed from using getdate_r to using strptime with the format set per feed in the db. More... about 18 years ago
Added some error messages and the command help for trac More... about 18 years ago