aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Make new Mail::Rspamd::Client workingcebka@lenovo-laptop2010-03-042-369/+557
* * New Mail::Rspamd::Clientcebka@lenovo-laptop2010-03-033-722/+899
* * Allow to specify hosts file for making batch operations on rspamd using rsp...cebka@lenovo-laptop2010-03-011-36/+104
* * Add percents of spam and ham detected to stat command outputcebka@lenovo-laptop2010-03-012-4/+8
* * Fix bugs from previous commitcebka@lenovo-laptop2010-03-014-13/+7
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-018-16/+249
* * Save prefixes in treescebka@lenovo-laptop2010-02-282-13/+37
* * Fix cores in spf code (partially)cebka@lenovo-laptop2010-02-275-11/+90
* * 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-256-11/+572
* * Show help message when rspamd is called without any params (suggested by An...cebka@lenovo-laptop2010-02-241-1/+5
* * Libintl hackcebka@lenovo-laptop2010-02-191-0/+8
* * Add ability to build rspamd staticcebka@lenovo-laptop2010-02-193-30/+124
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-176-7/+36
* * Add support for imap custom search in rspamccebka@lenovo-laptop2010-02-161-5/+40
* * 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-084-22/+119
* * Handle empty messages in learningcebka@lenovo-laptop2010-02-051-0/+11
* * Add a little review of rspamdcebka@lenovo-laptop2010-02-045-13/+1683
* * 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-295-22/+233
* * Fixes to IMAP support in rspamccebka@lenovo-laptop2010-01-291-24/+52
* * Write part's hashes to log for messages identifycebka@lenovo-laptop2010-01-281-0/+26
* * New system of rspamc command:cebka@lenovo-laptop2010-01-281-42/+230
* * 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
* * Remove useless next in cyclecebka@lenovo-laptop2010-01-121-3/+0
* * Add support of whitelists in settings (by Anton Nekhoroshin)cebka@lenovo-laptop2009-12-302-2/+50
* * Introduce new logging system:Vsevolod Stakhov2009-12-2251-771/+1092
* * 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-187-26/+85
* * 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-142-4/+8
* * Fix symbols cache (init lua filters before symbols cache initialization)Vsevolod Stakhov2009-12-145-41/+50
* * Add documentationVsevolod Stakhov2009-12-102-3311/+4539
* * 0.2.7 -> 0.2.8Vsevolod Stakhov2009-12-081-1/+1
* * 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-047-63/+451
* * Many major fixes to statfiles:Vsevolod Stakhov2009-12-038-49/+163
* * 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