aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_config.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Minor] Initialize composite policy when defined from LuaVsevolod Stakhov2018-07-301-1/+2
* [Minor] Add `trivial` flag for symbolsVsevolod Stakhov2018-07-231-0/+4
* [Minor] Allow to initialise stat ctx via Lua APIVsevolod Stakhov2018-06-191-0/+6
* [Minor] Add preliminary config subsystem init function to Lua APIVsevolod Stakhov2018-06-181-0/+40
* [Minor] Add method to get tlds fileVsevolod Stakhov2018-06-161-0/+23
* [Fix] Fix plugins intialisation in configwizardVsevolod Stakhov2018-05-311-1/+25
* [Project] Further reworks of rescore toolVsevolod Stakhov2018-05-301-1/+46
* [Minor] Implement config parsing routines for LuaVsevolod Stakhov2018-05-301-11/+65
* [Minor] Add method to load UCL into `rspamd_config` in LuaVsevolod Stakhov2018-05-301-0/+75
* [Feature] Allow to disable lua squeezing logicVsevolod Stakhov2018-05-151-8/+19
* [Feature] Allow multiple groups for symbolsVsevolod Stakhov2018-05-151-0/+65
* [Minor] Link map and lua_map objectVsevolod Stakhov2018-04-261-0/+7
* [Fix] Try to fix various Lua stack issuesVsevolod Stakhov2018-03-221-4/+1
* [Fix] Fix some typosAndrew Lewis2018-03-181-1/+1
* [Minor] Fix issue with parent=0Vsevolod Stakhov2018-03-171-4/+11
* [Minor] Try to deal with squeezed symbols with a special careVsevolod Stakhov2018-03-161-0/+3
* [Minor] Disallow squeezing of rules with flagsVsevolod Stakhov2018-03-151-1/+6
* [Feature] Add lua rules squeezingVsevolod Stakhov2018-03-151-25/+23
* [Project] Add some generic code to squeeze lua rulesVsevolod Stakhov2018-03-151-10/+74
* [Project] Start implementation of Lua rules squeezingVsevolod Stakhov2018-03-151-29/+112
* [Minor] Torch actually requires SSE2 not SSE4.2Vsevolod Stakhov2018-03-081-1/+1
* [Feature] Add concept of experimental modulesVsevolod Stakhov2018-03-031-0/+24
* [Minor] Add new methods to get data from the configVsevolod Stakhov2018-03-011-5/+67
* [Minor] Print traceback on periodic functions failureVsevolod Stakhov2018-02-241-6/+14
* [Fix] Fix groups override when defining symbolsVsevolod Stakhov2018-02-131-1/+2
* [Feature] Add 'composites' debug moduleVsevolod Stakhov2017-12-201-0/+1
* [Minor] Store composite expression in composite structureVsevolod Stakhov2017-12-201-0/+2
* [Minor] Couple of minor fixesVsevolod Stakhov2017-12-191-2/+1
* [Rework] Kill metrics!11Vsevolod Stakhov2017-11-041-79/+37
* [Minor] Further portion of g_slice eliminationVsevolod Stakhov2017-10-281-4/+4
* [Fix] Table parameter for rspamd_config:add_doc()Andrew Lewis2017-10-271-1/+1
* [Minor] Allow to add custom maps from ucl in LuaVsevolod Stakhov2017-10-091-0/+7
* [Minor] Further steps to get rid of metrics supportVsevolod Stakhov2017-10-081-3/+3
* [Minor] Disable sse4.2 for torch...Vsevolod Stakhov2017-09-161-2/+2
* [Fix] Skip nostat tokens when get number of tokensVsevolod Stakhov2017-09-161-1/+1
* [Rework] Start moving of fann redis to torchVsevolod Stakhov2017-09-021-1/+1
* [Minor] Allow to register idempotent filters from LuaVsevolod Stakhov2017-08-121-0/+6
* [Minor] Allow to detect torch support from LuaVsevolod Stakhov2017-08-071-0/+36
* [Feature] Improve symbol type parsing in Lua APIVsevolod Stakhov2017-07-291-29/+47
* [Feature] Skip certain symbols from ANN classifyVsevolod Stakhov2017-07-291-0/+4
* [Feature] Allow to get CPU flags from LuaVsevolod Stakhov2017-07-281-0/+65
* [Minor] Add lua source code information to monitoredVsevolod Stakhov2017-07-181-2/+8
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-6/+6
* [Minor] Add ability to get symbols dynamic stats from LuaVsevolod Stakhov2017-06-241-0/+49
* [Minor] Add method to get the whole configuration in LuaVsevolod Stakhov2017-05-181-0/+51
* [Feature] Rework confighelp to load Lua pluginsVsevolod Stakhov2017-04-221-6/+14
* [Minor] Add config:add_example functionVsevolod Stakhov2017-04-221-0/+37