Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix simultaneous bind to ipv6 and ipv6 sockets. | Vsevolod Stakhov | 2014-01-09 | 1 | -1/+2 |
| | |||||
* | Fix critical memory leak in settings code. | Vsevolod Stakhov | 2013-02-03 | 1 | -0/+5 |
| | | | | | Format HTTP date correctly. Fix map watch timeout. | ||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -2/+2 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | * Use murmur hash for all hashes as it is more efficient and provides more ↵ | Vsevolod Stakhov | 2012-10-08 | 1 | -6/+6 |
| | | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification. | ||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -1/+1 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | Remove some warnings. | Vsevolod Stakhov | 2011-10-14 | 1 | -4/+0 |
| | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -4/+4 |
| | |||||
* | Another fix to avoid race with settings - add reference counter. | Vsevolod Stakhov | 2011-07-21 | 1 | -22/+49 |
| | |||||
* | Rework http chunked encoding parsing. | Vsevolod Stakhov | 2011-07-20 | 1 | -4/+4 |
| | |||||
* | Ref hash table at settings loading. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Fix bug with data corruption during settings application. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+8 |
| | |||||
* | * Improve performance of settings lookup | Vsevolod Stakhov | 2011-06-30 | 1 | -96/+104 |
| | |||||
* | Add more options to rspamc client. | Vsevolod Stakhov | 2011-05-13 | 1 | -20/+0 |
| | | | | Remove unused scores. | ||||
* | Ignore empty from in settings. | Vsevolod Stakhov | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | * Strip email addresses from braces | Vsevolod Stakhov | 2011-05-13 | 1 | -2/+6 |
| | | | | Ignore empty domains in settings | ||||
* | Add log message about action from settings | Vsevolod Stakhov | 2011-05-13 | 1 | -4/+18 |
| | |||||
* | * Add blacklist to json settings | Vsevolod Stakhov | 2011-05-13 | 1 | -12/+59 |
| | |||||
* | Fix settings using. | Vsevolod Stakhov | 2011-05-11 | 1 | -2/+11 |
| | | | | Revert genmodules logic. | ||||
* | * Add Subject header that indicate how Subject must be rewritten in case of ↵ | Vsevolod Stakhov | 2011-05-10 | 1 | -16/+14 |
| | | | | | | 'rewrite subject' action Fix initialization order of json settings. | ||||
* | * Whitelist settings now affects on metric's action | Vsevolod Stakhov | 2011-05-03 | 1 | -0/+11 |
| | |||||
* | Fix action settings (reported by Anton Nekhoroshih). | Vsevolod Stakhov | 2010-10-25 | 1 | -5/+5 |
| | | | | | Split smtp code to 'utils', 'protocol' and 'worker' functions. * Add support of actions for smtp worker. | ||||
* | Add special cases in metric actions: reject_score and spam_score for ↵ | Vsevolod Stakhov | 2010-10-22 | 1 | -0/+16 |
| | | | | managing metric scores directly. | ||||
* | * Add ability to recursive scan over multipart's parts for functions: | Vsevolod Stakhov | 2010-10-20 | 1 | -6/+87 |
| | | | | | | | | - content_type_is_type - content_type_is_subtype - content_type_compare_param - content_type_has_param * Add ability to specify any of actions in user's settings, not only reject. | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -6/+6 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -3/+3 |
| | | | | | * Fix tanhl detection for platforms that have not implementation of it * Remove several compile warnings | ||||
* | * Add support of whitelists in settings (by Anton Nekhoroshin) | cebka@lenovo-laptop | 2009-12-30 | 1 | -2/+49 |
| | |||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -7/+7 |
| | | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system | ||||
* | * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin) | Vsevolod Stakhov | 2009-10-02 | 1 | -2/+32 |
| | | | | * Add rspamc protocol 1.1 (3 marks instead of 2) | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -50/+48 |
| | |||||
* | * Sync log before closing | Vsevolod Stakhov | 2009-09-14 | 1 | -1/+1 |
| | | | | * Fix buffer allocation while reading json data | ||||
* | * Make settings working | Vsevolod Stakhov | 2009-09-08 | 1 | -6/+155 |
| | |||||
* | * Add JSON settings parser | Vsevolod Stakhov | 2009-09-07 | 1 | -0/+229 |