Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes for the new symbols structure. | Vsevolod Stakhov | 2015-08-13 | 1 | -2/+0 |
| | |||||
* | Avoid global rspamd_main usage. | Vsevolod Stakhov | 2015-08-06 | 1 | -4/+0 |
| | |||||
* | Hide workers and modules definitions. | Vsevolod Stakhov | 2015-08-06 | 1 | -11/+28 |
| | |||||
* | Add password encryption mode. | Vsevolod Stakhov | 2015-04-28 | 1 | -0/+7 |
| | |||||
* | Implement the concept of fuzzy protocol epoches. | Vsevolod Stakhov | 2015-04-21 | 1 | -0/+12 |
| | |||||
* | Fix modules initialization. | Vsevolod Stakhov | 2015-04-17 | 1 | -0/+2 |
| | |||||
* | Refactor structures names. | Vsevolod Stakhov | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Remove old statfile_pool logic. | Vsevolod Stakhov | 2015-01-18 | 1 | -2/+0 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 1 | -2/+2 |
| | |||||
* | Add post-signal handler. | Vsevolod Stakhov | 2014-11-01 | 1 | -0/+2 |
| | |||||
* | Rework signals processing in workers. | Vsevolod Stakhov | 2014-11-01 | 1 | -2/+10 |
| | |||||
* | Fix some problematic includes. | Vsevolod Stakhov | 2014-09-28 | 1 | -14/+16 |
| | |||||
* | Rework lists and hashes. | Vsevolod Stakhov | 2014-08-24 | 1 | -7/+0 |
| | |||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -62/+66 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -75/+71 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -71/+75 |
| | |||||
* | Remove memcached support. | Vsevolod Stakhov | 2014-04-30 | 1 | -1/+0 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -14/+6 |
| | |||||
* | Rework worker utilities. | Vsevolod Stakhov | 2014-04-30 | 1 | -31/+1 |
| | |||||
* | Use unified signal handlers. | Vsevolod Stakhov | 2014-04-22 | 1 | -1/+0 |
| | |||||
* | Refactor task functions. | Vsevolod Stakhov | 2014-04-21 | 1 | -22/+0 |
| | |||||
* | 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 | -101/+6 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -3/+3 |
| | |||||
* | Add Log header to prevent logging of a task. | Vsevolod Stakhov | 2014-03-08 | 1 | -0/+1 |
| | |||||
* | Move fin_task to a common rspamd_fin_task function. | Vsevolod Stakhov | 2014-01-21 | 1 | -0/+13 |
| | |||||
* | Simplify states of task. Disable broken code. | Vsevolod Stakhov | 2014-01-19 | 1 | -6/+2 |
| | |||||
* | Parse HTTP requests, cleanup the code. | Vsevolod Stakhov | 2014-01-18 | 1 | -6/+1 |
| | | | | | --HG-- extra : rebase_source : 6b35fbf55fc9fe65d7f033620670bb210928e9b4 | ||||
* | Start moving to HTTP world. | Vsevolod Stakhov | 2014-01-12 | 1 | -1/+3 |
| | |||||
* | Add hostname attribute to rspamc protocol. | Vsevolod Stakhov | 2014-01-06 | 1 | -0/+1 |
| | |||||
* | Rework rspamd DNS resolver. | Vsevolod Stakhov | 2013-12-10 | 1 | -10/+0 |
| | |||||
* | Randomize source port to make a DNS request. | Vsevolod Stakhov | 2013-12-09 | 1 | -0/+1 |
| | |||||
* | Fix race condition in the controller IO. | Vsevolod Stakhov | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | Rework build and install paths. | Vsevolod Stakhov | 2013-11-19 | 1 | -1/+1 |
| | |||||
* | Allow xml->ucl config conversion. | Vsevolod Stakhov | 2013-10-26 | 1 | -1/+1 |
| | | | | | | | Now it is possible to read UCL configs directly and convert legacy XML to UCL by --convert-config option. Default config is now rspamd.conf, not rspamd.xml. | ||||
* | Fix build for an old libevent. | Vsevolod Stakhov | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -1/+26 |
| | | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization. | ||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -0/+3 |
| | | | | Add /history command handler in webui. | ||||
* | * Initial approach to RESTful controller. | Vsevolod Stakhov | 2012-09-14 | 1 | -3/+10 |
| | | | | Fix security issues in fstring handling. | ||||
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -0/+1 |
| | | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies. | ||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+11 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | * Implement pre-filters that realizes concepts to check mail by some ↵ | Vsevolod Stakhov | 2012-03-30 | 1 | -0/+6 |
| | | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits | ||||
* | * 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 |
| | | | | | | | | - 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. | ||||
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -0/+1 |
| | | | | Some fixes to lua redis library. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -10/+0 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -0/+18 |
| | | | | Libkvstorage client is now deprecated as I plan to replace it with hiredis library. | ||||
* | * 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 |
| | | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage. | ||||
* | Fix main rspamd worker to work with buffer.c changes. | Vsevolod Stakhov | 2011-11-07 | 1 | -1/+2 |
| |