aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Lua_task: Fix error handling for a task with no messageVsevolod Stakhov2019-12-081-1/+7
* Merge pull request #3179 from korgoth1/masterVsevolod Stakhov2019-12-077-2/+41
|\
| * [Test] SURBL html entity&shykorgoth12019-12-071-0/+1
| * [Test] SPF for relaykorgoth12019-12-072-0/+7
| * [Test] SPF for relaykorgoth12019-12-075-18/+14
| * [Test] SPF for relaykorgoth12019-12-071-2/+15
| |\ | |/ |/|
* | [Minor] Spf: Fix external relay detectionVsevolod Stakhov2019-12-071-2/+15
| * [Test] SPF for relaykorgoth12019-12-067-29/+94
| |\ | |/ |/|
* | [Minor] Treat flags properly in dns toolVsevolod Stakhov2019-12-061-1/+1
* | [Minor] Check if we have a current itemVsevolod Stakhov2019-12-061-1/+4
* | [Minor] Fix race condition with LRU keys lifetimeVsevolod Stakhov2019-12-061-3/+4
* | [Minor] Add debugging for spf references to find refcount leakVsevolod Stakhov2019-12-062-11/+28
* | [Minor] Allow to log numeric idVsevolod Stakhov2019-12-062-1/+43
* | [Minor] Improve error messageVsevolod Stakhov2019-12-051-2/+2
* | [Minor] Some small changes to the logicVsevolod Stakhov2019-12-052-11/+13
* | Merge pull request #3177 from korgoth1/masterVsevolod Stakhov2019-12-052-0/+22
|\ \
| | * [Test] SPF PERMFAIL REDIRECT WITHOUT SPFkorgoth12019-12-064-1/+36
| |/
| * [Test] SPF PERMFAIL REDIRECT WITHOUT SPFkorgoth12019-12-052-0/+22
|/
* [Fix] Treat soft hyphen as zero width spaceVsevolod Stakhov2019-12-051-1/+2
* [Minor] Oops, set item just on registration phaseVsevolod Stakhov2019-12-041-0/+2
* [Minor] Fix API functionVsevolod Stakhov2019-12-041-1/+6
* [Minor] Add more flexible symcache item access functionsVsevolod Stakhov2019-12-042-24/+149
* [Minor] Allow to disable virtual symbols permanentlyVsevolod Stakhov2019-12-043-11/+19
* [Minor] Forgot to list methodVsevolod Stakhov2019-12-031-0/+1
* Merge pull request #3172 from korgoth1/masterVsevolod Stakhov2019-12-035-135/+170
|\
| * [Test] 115 Dmarc is now separated by 115 dmarc, 116 dkim, 117 spf.korgoth12019-12-0211-740/+392
| |\
| * | [Test] 115 Dmarc is now separated by 115 dmarc, 116 dkim, 117 spf.korgoth12019-12-025-135/+170
* | | [Minor] Fix regexps for using in pcreVsevolod Stakhov2019-12-021-5/+5
* | | [Test] Spf is now Lua moduleVsevolod Stakhov2019-12-023-2/+4
| |/ |/|
* | [Feature] Spf: Add external_relay optionVsevolod Stakhov2019-12-022-3/+37
* | [Minor] Lua_spf: Allow string representation of the IP addressVsevolod Stakhov2019-12-021-2/+27
* | [Conf] SPF is no longer a C moduleVsevolod Stakhov2019-12-021-1/+1
* | [Project] More fixes to follow the C module semanticsVsevolod Stakhov2019-12-022-28/+49
* | [Minor] Add generic methods to deal with check_local/check_authed flagsVsevolod Stakhov2019-12-021-0/+58
* | [Minor] Lua_task: Allow to get a raw timestampVsevolod Stakhov2019-12-021-8/+13
* | [Minor] Fix dmarc after changeVsevolod Stakhov2019-12-023-2/+7
* | [Minor] Sigh, some more error paths handling fixedVsevolod Stakhov2019-12-021-11/+8
* | [Minor] Fix issues foundVsevolod Stakhov2019-12-023-24/+47
* | [Minor] Fix errors handlingVsevolod Stakhov2019-12-023-5/+13
* | [Project] Bye-bye, sweet princeVsevolod Stakhov2019-12-022-672/+1
* | [Project] Preliminary SPF plugin in LuaVsevolod Stakhov2019-12-021-0/+147
|/
* Merge pull request #3171 from korgoth1/masterVsevolod Stakhov2019-12-023-0/+2503
|\
| * [Test] scan .pdf encrypted and with javascriptkorgoth12019-12-013-0/+2503
|/
* [Minor] Fix error cases handlingVsevolod Stakhov2019-12-011-10/+28
* [Minor] Fix checking of `all` matchVsevolod Stakhov2019-12-011-0/+5
* [Project] Move dns_tool to using of the rspamd_spf from FFI moduleVsevolod Stakhov2019-11-301-18/+36
* [Minor] Lua_spf: Some API fixes and adjustmentsVsevolod Stakhov2019-11-301-25/+31
* [Minor] Lua_task: Accept lua_ip userdata when calling set_ipVsevolod Stakhov2019-11-301-16/+35
* [Minor] Lua_task: Fix set_ip to accept lua_ip userdataVsevolod Stakhov2019-11-301-0/+2
* [Project] Add get_elts methodVsevolod Stakhov2019-11-301-0/+58