aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/settings.lua
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Settings: fix `authenticated` parameter (#886)Andrew Lewis2016-08-241-0/+6
* [Feature] Allow to create settings for authenticated usersVsevolod Stakhov2016-08-021-2/+9
* [Fix] Fix client_ip in users settingsVsevolod Stakhov2016-07-211-0/+7
* [Feature] Allow client ip match in the settingsVsevolod Stakhov2016-07-211-2/+18
* [Fix] Use new postfilters and prefilters API in the pluginsVsevolod Stakhov2016-07-121-1/+6
* [Fix] Fix application of settings identified by IDVsevolod Stakhov2016-04-191-1/+4
* [Fix] Fix settings id setupVsevolod Stakhov2016-04-181-1/+1
* [Feature] Allow to select settings by id in HTTP queryVsevolod Stakhov2016-03-291-0/+17
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
* Settings: fix IP matchAndrew Lewis2016-01-021-2/+2
* Fix adding symbols in the settingsVsevolod Stakhov2015-12-171-14/+15
* Fix settings application.Vsevolod Stakhov2015-10-281-1/+1
* Fix load of settings with no setup.Vsevolod Stakhov2015-10-261-2/+2
* Allow to add symbols from settingsVsevolod Stakhov2015-10-261-4/+12
* Minor fixes to settings.Vsevolod Stakhov2015-10-151-1/+3
* Unbreak logging in the settings module.Vsevolod Stakhov2015-09-141-5/+5
* Update logging in lua modules.Vsevolod Stakhov2015-09-011-11/+11
* Fix forced settings.Vsevolod Stakhov2015-08-251-9/+6
* Allow to override settings from the query.Vsevolod Stakhov2015-08-251-1/+51
* Fix settingsAndrew Lewis2015-06-271-0/+1
* Remove stupid debug.Vsevolod Stakhov2015-06-251-1/+1
* Fix settings plugin.Vsevolod Stakhov2015-06-251-25/+22
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-051-1/+1
* Rework lua_regexp lifetime.Vsevolod Stakhov2015-04-091-3/+0
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+26
* Make settings work as documentedAndrew Lewis2015-02-081-4/+28
* Amendment: fix regex match for unqualified usernamesAndrew Lewis2015-02-061-0/+1
* Amendment: nest stuffAndrew Lewis2015-02-061-1/+1
* Allow applying settings to authenticated usersAndrew Lewis2015-02-061-2/+31
* Do not reset case of settings if parsed from lua.Vsevolod Stakhov2015-01-181-1/+1
* Fix multiple/single values in use settings.Vsevolod Stakhov2014-11-071-6/+14
* Adopt settings.Vsevolod Stakhov2014-08-251-1/+4
* Fix reading maps.Vsevolod Stakhov2014-08-201-4/+10
* Fix adding map for settings.Vsevolod Stakhov2014-08-201-1/+1
* Support slashed re in lua_regexp.Vsevolod Stakhov2014-08-191-1/+1
* Fix indentation.Vsevolod Stakhov2014-08-191-49/+49
* Fix settings priorities.Vsevolod Stakhov2014-08-191-7/+13
* Fix settings plugin.Vsevolod Stakhov2014-08-191-22/+11
* Refactor lua_ip slightlyVsevolod Stakhov2014-08-181-2/+6
* Add settings check logic.Vsevolod Stakhov2014-08-181-1/+109
* Add more settings processing.Vsevolod Stakhov2014-08-181-21/+41
* Start lua-settings implementation.Vsevolod Stakhov2014-08-181-0/+209