Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -2/+2 | |
| | | | | | | | | | - 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 limits support to each worker (max open files and max core size) | Vsevolod Stakhov | 2009-12-18 | 1 | -22/+24 | |
| | | | | * Fix dependency on lex and yacc sources | |||||
* | * Some fixes to 'include' and 'redirect' defines and to mask checking | Vsevolod Stakhov | 2009-12-07 | 1 | -5/+9 | |
| | ||||||
* | * Actually check what we have in spf record | Vsevolod Stakhov | 2009-12-07 | 1 | -2/+34 | |
| | ||||||
* | * Updates to spf system: | Vsevolod Stakhov | 2009-12-04 | 1 | -0/+152 | |
- add plugin to work with spf records (initial version) - make all spf types working (except include and redirect that still need some attention) - add support of MX records to evdns - some major fixes and testing of the whole spf subsystem |