summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1944 from fatalbanana/fcwVsevolod Stakhov2017-12-061-0/+28
|\ | | | | [Feature] Hash whitelist for fuzzy_check
| * [Feature] Hash whitelist for fuzzy_checkAndrew Lewis2017-12-041-0/+28
| |
* | [Fix] Use the right boolean operator on error checkMichael McConville2017-12-051-1/+1
|/
* [Feature] Add `-m` flag to configdump to show modules statesVsevolod Stakhov2017-12-041-1/+18
|
* [Minor] Rework plugins state to allow future extensionsVsevolod Stakhov2017-12-033-28/+22
|
* [Minor] Disable colors if not a ttyVsevolod Stakhov2017-12-031-0/+20
|
* [Feature] Store plugins stateVsevolod Stakhov2017-12-0331-3/+101
|
* [Minor] Rework initialization order to handle C modulesVsevolod Stakhov2017-12-033-33/+59
|
* [Feature] Add plugins state variableVsevolod Stakhov2017-12-031-2/+58
|
* [Feature] Add new configwizard command to rspamadmVsevolod Stakhov2017-12-023-0/+167
|
* [Minor] Add umask routineVsevolod Stakhov2017-12-021-0/+41
|
* [Feature] Allow to create directories in Lua APIVsevolod Stakhov2017-12-021-0/+70
|
* [Feature] Export password encryption routines to RedisVsevolod Stakhov2017-12-021-5/+44
|
* [Feature] Allow rspamadm commands to export methods in LuaVsevolod Stakhov2017-12-0215-14/+44
|
* [Minor] Allow to read passphrase from LuaVsevolod Stakhov2017-12-021-1/+35
|
* [Minor] Properly set lua pathsVsevolod Stakhov2017-12-021-19/+100
|
* [Minor] Process invalid command typesVsevolod Stakhov2017-12-021-0/+3
|
* [Fix] Fix composites processingVsevolod Stakhov2017-12-012-2/+3
|
* get authenticated user from certificate subject, tooPhilippe Kueck2017-11-301-0/+5
|
* [Minor] Set digest in replies for modification commandsVsevolod Stakhov2017-11-291-5/+4
|
* [Fix] Fix encrypted legacy reply in fuzzy storageVsevolod Stakhov2017-11-281-1/+19
|
* [Feature] Implement upstreams logic for clickhouse exporterVsevolod Stakhov2017-11-281-11/+33
|
* [Fix] Move composites second pass to the dedicated stageVsevolod Stakhov2017-11-272-5/+8
|
* Update mx_check.luaAL2017-11-271-2/+2
|
* [Minor] Add whitelist symbol to mx_check pluginAL2017-11-271-2/+16
|
* [Minor] Save nameserver name when parsing upstreams from resolv.confVsevolod Stakhov2017-11-261-1/+1
|
* [Minor] Add probabilistic reset of errors in upstream addrsVsevolod Stakhov2017-11-261-2/+7
|
* [Fix] Delay upstream re-resolving when one upstream is definedVsevolod Stakhov2017-11-261-11/+13
|
* [Fix] Do not constantly re-resolve failed upstreams with a singleVsevolod Stakhov2017-11-261-13/+35
| | | | element
* [Feature] Implement DKIM reputation adjustmentsVsevolod Stakhov2017-11-261-18/+57
|
* [Minor] Add more diagnostic for fuzzy hashes lookupVsevolod Stakhov2017-11-252-18/+46
|
* [Minor] Rework client part of the fuzzy systemVsevolod Stakhov2017-11-252-40/+40
|
* [Rework] Implement new version of fuzzy repliesVsevolod Stakhov2017-11-254-45/+128
|
* [Fix] Better handling of the legacy protocolVsevolod Stakhov2017-11-252-32/+36
|
* [Fix] Restore old style ratelimits supportVsevolod Stakhov2017-11-251-5/+17
|
* [Fix] Do not try to connect to non-supported addressesVsevolod Stakhov2017-11-251-0/+4
|
* [Minor] Fix config transformation with no groupsVsevolod Stakhov2017-11-251-6/+1
|
* [Minor] Use quarantine messageVsevolod Stakhov2017-11-242-2/+17
|
* [Feature] Allow to quarantine rejected messages using milter interfaceVsevolod Stakhov2017-11-234-5/+32
|
* [Fix] Fix parsing of the per-user scriptVsevolod Stakhov2017-11-201-20/+29
| | | | | Issue: #1843 MFH: rspamd-1.6
* [Fix] Allow to have negative actions limitsVsevolod Stakhov2017-11-181-1/+1
|
* [Minor] Slightly refactor metric from string functionVsevolod Stakhov2017-11-181-22/+13
|
* [Minor] Never treat no action score as required scoreVsevolod Stakhov2017-11-181-1/+1
|
* [Fix] Fix processing of skip-hashes in fuzzy storageVsevolod Stakhov2017-11-181-2/+2
| | | | MFH: rspamd-1.6
* [Feature] Allow floating and negative values in expressions limitsVsevolod Stakhov2017-11-182-21/+41
|
* [CritFix] Another errors path handling fixVsevolod Stakhov2017-11-181-0/+4
| | | | MFH: rspamd-1.6
* [CritFix] Fix crash in milter errors handlerVsevolod Stakhov2017-11-181-0/+2
|
* [Fix] Greylisting set phase is not idempotentVsevolod Stakhov2017-11-181-1/+1
|
* [Fix] Allow to check negative scores in force_actionsVsevolod Stakhov2017-11-171-1/+1
| | | | MFH: rspamd-1.6
* [Fix] Deal with nan and inf encoding in json/uclVsevolod Stakhov2017-11-161-14/+20
|