aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
Commit message (Expand)AuthorAgeFilesLines
* * Add rolling history feature saving last 200 scanned messages.Vsevolod Stakhov2013-01-071-0/+3
* * Initial approach to RESTful controller.Vsevolod Stakhov2012-09-141-3/+10
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-0/+1
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+11
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-301-0/+6
* * Improve statistics for scanned messages.Vsevolod Stakhov2012-03-261-4/+3
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-14/+7
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-161-0/+1
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-141-10/+0
* Reorganize util.c as it should contain only common utilities.Vsevolod Stakhov2011-12-071-0/+18
* * Fix reopening of logs in case of privilleged run.Vsevolod Stakhov2011-11-301-0/+3
* Check for SIGUSR1 by libevent to avoid signals collisions.Vsevolod Stakhov2011-11-301-3/+2
* Fix main rspamd worker to work with buffer.c changes.Vsevolod Stakhov2011-11-071-1/+2
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-261-0/+2
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-061-1/+1
* * Introduce new system of contexts initialization. It would be used for other...Vsevolod Stakhov2011-08-181-2/+5
* * Add learn_spam/learn_ham interface to librspamdclient and to rspamcVsevolod Stakhov2011-07-141-0/+1
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-0/+4
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-0/+7
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-2/+2
* * Rework build process:Vsevolod Stakhov2011-05-101-12/+2
* * Add ability to learn rspamd via worker (without password)0.3.11Vsevolod Stakhov2011-03-311-13/+16
* * Preload statfiles at the early beginning in the main processVsevolod Stakhov2011-03-311-0/+2
* * Add more timeouts: for fuzzy operations, for worker task operationsVsevolod Stakhov2011-03-281-2/+1
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-251-0/+2
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-2/+2
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-0/+1
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-0/+1
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-3/+7
* Add rewrite subject action implementation to SMTP proxy.Vsevolod Stakhov2010-10-271-0/+2
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-36/+36
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-251-0/+2
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-0/+1
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-041-0/+2
* * Write symbols weights to rspamc outputVsevolod Stakhov2010-07-311-1/+1
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-0/+1
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-0/+3
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-2/+1
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-12/+0
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-0/+4
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-171-1/+3
* * Check messages received via smtp proxyVsevolod Stakhov2010-06-101-0/+2
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-0/+8
* * Continue implementing smtp proxyVsevolod Stakhov2010-05-261-0/+1
* * Initial addition of smtp proxy moduleVsevolod Stakhov2010-05-111-0/+1
* * Add ability to pass all filters by using flag -p in case of rspamc or addin...Vsevolod Stakhov2010-04-261-0/+1
* * Handle and dump factors correctlyVsevolod Stakhov2010-04-081-1/+1
* * Add statistics for fuzzy storagecebka@lenovo-laptop2010-03-171-0/+2
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-011-2/+4
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-171-0/+1