aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Add percents of spam and ham detected to stat command outputcebka@lenovo-laptop2010-03-011-2/+6
* * Fix bugs from previous commitcebka@lenovo-laptop2010-03-013-11/+4
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-017-14/+235
* * Save prefixes in treescebka@lenovo-laptop2010-02-282-13/+37
* * Fix cores in spf code (partially)cebka@lenovo-laptop2010-02-273-11/+87
* * Add custom filter for making marks for new user:cebka@lenovo-laptop2010-02-269-4/+892
* * Add first custom filter for making marks for ip addresses and networkscebka@lenovo-laptop2010-02-255-10/+570
* * Add ability to build rspamd staticcebka@lenovo-laptop2010-02-191-22/+60
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-176-7/+36
* * Allways set some protocol version even if command is not validcebka@lenovo-laptop2010-02-151-1/+2
* * Fix unix socket creation under FreeBSD (reported by Andrey Zverev)cebka@lenovo-laptop2010-02-151-7/+5
* * Add ability to add weight for fuzzy hashes, this can be very useful for aut...cebka@lenovo-laptop2010-02-083-16/+105
* * Handle empty messages in learningcebka@lenovo-laptop2010-02-051-0/+11
* * Add maillist plugin for detecting mailmain/ezml and subscribe.ru listscebka@lenovo-laptop2010-02-012-0/+180
* * Add ability to classify only specific headers (for example Subject)cebka@lenovo-laptop2010-02-013-34/+55
* * Add support of custom filters in rspamd workercebka@lenovo-laptop2010-01-293-21/+231
* * Write part's hashes to log for messages identifycebka@lenovo-laptop2010-01-281-0/+26
* * Do not produce lua warning when message has no headers or has unresolved ho...cebka@lenovo-laptop2010-01-251-0/+4
* * Fix misprintcebka@lenovo-laptop2010-01-141-1/+1
* * Forgotten call of normalizer functioncebka@lenovo-laptop2010-01-141-0/+3
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-137-3/+178
* * Add support of whitelists in settings (by Anton Nekhoroshin)cebka@lenovo-laptop2009-12-302-2/+50
* * Introduce new logging system:Vsevolod Stakhov2009-12-2249-768/+1089
* * Add ability to specify pid file from command line (for rc scripts)Vsevolod Stakhov2009-12-213-6/+21
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-186-24/+80
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-167-4/+325
* * Fix inserting one list to another in spf parser (include border elements)Vsevolod Stakhov2009-12-151-9/+20
* * Fix issue with list concatVsevolod Stakhov2009-12-141-2/+6
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-145-41/+50
* * Fixes to spf parser:Vsevolod Stakhov2009-12-082-12/+342
* * Some fixes to 'include' and 'redirect' defines and to mask checkingVsevolod Stakhov2009-12-073-14/+55
* * Actually check what we have in spf recordVsevolod Stakhov2009-12-072-15/+47
* * Updates to spf system:Vsevolod Stakhov2009-12-046-62/+449
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-037-47/+161
* * Another fixes to synchronization of statfilesVsevolod Stakhov2009-12-033-12/+14
* * Some fixes to syncVsevolod Stakhov2009-12-023-14/+35
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-3010-53/+482
* * Initial release of synchronization server in controllerVsevolod Stakhov2009-11-274-15/+227
* * Add initial version of rspamd binlog syncronization clientVsevolod Stakhov2009-11-252-0/+300
* * Add check_smtp_data function for checking some fields from SMTP dialogVsevolod Stakhov2009-11-221-5/+140
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-1210-68/+116
* * New version of rspamd statfiles that can be used in syncVsevolod Stakhov2009-11-122-6/+151
* * Fix some issues in binlog seekingVsevolod Stakhov2009-11-122-51/+30
* * Fix addrlen of sockaddr_un (previous was a mistake)Vsevolod Stakhov2009-11-111-2/+2
* * Add right way to pass config params with common names to lua scriptsVsevolod Stakhov2009-11-113-15/+66
* * Fix parsing '*' as hostname in bind linesVsevolod Stakhov2009-11-101-6/+12
* * Avoid mmap'ing in binlog as mmapped areas must be alignedVsevolod Stakhov2009-11-098-122/+318
* * Add logging urls as it was required by rambler searchVsevolod Stakhov2009-11-065-4/+27
* * Add binlog API implementationVsevolod Stakhov2009-11-064-1/+521
* * SI_ code macroses are not BSD compatible, avoid using themVsevolod Stakhov2009-11-051-24/+2