summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Do not set implicit content-type in HTTPVsevolod Stakhov2017-05-072-30/+70
|
* [Minor] Free privVsevolod Stakhov2017-05-071-0/+1
|
* [CritFix] Fix memory leak in maps schedulingVsevolod Stakhov2017-05-072-8/+9
|
* [Fix] Oops, fix d9d0fa5e86db2f4470d34395a233b450478b2f60Vsevolod Stakhov2017-05-071-1/+1
|
* [CritFix] Fix memory leak in fuzzy checkVsevolod Stakhov2017-05-071-1/+2
|
* [Minor] Fix leaks and corruption in milter interfaceVsevolod Stakhov2017-05-071-3/+17
|
* [Fix] Fix milter connections persistenceVsevolod Stakhov2017-05-073-36/+100
|
* [Minor] Fix append HTTP header routineVsevolod Stakhov2017-05-071-1/+2
|
* Merge pull request #1615 from croessner/avmVsevolod Stakhov2017-05-061-12/+7
|\ | | | | [Minor] Fix result parsing for SAVAPI
| * [Minor] Fix result parsing for SAVAPIChristian Roessner2017-05-051-12/+7
| |
* | [Minor] Increase default buffer sizeVsevolod Stakhov2017-05-061-1/+1
| |
* | [Feature] Add scanning support for milter protocolVsevolod Stakhov2017-05-062-30/+119
| |
* | [Minor] Convert milter macros to HTTP headersVsevolod Stakhov2017-05-062-0/+54
| |
* | [Minor] Allow to assign NULL stringVsevolod Stakhov2017-05-061-1/+7
| |
* | [Minor] Convert milter session to HTTP requestVsevolod Stakhov2017-05-066-64/+193
| |
* | [Minor] Fix session reset in milterVsevolod Stakhov2017-05-061-34/+57
| |
* | [Minor] Increase default timeout to deal with milterVsevolod Stakhov2017-05-061-1/+1
| |
* | [Minor] Zero length commands are allowed by milter protoVsevolod Stakhov2017-05-051-1/+1
| |
* | [Minor] Various fixes to the milter protocolVsevolod Stakhov2017-05-053-28/+49
| |
* | [Minor] Add basic sanity checks for milter protocolVsevolod Stakhov2017-05-052-3/+48
| |
* | [Feature] Start integration of milter support in proxyVsevolod Stakhov2017-05-051-18/+68
|/
* [Minor] Fix configuration optionAndrew Lewis2017-05-051-1/+1
|
* Merge branch 'andryyy-patch-3'Andrew Lewis2017-05-051-1/+1
|\
| * Is not writeAndré Peters2017-05-051-1/+1
|/ | | Don't know the actual impact...
* [Minor] Fix mime version of rspamcVsevolod Stakhov2017-05-041-17/+17
|
* [Feature] Use version 2 proto for checking messagesVsevolod Stakhov2017-05-041-124/+139
|
* [Fix] DKIM Signing: avoid nil index when From header is missingAndrew Lewis2017-05-041-1/+1
|
* [Minor] Spamtrap: adjust defaults for consistency with configAndrew Lewis2017-05-041-2/+2
|
* Merge pull request #1613 from andryyy/patch-2Vsevolod Stakhov2017-05-031-2/+2
|\ | | | | Fixes redirect to "/?" after submitting values
| * Fixes redirect to "/?" after submitting valuesAndré Peters2017-05-031-2/+2
|/ | | Default type is submit, which appends "?" to the URL and kicks us back to "Status".
* Merge pull request #1612 from andryyy/patch-1Vsevolod Stakhov2017-05-031-3/+3
|\ | | | | Fixes saving action scores in WebUI
| * Fixes saving action scores in WebUIAndré Peters2017-05-031-3/+3
|/ | | Variable elts was not updated and always returned the previously set values.
* [Minor] Other style fixes in spamtrapVsevolod Stakhov2017-05-031-9/+15
|
* [Fix] Fix syntax error in spamtrap pluginVsevolod Stakhov2017-05-031-1/+2
|
* [Minor] Fix couple of self scan issues in the proxyVsevolod Stakhov2017-05-031-20/+6
|
* Merge pull request #1610 from croessner/sptrVsevolod Stakhov2017-05-032-0/+196
|\ | | | | [Feature] Add Lua plugin spamtrap
| * [Feature] Add Lua plugin spamtrapChristian Roessner2017-05-022-0/+196
| |
* | [Fix] Deal with unpaired <a> tagsVsevolod Stakhov2017-05-031-52/+108
| |
* | [Feature] Initial support of self-scan in Rspamd proxyVsevolod Stakhov2017-05-026-21/+210
| |
* | [CritFix] Fix corruption when multiple fuzzy are definedVsevolod Stakhov2017-05-021-10/+30
| | | | | | | | | | | | | | | | | | If there are two fuzzy storages with the same algorithm but one of them uses encryption, then the encryption procedure could corrupt non-encrypted requests. This patch decouples encryption from caching removing this issue. Issue: #1611
* | [Rework] Make log pipes worker agnostic, add scanners APIVsevolod Stakhov2017-05-025-50/+49
| |
* | [Minor] Add some more states for milter protocolVsevolod Stakhov2017-05-021-9/+34
| |
* | [Minor] Fix headers styleVsevolod Stakhov2017-05-012-36/+36
| |
* | [Feature] Improve omograph phishing detectionVsevolod Stakhov2017-04-301-9/+23
| |
* | [Minor] Allow to check spoofed characters in a single stringVsevolod Stakhov2017-04-301-21/+50
|/
* [Minor] Oops, forgot to save in the previous commitVsevolod Stakhov2017-04-291-5/+5
|
* [Fix] Fix parsing of long regexp typesVsevolod Stakhov2017-04-291-10/+19
|
* [Minor] More parsing functions for milter protoVsevolod Stakhov2017-04-292-30/+242
|
* [Minor] More milter commands parserVsevolod Stakhov2017-04-291-1/+114
|
* [Minor] Fix destroy->free transitionVsevolod Stakhov2017-04-291-1/+1
|