Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -821/+0 |
| | |||||
* | Finish conversion to new inet addr structure. | Vsevolod Stakhov | 2014-04-21 | 1 | -31/+3 |
| | |||||
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -13/+13 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Adopt new libucl. | Vsevolod Stakhov | 2014-04-19 | 1 | -19/+26 |
| | |||||
* | Implement 0.6 compatible output. | Vsevolod Stakhov | 2014-04-06 | 1 | -5/+53 |
| | |||||
* | Add compatibility output for rspamd 0.6 protocol. | Vsevolod Stakhov | 2014-04-06 | 1 | -0/+4 |
| | |||||
* | Use is_json for compatibility output. | Vsevolod Stakhov | 2014-04-05 | 1 | -0/+3 |
| | |||||
* | Process compatibility methods. | Vsevolod Stakhov | 2014-04-05 | 1 | -3/+15 |
| | |||||
* | Add Log header to prevent logging of a task. | Vsevolod Stakhov | 2014-03-08 | 1 | -2/+18 |
| | |||||
* | Fix empty messages processing. | Vsevolod Stakhov | 2014-02-18 | 1 | -3/+6 |
| | |||||
* | Make gstring emitting generic. | Vsevolod Stakhov | 2014-01-28 | 1 | -70/+2 |
| | |||||
* | Output emails properly. | Vsevolod Stakhov | 2014-01-24 | 1 | -1/+29 |
| | |||||
* | Output urls and emails more clearly. | Vsevolod Stakhov | 2014-01-21 | 1 | -9/+6 |
| | |||||
* | Simplify states of task. Disable broken code. | Vsevolod Stakhov | 2014-01-19 | 1 | -19/+14 |
| | |||||
* | Parse HTTP requests, cleanup the code. | Vsevolod Stakhov | 2014-01-18 | 1 | -461/+198 |
| | | | | | --HG-- extra : rebase_source : 6b35fbf55fc9fe65d7f033620670bb210928e9b4 | ||||
* | Implement HTTP session for normal worker. | Vsevolod Stakhov | 2014-01-13 | 1 | -42/+97 |
| | |||||
* | Start new HTTP based reply handler. | Vsevolod Stakhov | 2014-01-12 | 1 | -839/+117 |
| | |||||
* | Add `strict_protocol_headers` option for rspamc protocol. | Vsevolod Stakhov | 2014-01-07 | 1 | -9/+13 |
| | | | | | | If this option is specified then unknown headers are treated as errors otherwise they are just ignored. This option is `false` by default meaning that unknown headers are ignored. | ||||
* | Add hostname attribute to rspamc protocol. | Vsevolod Stakhov | 2014-01-06 | 1 | -0/+5 |
| | |||||
* | Refactor metric actions handling. | Vsevolod Stakhov | 2013-09-13 | 1 | -15/+17 |
| | | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric. | ||||
* | Allow parsing streams without Content-Length. | Vsevolod Stakhov | 2013-06-06 | 1 | -0/+6 |
| | |||||
* | Fix some warnings that actually are dangerous. | Vsevolod Stakhov | 2013-06-03 | 1 | -4/+4 |
| | |||||
* | Better support of ipv6 headers. | Vsevolod Stakhov | 2013-05-23 | 1 | -5/+17 |
| | |||||
* | Add saving of actions, symbols and maps. | Vsevolod Stakhov | 2013-01-09 | 1 | -3/+25 |
| | |||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -2/+13 |
| | | | | Add /history command handler in webui. | ||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -2/+0 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | * Initial approach to RESTful controller. | Vsevolod Stakhov | 2012-09-14 | 1 | -1/+6 |
| | | | | Fix security issues in fstring handling. | ||||
* | 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 |
| | |||||
* | Log smtp FROM in urls output if smtp user is not defined. | Vsevolod Stakhov | 2012-06-19 | 1 | -1/+2 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+17 |
| | | | | * 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 | -23/+48 |
| | | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits | ||||
* | * Improve statistics for scanned messages. | Vsevolod Stakhov | 2012-03-26 | 1 | -12/+4 |
| | |||||
* | Make compiler happy in several cases, remove warnings. | Vsevolod Stakhov | 2011-12-20 | 1 | -1/+2 |
| | |||||
* | Fix log_urls setting. | Vsevolod Stakhov | 2011-11-28 | 1 | -0/+9 |
| | |||||
* | Do not try to validate empty headers. | Vsevolod Stakhov | 2011-10-25 | 1 | -0/+6 |
| | | | | Write symbols to log in case of HTTP/Json output. | ||||
* | Damn. | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Json fix. | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Fix to json output. | Vsevolod Stakhov | 2011-08-18 | 1 | -0/+4 |
| | |||||
* | Add more. | Vsevolod Stakhov | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Fix http headers. | Vsevolod Stakhov | 2011-08-18 | 1 | -12/+13 |
| | |||||
* | * Introduce new system of contexts initialization. It would be used for ↵ | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+4 |
| | | | | | | other things in rspamd as well in future. Ignore unknown headers in case of http. | ||||
* | Fix output for spamc proto. | Vsevolod Stakhov | 2011-08-15 | 1 | -1/+5 |
| | |||||
* | * Make hash traversing more safely | Vsevolod Stakhov | 2011-08-11 | 1 | -24/+33 |
| | |||||
* | Make hash traversing more safe by using reference count. | Vsevolod Stakhov | 2011-08-05 | 1 | -0/+8 |
| | | | | Update to 0.4.2 | ||||
* | Another one. | Vsevolod Stakhov | 2011-08-04 | 1 | -7/+9 |
| | |||||
* | Another bad read detected. | Vsevolod Stakhov | 2011-08-04 | 1 | -2/+4 |
| | |||||
* | Fix access to already freed memory. | Vsevolod Stakhov | 2011-08-04 | 1 | -0/+1 |
| | | | | Remove assert. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| |