Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 | |
| | ||||||
* | Add informational messages about modules initialization | Vsevolod Stakhov | 2015-11-27 | 1 | -0/+2 | |
| | ||||||
* | Rename main.h and main.c to `rspamd.X` | Vsevolod Stakhov | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | Update other C module for the new logger. | Vsevolod Stakhov | 2015-08-31 | 1 | -1/+1 | |
| | ||||||
* | Add tags to rspamd_mempool. | Vsevolod Stakhov | 2015-08-27 | 1 | -3/+2 | |
| | ||||||
* | Rework symbols weights. | Vsevolod Stakhov | 2015-08-12 | 1 | -3/+5 | |
| | ||||||
* | Add conditional enabling of modules. | Vsevolod Stakhov | 2015-08-06 | 1 | -0/+4 | |
| | ||||||
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 1 | -5/+4 | |
| | | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field | |||||
* | Refactor and unify function names. | Vsevolod Stakhov | 2015-05-27 | 1 | -1/+1 | |
| | ||||||
* | Fix plugins registration. | Vsevolod Stakhov | 2015-05-27 | 1 | -3/+1 | |
| | ||||||
* | Use binary flags for part flags. | Vsevolod Stakhov | 2015-04-29 | 1 | -2/+2 | |
| | ||||||
* | Fix modules initialization. | Vsevolod Stakhov | 2015-04-17 | 1 | -9/+1 | |
| | ||||||
* | Restore compiling of plugins. | Vsevolod Stakhov | 2015-03-23 | 1 | -1/+0 | |
| | ||||||
* | Fix some problematic includes. | Vsevolod Stakhov | 2014-09-28 | 1 | -3/+2 | |
| | ||||||
* | Refactor function names. | Vsevolod Stakhov | 2014-09-23 | 1 | -1/+1 | |
| | ||||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -30/+41 | |
| | ||||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -43/+32 | |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | |||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -32/+43 | |
| | ||||||
* | Add attach_controller callback to plugins. | Vsevolod Stakhov | 2014-04-30 | 1 | -1/+2 | |
| | ||||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -8/+8 | |
| | ||||||
* | Deprecate views: never ever being used. | Vsevolod Stakhov | 2014-04-21 | 1 | -9/+6 | |
| | ||||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -5/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove unused xml code. | Vsevolod Stakhov | 2013-11-16 | 1 | -2/+0 | |
| | ||||||
* | Replace RCL to UCL from libucl to avoid duplicity in the code. | Vsevolod Stakhov | 2013-10-22 | 1 | -3/+3 | |
| | ||||||
* | Fix some warnings. | Vsevolod Stakhov | 2013-10-10 | 1 | -1/+1 | |
| | ||||||
* | Fix chartable plugin. | Vsevolod Stakhov | 2013-10-03 | 1 | -6/+4 | |
| | ||||||
* | Fix some warnings found by coverity scan. | Vsevolod Stakhov | 2013-08-16 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | * 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. | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 | |
| | ||||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -8/+7 | |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | |||||
* | * Add a simple logic of language detection for text parts (unicode script based) | Vsevolod Stakhov | 2011-07-11 | 1 | -1/+15 | |
| | ||||||
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 1 | -0/+3 | |
| | | | | | | 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 | -12/+12 | |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | |||||
* | * Fix chartable module in utf mode | Vsevolod Stakhov | 2010-07-05 | 1 | -3/+3 | |
| | ||||||
* | * Incorrectly removed in previous commit | Vsevolod Stakhov | 2010-06-17 | 1 | -0/+6 | |
| | ||||||
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -31/+2 | |
| | | | | | | | * 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 | -2/+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 | |||||
* | * 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 | |||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -42/+40 | |
| | ||||||
* | * Fix processing of empty parts | Vsevolod Stakhov | 2009-08-21 | 1 | -1/+3 | |
| | | | | * Fix memory problems in controller | |||||
* | * Fix symbol planning, add cache_file directive to config file | Vsevolod Stakhov | 2009-07-14 | 1 | -2/+2 | |
| | | | | * Fix some errors | |||||
* | * Rework the whole filters system | Vsevolod Stakhov | 2009-07-13 | 1 | -12/+29 | |
| | | | | | | | * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working! | |||||
* | * Add views support (not completely tested yet) | Vsevolod Stakhov | 2009-06-29 | 1 | -5/+8 | |
| | ||||||
* | * Validate utf8 chars to avoid crashes | Vsevolod Stakhov | 2009-04-24 | 1 | -2/+11 | |
| | ||||||
* | * Write simple approach of chartable module for raw mode texts | Vsevolod Stakhov | 2009-04-21 | 1 | -28/+36 | |
| | | | | * Add description and usage sample for chartable module |