aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Allow to specify config when doing TCP requestVsevolod Stakhov2017-06-131-10/+26
|
* [Minor] Minor fixes to log messagesVsevolod Stakhov2017-06-101-2/+2
|
* [Minor] Allow to set custom pool for a taskVsevolod Stakhov2017-06-081-1/+1
|
* [Minor] Add url:get_count methodVsevolod Stakhov2017-06-061-0/+22
|
* [Minor] Kill other `rmilter` occurrenciesVsevolod Stakhov2017-06-021-9/+10
|
* [Minor] Fix base64 encoding for signatureVsevolod Stakhov2017-05-281-1/+1
|
* [Feature] Rework lua RSA APIVsevolod Stakhov2017-05-271-154/+189
|
* [Minor] Merge rmilter reply instead of overwriting itVsevolod Stakhov2017-05-201-4/+13
|
* [Rework] Propagate ucl variables from the command lineVsevolod Stakhov2017-05-183-10/+38
|
* [Minor] Add method to get the whole configuration in LuaVsevolod Stakhov2017-05-181-0/+51
|
* [Minor] Warn about get_date misuseVsevolod Stakhov2017-05-171-9/+16
|
* [Minor] src: Fix spelling errorsSebastien Badia2017-05-132-2/+2
|
* [Minor] Move more magic constants to definesVsevolod Stakhov2017-05-121-1/+3
|
* [Fix] Disable certain checks for utf spoof detectionVsevolod Stakhov2017-05-111-0/+3
|
* [Fix] Allow to follow symlinks when safeVsevolod Stakhov2017-05-094-6/+6
| | | | Issue: #1625
* [Minor] Allow to check spoofed characters in a single stringVsevolod Stakhov2017-04-301-21/+50
|
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-296-12/+12
|
* [Minor] Allow session-less lua dns requestsVsevolod Stakhov2017-04-281-1/+1
|
* [Rework] Remove multiple metrics support from RspamdVsevolod Stakhov2017-04-261-74/+29
|
* [Minor] Push email flags to the lua APIVsevolod Stakhov2017-04-251-0/+21
|
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-251-1/+2
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-241-8/+8
| | | | Issue: #1590
* [Minor] Add lua methods to detect if a part has 8bit charactersVsevolod Stakhov2017-04-241-0/+58
|
* [Feature] Support numeric arguments for Redis requestsVsevolod Stakhov2017-04-231-6/+27
|
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-1/+3
|
* [Feature] Rework confighelp to load Lua pluginsVsevolod Stakhov2017-04-223-11/+22
|
* [Minor] Add config:add_example functionVsevolod Stakhov2017-04-221-0/+37
|
* [Minor] Add multiple regexp maps support in luaVsevolod Stakhov2017-04-212-0/+41
|
* [Feature] Add support of maps with multiple regexps matchesVsevolod Stakhov2017-04-211-3/+4
|
* [Fix] Use static maps instead of ugly hack for radix_from_configVsevolod Stakhov2017-04-212-71/+42
|
* [Feature] Add support for static mapsVsevolod Stakhov2017-04-211-0/+3
|
* [Feature] Allow async events to be registered from LUA rulesVsevolod Stakhov2017-04-211-1/+141
| | | | | | | | | | | | | | | | | | | | | | | | Here is an example: ```lua rspamd_config.ASYNC_RULE = { callback = function(task) local ret = false local function test1(task) local function test2(task) return ret end ret = true return test2 end return test1 end } ```
* [Minor] Fix one more issue with empty mapsVsevolod Stakhov2017-04-111-6/+3
|
* [Minor] Add lua routine to validate utf8Vsevolod Stakhov2017-04-091-0/+26
|
* [Fix] Check return values from Lua functions called from CVsevolod Stakhov2017-04-052-16/+24
|
* [Minor] Fix headers_foreach invocationVsevolod Stakhov2017-04-052-2/+2
|
* [Minor] Allow to iterate mime headers as wellVsevolod Stakhov2017-04-042-0/+97
|
* [Feature] Add task:headers_foreach functionVsevolod Stakhov2017-04-043-50/+161
|
* [Fix] Fix typoAndrew Lewis2017-03-301-1/+1
| | | | | - Issue: #1567 - Reported by: @athanp
* [Feature] Allow to get task's subjectVsevolod Stakhov2017-03-281-0/+28
|
* [Feature] Distinguish URLs found in SubjectVsevolod Stakhov2017-03-281-0/+22
|
* [Fix] Fix various issues related to Lua stack manipulationVsevolod Stakhov2017-03-272-6/+11
| | | | Issue: #841
* [Fix] Fix one-shot symbols weight calculationsVsevolod Stakhov2017-03-251-0/+2
|
* [Feature] Stat greylisted messages as greylisted not soft-rejectedVsevolod Stakhov2017-03-251-0/+6
|
* [Minor] Do not break old scripts and rulesVsevolod Stakhov2017-03-241-1/+4
|
* [Minor] Remove all get_api_version callsVsevolod Stakhov2017-03-241-5/+3
|
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-2320-60/+14
|
* [Fix] Fix order of symbol optionsVsevolod Stakhov2017-03-231-1/+3
|
* [Fix] Preserve order of options in symbolsVsevolod Stakhov2017-03-221-6/+4
|
* [Fix] Fix parsing of lua table argumentsVsevolod Stakhov2017-03-211-4/+5
|