Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [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 | 1 | -0/+33 | |
| | | ||||||
* | | [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 | |
| | ||||||
* | [Test] Silence warnings | Andrew Lewis | 2017-02-06 | 1 | -3/+4 | |
| | ||||||
* | [Feature] Improve url redirector module | Vsevolod Stakhov | 2017-02-06 | 2 | -51/+64 | |
| | | | | | | | - 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 | |
| | ||||||
* | [Feature] Allow to specify custom method for a message | Vsevolod Stakhov | 2017-02-06 | 3 | -0/+30 | |
| | ||||||
* | [Minor] Allow to set max size for HTTP requests in Lua | Vsevolod Stakhov | 2017-02-06 | 1 | -0/+17 | |
| | ||||||
* | [Minor] Improve SSL errors handling | Vsevolod Stakhov | 2017-02-06 | 1 | -13/+40 | |
| | ||||||
* | [Test] Silence warnings | Andrew Lewis | 2017-02-05 | 1 | -11/+8 | |
| | ||||||
* | [Feature] Add the preliminary version of redirects resolver in Lua | Vsevolod Stakhov | 2017-02-05 | 1 | -0/+164 | |
| | ||||||
* | [Minor] Deal with HTTP requests without content length | Vsevolod Stakhov | 2017-02-05 | 1 | -10/+14 | |
| | ||||||
* | [Minor] Couple of fixes for lua redirector | Vsevolod Stakhov | 2017-02-05 | 2 | -11/+18 | |
| | ||||||
* | [Minor] Fix double free in collection mode | Vsevolod Stakhov | 2017-02-05 | 1 | -2/+5 | |
| | ||||||
* | [Feature] Detect URLs with suspicious omographs | Vsevolod Stakhov | 2017-02-04 | 1 | -0/+42 | |
| | ||||||
* | Merge pull request #1394 from fatalbanana/rbl | Vsevolod Stakhov | 2017-02-04 | 1 | -6/+40 | |
|\ | | | | | [Feature] RBL module: support hashing for emails and helo RBL | |||||
| * | [Feature] RBL module: support hashing for emails and helo RBL | Andrew Lewis | 2017-02-03 | 1 | -6/+40 | |
| | | ||||||
* | | Merge pull request #1395 from fatalbanana/urr | Vsevolod Stakhov | 2017-02-04 | 1 | -10/+26 | |
|\ \ | | | | | | | URL reputation: add whitelist, ignore_surbl config options | |||||
| * | | [Minor] URL reputation plugin: add whitelist | Andrew Lewis | 2017-02-03 | 1 | -9/+12 | |
| | | | ||||||
| * | | [Minor] URL reputation: support terse configuration for ignore_surbl | Andrew Lewis | 2017-02-03 | 1 | -1/+14 | |
| |/ | ||||||
* / | [Minor] Allow to disable ssl verification if needed | Vsevolod Stakhov | 2017-02-03 | 5 | -9/+30 | |
|/ | ||||||
* | [Feature] Implement helo maps in multimap | Vsevolod Stakhov | 2017-02-03 | 1 | -0/+10 | |
| | ||||||
* | [Minor] Fix mapped v6 addresses | Vsevolod Stakhov | 2017-02-03 | 1 | -3/+2 | |
| | ||||||
* | [Feature] Treat v6 mapped addresses as v4 addresses | Vsevolod Stakhov | 2017-02-03 | 1 | -9/+39 | |
| | ||||||
* | [Feature] Allow to call redirector script from SURBL | Vsevolod Stakhov | 2017-02-03 | 2 | -9/+156 | |
| | ||||||
* | Merge pull request #1391 from fatalbanana/b7 | Vsevolod Stakhov | 2017-02-02 | 1 | -6/+7 | |
|\ | | | | | [Minor] Forgot to update help text | |||||
| * | [Minor] Forgot to update help text | Andrew Lewis | 2017-02-02 | 1 | -6/+7 | |
| | | ||||||
* | | [Minor] URL reputation: fallback to tags to try gauge relevance | Andrew Lewis | 2017-02-02 | 1 | -30/+64 | |
|/ | | | | - Also avoid work if there's only one TLD | |||||
* | [Minor] Some more fixes/features for rspamadm grep | Andrew Lewis | 2017-02-02 | 2 | -14/+38 | |
| | | | | | | - Dump partial matches after processing each file - Don't print orphans & partial matches by default - Fix typo | |||||
* | Merge pull request #1388 from fatalbanana/b3 | Vsevolod Stakhov | 2017-02-01 | 4 | -0/+246 | |
|\ | | | | | rspamadm grep | |||||
| * | [Minor] Recreate grep tool as `rspamadm grep` | Andrew Lewis | 2017-02-01 | 4 | -0/+246 | |
| | | ||||||
* | | [Feature] Add `rip` keyword to ratelimit module | Andrew Lewis | 2017-02-01 | 1 | -0/+7 | |
| | | ||||||
* | | [Minor] Avoid double session cleanup | Vsevolod Stakhov | 2017-02-01 | 1 | -4/+6 | |
|/ | ||||||
* | Merge pull request #1386 from fatalbanana/branch | Vsevolod Stakhov | 2017-01-31 | 1 | -0/+16 | |
|\ | | | | | [Minor] Rspamadm lua: support passing command line arguments to Lua | |||||
| * | [Minor] Rspamadm lua: support passing command line arguments to Lua | Andrew Lewis | 2017-01-31 | 1 | -0/+16 | |
| | | ||||||
* | | [Minor] Improve debugging for surbl module | Vsevolod Stakhov | 2017-01-31 | 1 | -18/+35 | |
|/ |