| Commit message (Expand) | Author | Age | Files | Lines |
* | * Initial approach to RESTful controller. | Vsevolod Stakhov | 2012-09-14 | 1 | -3/+10 |
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -0/+1 |
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+11 |
* | * Implement pre-filters that realizes concepts to check mail by some absolute... | Vsevolod Stakhov | 2012-03-30 | 1 | -0/+6 |
* | * Improve statistics for scanned messages. | Vsevolod Stakhov | 2012-03-26 | 1 | -4/+3 |
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -14/+7 |
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -0/+1 |
* | * Finally get rid of stupid savepoints system and migrate to async events log... | Vsevolod Stakhov | 2011-12-14 | 1 | -10/+0 |
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -0/+18 |
* | * Fix reopening of logs in case of privilleged run. | Vsevolod Stakhov | 2011-11-30 | 1 | -0/+3 |
* | Check for SIGUSR1 by libevent to avoid signals collisions. | Vsevolod Stakhov | 2011-11-30 | 1 | -3/+2 |
* | Fix main rspamd worker to work with buffer.c changes. | Vsevolod Stakhov | 2011-11-07 | 1 | -1/+2 |
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -0/+2 |
* | Try to check spf domain before adding it to LRU hash. | Vsevolod Stakhov | 2011-10-06 | 1 | -1/+1 |
* | * Introduce new system of contexts initialization. It would be used for other... | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+5 |
* | * Add learn_spam/learn_ham interface to librspamdclient and to rspamc | Vsevolod Stakhov | 2011-07-14 | 1 | -0/+1 |
* | * First commit to implement multi-statfile filter system with new learning me... | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+4 |
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -0/+7 |
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -2/+2 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -12/+2 |
* | * Add ability to learn rspamd via worker (without password)0.3.11 | Vsevolod Stakhov | 2011-03-31 | 1 | -13/+16 |
* | * Preload statfiles at the early beginning in the main process | Vsevolod Stakhov | 2011-03-31 | 1 | -0/+2 |
* | * Add more timeouts: for fuzzy operations, for worker task operations | Vsevolod Stakhov | 2011-03-28 | 1 | -2/+1 |
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+2 |
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -2/+2 |
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+1 |
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 1 | -0/+1 |
* | * Start new rspamd 0.3.4 | Vsevolod Stakhov | 2010-12-03 | 1 | -3/+7 |
* | Add rewrite subject action implementation to SMTP proxy. | Vsevolod Stakhov | 2010-10-27 | 1 | -0/+2 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -36/+36 |
* | * Add post filters to lua API - filters that would be called after all messag... | Vsevolod Stakhov | 2010-08-25 | 1 | -0/+2 |
* | * Move images library to core rspamd | Vsevolod Stakhov | 2010-08-23 | 1 | -0/+1 |
* | * Fix wirting message id during fuzzy_add command | Vsevolod Stakhov | 2010-08-04 | 1 | -0/+2 |
* | * Write symbols weights to rspamc output | Vsevolod Stakhov | 2010-07-31 | 1 | -1/+1 |
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -0/+1 |
* | * Make DNS resolver working | Vsevolod Stakhov | 2010-07-08 | 1 | -0/+3 |
* | * Fix detection of numeric urls (reported by citrin) | Vsevolod Stakhov | 2010-07-05 | 1 | -2/+1 |
* | * Fix compatibility issues | Vsevolod Stakhov | 2010-06-23 | 1 | -12/+0 |
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -0/+4 |
* | * Implement initial version of greylisting triplets storage | Vsevolod Stakhov | 2010-06-17 | 1 | -1/+3 |
* | * Check messages received via smtp proxy | Vsevolod Stakhov | 2010-06-10 | 1 | -0/+2 |
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -0/+8 |
* | * Continue implementing smtp proxy | Vsevolod Stakhov | 2010-05-26 | 1 | -0/+1 |
* | * Initial addition of smtp proxy module | Vsevolod Stakhov | 2010-05-11 | 1 | -0/+1 |
* | * Add ability to pass all filters by using flag -p in case of rspamc or addin... | Vsevolod Stakhov | 2010-04-26 | 1 | -0/+1 |
* | * Handle and dump factors correctly | Vsevolod Stakhov | 2010-04-08 | 1 | -1/+1 |
* | * Add statistics for fuzzy storage | cebka@lenovo-laptop | 2010-03-17 | 1 | -0/+2 |
* | * Add weights command for getting weights of each message by each statfile | cebka@lenovo-laptop | 2010-03-01 | 1 | -2/+4 |
* | * Add ability to add custom messages to rspamd output | cebka@lenovo-laptop | 2010-02-17 | 1 | -0/+1 |
* | * Add support of custom filters in rspamd worker | cebka@lenovo-laptop | 2010-01-29 | 1 | -1/+0 |