Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1409 from fatalbanana/MM5 | Vsevolod Stakhov | 2017-02-10 | 4 | -3/+30 |
|\ | | | | | Multimap: fixes for filters | ||||
| * | [Test] Additional tests for multimap | Andrew Lewis | 2017-02-10 | 3 | -0/+27 |
| | | |||||
| * | [Fix] Multimap: Fixes for email filters | Andrew Lewis | 2017-02-10 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1408 from moisseev/webui | Vsevolod Stakhov | 2017-02-10 | 2 | -4/+12 |
|\ \ | | | | | | | [WebUI] Add basic cluster support to Throughput tab | ||||
| * | | [WebUI] Add basic cluster support to Throughput tab | Alexander Moisseev | 2017-02-10 | 2 | -4/+12 |
| |/ | |||||
* | | [Minor] Use more precise system function to print floating point | Vsevolod Stakhov | 2017-02-10 | 1 | -71/+19 |
| | | |||||
* | | [Minor] Disable lua files execution for now | Vsevolod Stakhov | 2017-02-10 | 1 | -0/+2 |
| | | |||||
* | | [Minor] Use isfinite instead of isnormal because of '0.0' | Vsevolod Stakhov | 2017-02-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1407 from fatalbanana/max | Vsevolod Stakhov | 2017-02-09 | 1 | -7/+1 |
|\ | | | | | Multimap: don't try handle gaps in Received headers | ||||
| * | [Minor] Don't try handle gaps in Received headers | Andrew Lewis | 2017-02-09 | 1 | -7/+1 |
| | | |||||
* | | [Feature] Add per-task lua cache to reuse 'heavy' objects | Vsevolod Stakhov | 2017-02-09 | 3 | -100/+191 |
| | | |||||
* | | [Feature] Store all received headers in lua | Vsevolod Stakhov | 2017-02-09 | 3 | -1/+8 |
| | | |||||
* | | [Minor] Fix lengths when parsing email addresses | Vsevolod Stakhov | 2017-02-09 | 1 | -3/+3 |
| | | |||||
* | | [Fix] Fix couple of cornercases with email addresses | Vsevolod Stakhov | 2017-02-09 | 1 | -7/+41 |
| | | |||||
* | | [Minor] Improve events debugging | Vsevolod Stakhov | 2017-02-09 | 1 | -39/+50 |
| | | |||||
* | | [Minor] Zero structure before using | Vsevolod Stakhov | 2017-02-09 | 1 | -1/+1 |
| | | |||||
* | | [Fix] Fix processing of emails with name only | Vsevolod Stakhov | 2017-02-09 | 1 | -1/+22 |
|/ | |||||
* | Merge pull request #1406 from fatalbanana/mm | Vsevolod Stakhov | 2017-02-08 | 1 | -11/+22 |
|\ | | | | | [Minor] Multimap Received headers: fixes | ||||
| * | [Minor] Multimap Received headers: fixes | Andrew Lewis | 2017-02-08 | 1 | -11/+22 |
| | | | | | | | | | | | | - Deal with gaps in Received headers indexes - Deal with rspamd_ip values - Fix min_pos/max_pos | ||||
* | | [Fix] Filter bad characters from message id | Vsevolod Stakhov | 2017-02-08 | 1 | -6/+25 |
| | | | | | | | | Issue: #1403 | ||||
* | | [Fix] Strictly filter bad characters when emittin json | Vsevolod Stakhov | 2017-02-08 | 2 | -14/+20 |
|/ | |||||
* | Merge pull request #1405 from fatalbanana/lip | Vsevolod Stakhov | 2017-02-08 | 1 | -0/+1 |
|\ | | | | | [Fix] Lua IP from string should be invalid if parsing failed | ||||
| * | [Fix] Lua IP from string should be invalid if parsing failed | Andrew Lewis | 2017-02-08 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1404 from fatalbanana/mm | Vsevolod Stakhov | 2017-02-08 | 1 | -78/+189 |
|\ \ | | | | | | | [Feature] Multimap: Received header processing | ||||
| * | | [Feature] Multimap: Received header processing | Andrew Lewis | 2017-02-08 | 1 | -0/+91 |
| | | | |||||
| * | | [Minor] Multimap: use table lookup to determine processing | Andrew Lewis | 2017-02-08 | 1 | -79/+99 |
| |/ | |||||
* / | [Minor] Fix size of binary hash output | Vsevolod Stakhov | 2017-02-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1402 from fatalbanana/foo | Vsevolod Stakhov | 2017-02-07 | 2 | -213/+382 |
|\ | | | | | [Minor] Add URL tags plugin; drop functionality from URL reputation | ||||
| * | [Minor] Add URL tags plugin; drop functionality from URL reputation | Andrew Lewis | 2017-02-07 | 2 | -213/+382 |
| | | | | | | | | | | - Also fix saving of tags - Reload scripts in URL reputation plugin | ||||
* | | [Minor] Add benchmarks for base64 decoding speed | Vsevolod Stakhov | 2017-02-07 | 3 | -17/+103 |
| | | |||||
* | | [Minor] Add guards when free an expresssion | Vsevolod Stakhov | 2017-02-07 | 1 | -3/+10 |
| | | |||||
* | | [Feature] Add profiling support in client output | Vsevolod Stakhov | 2017-02-07 | 5 | -0/+147 |
| | | | | | | | | | | | | It is now possible to specify `--profile` option to Rspamd to get execution time for all symbols that were executed for a specific message. This still doesn't count async returns time. | ||||
* | | [Minor] Remove redundant call for tags testing | Vsevolod Stakhov | 2017-02-07 | 1 | -4/+0 |
| | | |||||
* | | [Minor] Stop using tags for redirections | Vsevolod Stakhov | 2017-02-07 | 1 | -52/+4 |
| | | |||||
* | | [Fix] Fix dependencies tracking for callback symbols | Vsevolod Stakhov | 2017-02-07 | 1 | -2/+2 |
| | | |||||
* | | [Minor] Count watchers as independent events | Vsevolod Stakhov | 2017-02-07 | 1 | -3/+11 |
| | | | | | | | | It might be important for better dependencies tracking. | ||||
* | | [Minor] Improve debugging | Vsevolod Stakhov | 2017-02-07 | 1 | -4/+8 |
| | | |||||
* | | [Feature] Rework surbl module to avoid extra redirector calls | Vsevolod Stakhov | 2017-02-07 | 2 | -78/+117 |
| | | |||||
* | | [Fix] Fix stddev calculations | Vsevolod Stakhov | 2017-02-07 | 1 | -4/+6 |
|/ | |||||
* | [Minor] Fix build | Vsevolod Stakhov | 2017-02-06 | 1 | -0/+19 |
| | |||||
* | [Feature] Add sse42 version of base64 decoding | Vsevolod Stakhov | 2017-02-06 | 4 | -0/+255 |
| | |||||
* | [Minor] Add sse42 support | Vsevolod Stakhov | 2017-02-06 | 4 | -1/+21 |
| | |||||
* | [Minor] Filter yvalues for graph more precisely | Vsevolod Stakhov | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1397 from moisseev/webui | Vsevolod Stakhov | 2017-02-06 | 3 | -23/+28 |
|\ | | | | | [WebUI] Add server selector to navbar | ||||
| * | [WebUI] Simplify neighbours table populating | Alexander Moisseev | 2017-02-05 | 1 | -28/+16 |
| | | |||||
| * | [WebUI] Add server selector to navbar | Alexander Moisseev | 2017-02-05 | 3 | -0/+17 |
| | | |||||
* | | Merge pull request #1401 from fatalbanana/T3 | Vsevolod Stakhov | 2017-02-06 | 1 | -3/+4 |
|\ \ | | | | | | | [Test] Silence warnings | ||||
| * | | [Test] Silence warnings | Andrew Lewis | 2017-02-06 | 1 | -3/+4 |
|/ / | |||||
* | | [Feature] Improve url redirector module | Vsevolod Stakhov | 2017-02-06 | 3 | -51/+65 |
| | | | | | | | | | | | | | | - Use HEAD instead of GET - Limit body length - Check for cached results before testing them on HTTP - Really limit number of nested queries | ||||
* | | [Minor] Use some implicit status messages for HTTP replies | Vsevolod Stakhov | 2017-02-06 | 1 | -4/+29 |
| | |