2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 22 hours ago.
May 12, 2023 — May 12, 2024
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... almost 17 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... almost 17 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... almost 17 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... almost 17 years ago
Added a handler for SIGSEGV, SIGILL, SIGFPE More... almost 17 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... almost 17 years ago
ran autoheader to recreate config.h.in. Make the plugin definition table depend on the PLUGIN_* defines in config.h More... almost 17 years ago
Added enabled fields to: channels, servers, plugin_mailbox, plugin_mailbox_report, plugin_rssfeed, plugin_trac, plugin_url_keywords More... almost 17 years ago
Factored out the db_check_schema and db_upgrade_schema code so it's common code More... almost 17 years ago
Switched trac plugin from using -lapr-0 and -laprutil-0 to -1. Forgot to commit the protos.h More... almost 17 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... almost 17 years ago
Post-commit release tagging for configure.ac More... almost 17 years ago
Release 0.2 More... almost 17 years ago
Make it so make distclean also removes the .d files More... almost 17 years ago
Implemented make distclean properly More... almost 17 years ago
Added in the check for libc-client by creating a new macro More... almost 17 years ago
Added library checks for all but libc-client which won't behave. Changed tagversion to look for configure.ac.in More... almost 17 years ago
Fixed a typo More... almost 17 years ago
Renamed the plugin disables to --disable-plugin-xxxx More... almost 17 years ago
Added the ability to disable compilation of each plugin to ./configure More... almost 17 years ago
Updated the help for url More... almost 17 years ago
Added !url - list More... almost 17 years ago
Set the Keywords property on url.c More... almost 17 years ago
Added url logging, !url - search string and !url - last More... almost 17 years ago
Added the url plugin. Closes #21 More... almost 17 years ago
Fixed a typo More... almost 17 years ago
Fix bug in seen when used in privmsg More... almost 17 years ago
Removed the now not-used datemsk.txt file More... almost 17 years ago
Changed from using getdate_r to using strptime with the format set per feed in the db. More... almost 17 years ago
Added some error messages and the command help for trac More... almost 17 years ago