summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | [Minor] Fix size of binary hash outputVsevolod Stakhov2017-02-081-1/+1
|/
* Merge pull request #1402 from fatalbanana/fooVsevolod Stakhov2017-02-072-213/+382
|\ | | | | [Minor] Add URL tags plugin; drop functionality from URL reputation
| * [Minor] Add URL tags plugin; drop functionality from URL reputationAndrew Lewis2017-02-072-213/+382
| | | | | | | | | | - Also fix saving of tags - Reload scripts in URL reputation plugin
* | [Minor] Add benchmarks for base64 decoding speedVsevolod Stakhov2017-02-071-0/+33
| |
* | [Minor] Add guards when free an expresssionVsevolod Stakhov2017-02-071-3/+10
| |
* | [Feature] Add profiling support in client outputVsevolod Stakhov2017-02-075-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 testingVsevolod Stakhov2017-02-071-4/+0
| |
* | [Minor] Stop using tags for redirectionsVsevolod Stakhov2017-02-071-52/+4
| |
* | [Fix] Fix dependencies tracking for callback symbolsVsevolod Stakhov2017-02-071-2/+2
| |
* | [Minor] Count watchers as independent eventsVsevolod Stakhov2017-02-071-3/+11
| | | | | | | | It might be important for better dependencies tracking.
* | [Minor] Improve debuggingVsevolod Stakhov2017-02-071-4/+8
| |
* | [Feature] Rework surbl module to avoid extra redirector callsVsevolod Stakhov2017-02-072-78/+117
| |
* | [Fix] Fix stddev calculationsVsevolod Stakhov2017-02-071-4/+6
|/
* [Minor] Fix buildVsevolod Stakhov2017-02-061-0/+19
|
* [Feature] Add sse42 version of base64 decodingVsevolod Stakhov2017-02-064-0/+255
|
* [Minor] Add sse42 supportVsevolod Stakhov2017-02-064-1/+21
|
* [Minor] Filter yvalues for graph more preciselyVsevolod Stakhov2017-02-061-1/+1
|
* [Test] Silence warningsAndrew Lewis2017-02-061-3/+4
|
* [Feature] Improve url redirector moduleVsevolod Stakhov2017-02-062-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 repliesVsevolod Stakhov2017-02-061-4/+29
|
* [Feature] Allow to specify custom method for a messageVsevolod Stakhov2017-02-063-0/+30
|
* [Minor] Allow to set max size for HTTP requests in LuaVsevolod Stakhov2017-02-061-0/+17
|
* [Minor] Improve SSL errors handlingVsevolod Stakhov2017-02-061-13/+40
|
* [Test] Silence warningsAndrew Lewis2017-02-051-11/+8
|
* [Feature] Add the preliminary version of redirects resolver in LuaVsevolod Stakhov2017-02-051-0/+164
|
* [Minor] Deal with HTTP requests without content lengthVsevolod Stakhov2017-02-051-10/+14
|
* [Minor] Couple of fixes for lua redirectorVsevolod Stakhov2017-02-052-11/+18
|
* [Minor] Fix double free in collection modeVsevolod Stakhov2017-02-051-2/+5
|
* [Feature] Detect URLs with suspicious omographsVsevolod Stakhov2017-02-041-0/+42
|
* Merge pull request #1394 from fatalbanana/rblVsevolod Stakhov2017-02-041-6/+40
|\ | | | | [Feature] RBL module: support hashing for emails and helo RBL
| * [Feature] RBL module: support hashing for emails and helo RBLAndrew Lewis2017-02-031-6/+40
| |
* | Merge pull request #1395 from fatalbanana/urrVsevolod Stakhov2017-02-041-10/+26
|\ \ | | | | | | URL reputation: add whitelist, ignore_surbl config options
| * | [Minor] URL reputation plugin: add whitelistAndrew Lewis2017-02-031-9/+12
| | |
| * | [Minor] URL reputation: support terse configuration for ignore_surblAndrew Lewis2017-02-031-1/+14
| |/
* / [Minor] Allow to disable ssl verification if neededVsevolod Stakhov2017-02-035-9/+30
|/
* [Feature] Implement helo maps in multimapVsevolod Stakhov2017-02-031-0/+10
|
* [Minor] Fix mapped v6 addressesVsevolod Stakhov2017-02-031-3/+2
|
* [Feature] Treat v6 mapped addresses as v4 addressesVsevolod Stakhov2017-02-031-9/+39
|
* [Feature] Allow to call redirector script from SURBLVsevolod Stakhov2017-02-032-9/+156
|
* Merge pull request #1391 from fatalbanana/b7Vsevolod Stakhov2017-02-021-6/+7
|\ | | | | [Minor] Forgot to update help text
| * [Minor] Forgot to update help textAndrew Lewis2017-02-021-6/+7
| |
* | [Minor] URL reputation: fallback to tags to try gauge relevanceAndrew Lewis2017-02-021-30/+64
|/ | | | - Also avoid work if there's only one TLD
* [Minor] Some more fixes/features for rspamadm grepAndrew Lewis2017-02-022-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/b3Vsevolod Stakhov2017-02-014-0/+246
|\ | | | | rspamadm grep
| * [Minor] Recreate grep tool as `rspamadm grep`Andrew Lewis2017-02-014-0/+246
| |
* | [Feature] Add `rip` keyword to ratelimit moduleAndrew Lewis2017-02-011-0/+7
| |
* | [Minor] Avoid double session cleanupVsevolod Stakhov2017-02-011-4/+6
|/
* Merge pull request #1386 from fatalbanana/branchVsevolod Stakhov2017-01-311-0/+16
|\ | | | | [Minor] Rspamadm lua: support passing command line arguments to Lua
| * [Minor] Rspamadm lua: support passing command line arguments to LuaAndrew Lewis2017-01-311-0/+16
| |
* | [Minor] Improve debugging for surbl moduleVsevolod Stakhov2017-01-311-18/+35
|/