Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework parsing of ip lists. | Vsevolod Stakhov | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | Fix fuzzy_check and spf. | Vsevolod Stakhov | 2014-10-01 | 1 | -5/+7 |
| | |||||
* | Fix some problematic includes. | Vsevolod Stakhov | 2014-09-28 | 1 | -7/+5 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-09-23 | 1 | -3/+3 |
| | |||||
* | Fix some more potential reload issues. | Vsevolod Stakhov | 2014-09-22 | 1 | -0/+1 |
| | |||||
* | Rework lists and hashes. | Vsevolod Stakhov | 2014-08-24 | 1 | -2/+1 |
| | |||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -63/+102 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -107/+68 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -68/+107 |
| | |||||
* | Fix addresses comparision on SPF module. | Vsevolod Stakhov | 2014-05-04 | 1 | -1/+2 |
| | |||||
* | Add attach_controller callback to plugins. | Vsevolod Stakhov | 2014-04-30 | 1 | -1/+2 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -12/+12 |
| | |||||
* | Finish conversion to new inet addr structure. | Vsevolod Stakhov | 2014-04-21 | 1 | -36/+11 |
| | |||||
* | Deprecate views: never ever being used. | Vsevolod Stakhov | 2014-04-21 | 1 | -1/+0 |
| | |||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -6/+6 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -4/+4 |
| | |||||
* | Deprecate xml config utilities finally. | Vsevolod Stakhov | 2014-04-19 | 1 | -1/+0 |
| | |||||
* | Adopt new libucl. | Vsevolod Stakhov | 2014-04-19 | 1 | -1/+1 |
| | |||||
* | Rework LRU hash logic. | Vsevolod Stakhov | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | Remove unused xml code. | Vsevolod Stakhov | 2013-11-16 | 1 | -6/+0 |
| | |||||
* | Replace RCL to UCL from libucl to avoid duplicity in the code. | Vsevolod Stakhov | 2013-10-22 | 1 | -7/+7 |
| | |||||
* | Fix some warnings. | Vsevolod Stakhov | 2013-10-10 | 1 | -3/+3 |
| | |||||
* | Fix SPF plugin. | Vsevolod Stakhov | 2013-10-03 | 1 | -7/+9 |
| | |||||
* | Revert gerror conversion for spf module. | Vsevolod Stakhov | 2013-09-24 | 1 | -14/+7 |
| | |||||
* | Convert spf module to GError reporting. | Vsevolod Stakhov | 2013-09-24 | 1 | -7/+14 |
| | |||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -1/+1 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | 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 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -4/+68 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -0/+12 |
| | | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -7/+0 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | Fix static build. | Vsevolod Stakhov | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Try to check spf domain before adding it to LRU hash. | Vsevolod Stakhov | 2011-10-06 | 1 | -1/+1 |
| | | | | Make libutil functions ported from BSD compatible with libbsd in linux. | ||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -12/+11 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Add condition to fix inconsistent records in LRU cache. | Vsevolod Stakhov | 2011-06-14 | 1 | -1/+2 |
| | |||||
* | Fix memory issues. | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+9 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -8/+98 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | * Fix parsing of include records in spf parser | Vsevolod Stakhov | 2011-03-03 | 1 | -45/+65 |
| | |||||
* | Try to fix memory issues. | Vsevolod Stakhov | 2011-03-02 | 1 | -5/+0 |
| | |||||
* | Fix spf parser for some cases. | Vsevolod Stakhov | 2011-02-14 | 1 | -2/+10 |
| | |||||
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -0/+2 |
| | | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files | ||||
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 1 | -0/+5 |
| | | | | | | Implement checking for classifier options Fix redirector to handle timeouts and invalid replies properly Fix surbl module not to check each url | ||||
* | 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 another error with early task destroying | Vsevolod Stakhov | 2010-07-20 | 1 | -0/+7 |
| | |||||
* | * Misprint != -> == | Vsevolod Stakhov | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | * Add ability to make whitelist for spf checks | Vsevolod Stakhov | 2010-06-30 | 1 | -2/+17 |
| | |||||
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -27/+4 |
| | | | | | | | * Completely remove lex/yacc readers for config * Make common sense of metric/action and symbols * Sync changes with all plugins TODO: add this to documentation | ||||
* | * Fix freeing of module parameters (they should NOT be freed) | Vsevolod Stakhov | 2010-03-23 | 1 | -4/+6 |
| | | | | | | | * Add minimum hash length to check with fuzzy module as well as whitelisting for fuzzy checks: min_length = "300"; <- messages with more than 300 characters would be checked with fuzzy check whitelist = "http://somehost/somefile"; <- ip addresses whitelisted * Extend comments about module options for comfortable usage | ||||
* | * Add ability to add custom messages to rspamd output | cebka@lenovo-laptop | 2010-02-17 | 1 | -0/+3 |
| | | | | * Add messages from spf checks |