Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Allow to send descriptors from workers to main | Vsevolod Stakhov | 2016-04-04 | 4 | -6/+40 |
| | |||||
* | [Feature] Allow to attach file descriptors to control commands | Vsevolod Stakhov | 2016-04-04 | 5 | -6/+42 |
| | |||||
* | [Fix] Try to set redis to NULL to avoid double free | Vsevolod Stakhov | 2016-04-04 | 1 | -0/+4 |
| | |||||
* | [Fix] Change copy strategy in strlcpy | Vsevolod Stakhov | 2016-04-03 | 1 | -7/+21 |
| | |||||
* | [Fix] Save required score in history | Vsevolod Stakhov | 2016-04-03 | 1 | -0/+1 |
| | | | | Issue: #581 | ||||
* | [Fix] Fix strlcpy startup | Vsevolod Stakhov | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to print compact json in client | Vsevolod Stakhov | 2016-04-02 | 1 | -9/+17 |
| | |||||
* | [Feature] Add support of half-closed connection in lua_tcp | Vsevolod Stakhov | 2016-04-02 | 1 | -2/+27 |
| | |||||
* | [Minor] Fix iterator | Andrew Lewis | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | [Feature] Optimize strlcpy for aligned input | Vsevolod Stakhov | 2016-04-01 | 1 | -7/+24 |
| | |||||
* | [Feature] Rework whitelist module | Vsevolod Stakhov | 2016-04-01 | 1 | -48/+76 |
| | | | | | | | - Now we check different elements for different checks - MIME from for DMARC - DKIM signature domain for DKIM - SMTP from or HELO for SPF | ||||
* | [Minor] Fix log level for repeated message | Vsevolod Stakhov | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | [Fix] Investigate many border cases in URLs parser | Vsevolod Stakhov | 2016-03-31 | 1 | -6/+39 |
| | |||||
* | [Fix] Do not parse broken TLD parts | Vsevolod Stakhov | 2016-03-31 | 1 | -0/+3 |
| | |||||
* | [Feature] Save trace for SA metas | Vsevolod Stakhov | 2016-03-31 | 1 | -2/+3 |
| | |||||
* | [Feature] Allow tables in task:insert_result | Vsevolod Stakhov | 2016-03-31 | 1 | -4/+20 |
| | |||||
* | [Feature] Add expression:process_traced method | Vsevolod Stakhov | 2016-03-31 | 1 | -0/+43 |
| | |||||
* | [Feature] Add task:get_symbols method | Vsevolod Stakhov | 2016-03-31 | 1 | -0/+39 |
| | |||||
* | [Fix] Fix sorting of limits | Vsevolod Stakhov | 2016-03-31 | 1 | -6/+51 |
| | |||||
* | [Fix] Fix saving of regexp atoms strings | Vsevolod Stakhov | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | [Feature] Use XXH64 on 64 bits platforms only | Vsevolod Stakhov | 2016-03-31 | 5 | -79/+100 |
| | |||||
* | [Fix] Allow to edit new files with signtool | Vsevolod Stakhov | 2016-03-31 | 1 | -7/+29 |
| | |||||
* | [Fix] Print error when cannot connect to rspamd | Vsevolod Stakhov | 2016-03-30 | 1 | -0/+4 |
| | |||||
* | [Fix] Fix return value from the function | Vsevolod Stakhov | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | [Fix] Improve parsing of the connect string for the client | Vsevolod Stakhov | 2016-03-30 | 1 | -13/+31 |
| | |||||
* | [Feature] Implement vectored mode for hyperscan | Vsevolod Stakhov | 2016-03-29 | 1 | -102/+202 |
| | | | | | Rspamd can now use the fastest possible mode of hyperscan to allow further speed up in regexps matching. | ||||
* | [Feature] Improve processing of headers to lua | Vsevolod Stakhov | 2016-03-29 | 1 | -3/+11 |
| | |||||
* | [Feature] Add method to get headers as array for speed | Vsevolod Stakhov | 2016-03-29 | 2 | -0/+32 |
| | |||||
* | [Minor] Add vectorized_hyperscan configuration knob | Vsevolod Stakhov | 2016-03-29 | 2 | -0/+7 |
| | | | | No underlaying functionality is implemented yet. | ||||
* | [Feature] Find URLs with '\r' and '\n' inside href attribute | Vsevolod Stakhov | 2016-03-29 | 1 | -0/+16 |
| | |||||
* | [Feature] Allow to select settings by id in HTTP query | Vsevolod Stakhov | 2016-03-29 | 1 | -0/+17 |
| | |||||
* | [Feature] Allow to disable checks from settings | Vsevolod Stakhov | 2016-03-29 | 1 | -6/+57 |
| | |||||
* | [Feature] Add method to disable symbols execution in the cache | Vsevolod Stakhov | 2016-03-29 | 2 | -36/+84 |
| | |||||
* | [Fix] Rework settings actions in symbols cache | Vsevolod Stakhov | 2016-03-29 | 1 | -30/+2 |
| | |||||
* | [Fix] Fix parsing of include/redirect with many records in SPF | Vsevolod Stakhov | 2016-03-29 | 1 | -0/+5 |
| | |||||
* | [Feature] Simplify actions application by the settings | Vsevolod Stakhov | 2016-03-29 | 6 | -59/+41 |
| | |||||
* | [Feature] Store actions limits in metric result | Vsevolod Stakhov | 2016-03-29 | 5 | -8/+12 |
| | |||||
* | [Feature] Add tracking for rspamd expressions | Vsevolod Stakhov | 2016-03-28 | 2 | -5/+27 |
| | |||||
* | [Fix] Do not use '|' symbol as it is operator's symbol | Vsevolod Stakhov | 2016-03-28 | 1 | -1/+1 |
| | | | | Replace '|' with '^'. | ||||
* | [Feature] Further rework of composite rules | Vsevolod Stakhov | 2016-03-28 | 1 | -22/+45 |
| | | | | | Now it is possible to force removal for a symbol in a composite by adding '|' symbol to its name. | ||||
* | [Fix] Save log level when compressing log messages | Vsevolod Stakhov | 2016-03-27 | 1 | -5/+10 |
| | |||||
* | [Feature] Use HTTP Content-Type on non mime input if possible | Vsevolod Stakhov | 2016-03-26 | 1 | -1/+15 |
| | |||||
* | [Minor] Remove legacy interface | Vsevolod Stakhov | 2016-03-26 | 3 | -45/+1 |
| | |||||
* | [Feature] Show map URLs in webui | Vsevolod Stakhov | 2016-03-23 | 3 | -4/+5 |
| | |||||
* | [Feature] Improve logging for fuzzy hashes | Vsevolod Stakhov | 2016-03-22 | 1 | -8/+23 |
| | |||||
* | [Fix] Fixed cryptobox cleanup | Vsevolod Stakhov | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | [Feature] Do not classify message if some class is missing | Vsevolod Stakhov | 2016-03-22 | 5 | -0/+49 |
| | |||||
* | [Fix] Fix crashes on arm32 | Vsevolod Stakhov | 2016-03-22 | 2 | -4/+5 |
| | |||||
* | [Feature] Allow symbols params to be printed in logs | Vsevolod Stakhov | 2016-03-22 | 3 | -15/+29 |
| | |||||
* | [Feature] Add list support to `mime types` module configuration | Alexander Moisseev | 2016-03-22 | 1 | -5/+20 |
| | | | | - this change allows to configure several mime types for an extension like ```txt = [ "message/disposition-notification", "text/plain", "text/rfc822-headers" ];``` - `type` variable replaced with `mtype` as `type` is lua reserved word |