aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_config.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Refactor DNS resolver invocationsVsevolod Stakhov2019-04-111-1/+1
* [Feature] Preprocess config files using jinja templatesVsevolod Stakhov2019-03-271-2/+3
* [Minor] Fix postfilters squeezing issueVsevolod Stakhov2019-03-231-1/+2
* [Fix] Core: Fix squeezed dependencies handling for virtual symbolsVsevolod Stakhov2019-03-221-72/+123
* [Fix] Fix various issues found by PVS StudioVsevolod Stakhov2019-03-131-0/+6
* [Feature] Implement includes tracing in LuaVsevolod Stakhov2019-03-081-6/+82
* [Minor] Allow to set include trace on config loadVsevolod Stakhov2019-03-081-2/+2
* [Rework] Rework telephone urls parsing logicVsevolod Stakhov2019-03-011-1/+0
* [Minor] Allow nil as returned typeVsevolod Stakhov2019-03-011-0/+4
* [Rework] Enable explicit coroutines symbolsVsevolod Stakhov2019-03-011-16/+192
* [Project] Remove coroutines support from Rspamd symbolsVsevolod Stakhov2019-02-281-94/+67
* [Minor] Fix userdata storageVsevolod Stakhov2019-02-211-1/+1
* [Project] Implement new flags in Lua APIVsevolod Stakhov2019-02-121-0/+147
* [Project] Move action definition to avoid uthash pollutionVsevolod Stakhov2019-01-141-6/+7
* [Project] More steps to flexible actionsVsevolod Stakhov2019-01-141-8/+35
* [Project] Add concept of flexible actionsVsevolod Stakhov2019-01-131-4/+4
* [Minor] Core: Allow to pass flags to squeezed rulesVsevolod Stakhov2019-01-071-1/+20
* [Minor] Core: Add concept of mime only rulesVsevolod Stakhov2019-01-061-0/+3
* [Minor] Core: Add methods to enable/disable symbolsVsevolod Stakhov2018-12-141-2/+2
* [Project] Another rework for symbols cacheVsevolod Stakhov2018-10-291-22/+22
* [Rework] Add more traces to async events, get rid of GQuarksVsevolod Stakhov2018-10-261-3/+3
* [Rework] Completely rework symbols cache managementVsevolod Stakhov2018-10-261-1/+3
* [Project] Further cleanup from the watchersVsevolod Stakhov2018-10-201-134/+17
* [Project] Pass cache item to the callback functionsVsevolod Stakhov2018-10-201-1/+3
* [Minor] Add missing #endifVsevolod Stakhov2018-10-081-1/+1
* [Minor] Update cached libevent time when possibleVsevolod Stakhov2018-10-081-1/+4
* [Minor] Support local confdir in luaVsevolod Stakhov2018-10-061-0/+1
* [Minor] Allow dedicated groups registrationVsevolod Stakhov2018-09-291-19/+31
* [Minor] actually nameMikhail Galanin2018-09-261-1/+1
* [Minor] Updated doc: rspamd_config:add_on_load() has 3rd parameterMikhail Galanin2018-09-261-3/+3
* [Minor] Fixes to regexp selectorsVsevolod Stakhov2018-09-171-0/+4
* [Minor] Allow to set custom delimiter for regexp selectorsVsevolod Stakhov2018-09-171-1/+7
* [Project] Implement selectors registration for regular expressionsVsevolod Stakhov2018-09-151-0/+94
* [Minor] Add method to init DNS subsystemVsevolod Stakhov2018-09-111-0/+13
* [Minor] no to misleading commentsMikhail Galanin2018-08-241-1/+1
* [Minor] call periodic, finish and on_load via coroutineMikhail Galanin2018-08-241-37/+51
* [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_...Mikhail Galanin2018-08-241-10/+1
* [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-231-2/+2
* [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-221-115/+73
* [Minor] Small improvementsMikhail Galanin2018-08-171-4/+8
* Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-151-8/+8
|\
| * [Minor] Better Lua 5.3 compatibilityVsevolod Stakhov2018-08-151-8/+8
* | [Minor] Lua v5.3 compatibilityMikhail Galanin2018-08-151-2/+2
* | [Minor] Do not pass thread info via callback data, it is used by different tasksMikhail Galanin2018-08-151-12/+19
* | [Minor] Use coroutine model in dns resolver APIMikhail Galanin2018-08-141-1/+27
* | Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-131-0/+53
|\|
| * [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-091-0/+53
* | [Minor] Review fixesMikhail Galanin2018-08-091-8/+11
* | [Project] coroutine threaded model for API calls: thread poolMikhail Galanin2018-08-081-33/+67
|/
* [Fix] Fixed argument checking for being nullMikhail Galanin2018-08-011-1/+1