Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -6/+7 |
| | | | | * 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 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+19 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Add ability to include domains in views. | Vsevolod Stakhov | 2011-01-21 | 1 | -1/+9 |
| | |||||
* | Increase limits for spf parser. | Vsevolod Stakhov | 2011-01-21 | 1 | -0/+7 |
| | | | | Add logging for views. | ||||
* | Remove G_INLINE_FUNC definitions as I misunderstood its purposes. | Vsevolod Stakhov | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -10/+10 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Fix assertion while look up value in NULL hash (found by cirtin) | Vsevolod Stakhov | 2010-08-18 | 1 | -0/+1 |
| | |||||
* | * Add ability to make views by recipient | Vsevolod Stakhov | 2010-07-15 | 1 | -3/+92 |
| | |||||
* | * Fix an issue with workers spawning | Vsevolod Stakhov | 2009-10-29 | 1 | -1/+2 |
| | | | | * Fix an issue with initializing radix lists in views | ||||
* | * Add ability to check views by client's ip (that ip from which we have a ↵ | Vsevolod Stakhov | 2009-10-27 | 1 | -6/+40 |
| | | | | connection to rspamd) | ||||
* | * Do not really check messages that should be skipped | Vsevolod Stakhov | 2009-10-19 | 1 | -0/+13 |
| | | | | * Add Skip state for such messages (not False and not True) | ||||
* | * Add ability to skip check in views | Vsevolod Stakhov | 2009-10-16 | 1 | -0/+3 |
| | |||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -34/+34 |
| | |||||
* | * Various bugfixes in map and radix code | Vsevolod Stakhov | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | * Introduce new common system of map files, that can be used for different ↵ | Vsevolod Stakhov | 2009-07-20 | 1 | -13/+7 |
| | | | | | | | types of maps. This includes new logic of callbacks and callbacks calling, files are monitored with evtimers with jittering. HTTP support would be included soon as well. | ||||
* | * Make autolearn working | Vsevolod Stakhov | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | * Add autolearn config options | Vsevolod Stakhov | 2009-07-03 | 1 | -1/+7 |
| | | | | | * Fix parsing of invalid urls in html parser * Add ability to specify symbols in view parameter as comma-separated list | ||||
* | * Add views support (not completely tested yet) | Vsevolod Stakhov | 2009-06-29 | 1 | -0/+217 |