summaryrefslogtreecommitdiffstats
path: root/src/greylist_storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-359/+0
| | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage.
* Fix static build.Vsevolod Stakhov2011-11-111-2/+2
|
* * Rework build process:Vsevolod Stakhov2011-05-101-1/+0
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* Fix warnings.Vsevolod Stakhov2011-02-241-0/+2
|
* Add module options checkerVsevolod Stakhov2010-12-081-2/+2
| | | | | Improve time limits handling Fix smtp proxy options parsing
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-9/+9
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-171-0/+358
* Fix issues with smtp worker