summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Remove not very portable FANN_TRAIN_SARPROPVsevolod Stakhov2016-11-051-3/+0
|
* Merge pull request #1102 from moisseev/patch-2Vsevolod Stakhov2016-11-051-3/+3
|\ | | | | [Minor] Fix typo
| * [Minor] Fix typoAlexander Moisseev2016-11-041-3/+3
| |
* | [Rework] Restore old fann_scores, move common partsVsevolod Stakhov2016-11-051-0/+217
|/
* [Feature] Implement FANN threaded learningVsevolod Stakhov2016-11-041-0/+220
|
* [Feature] Add extended version for fann creation functionVsevolod Stakhov2016-11-041-1/+152
|
* [Rework] Make rspamd protocol messages usefulVsevolod Stakhov2016-11-021-5/+14
| | | | | | | | | | | | Each message is now represented by a string and category, so messages in metric is an UCL object of the following format: { "category": "string" } The significant category is `smtp_message` which should be used by rmilter to send a custom SMTP reply to a client.
* [Fix] Fix 'decoded' value in task:get_header_full()Andrew Lewis2016-11-011-1/+1
|
* [Feature] Track visibility of HTML elementsVsevolod Stakhov2016-11-011-1/+5
|
* [Feature] Allow to iterate over multiple tagsVsevolod Stakhov2016-11-011-7/+42
|
* [CritFix] Fix workers scripts by sharing workers configsVsevolod Stakhov2016-10-311-1/+0
|
* [Minor] Document some lua_tcp request parametersAndrew Lewis2016-10-281-0/+2
|
* [Feature] Support requests without reads in lua_tcpAndrew Lewis2016-10-271-7/+21
|
* [Feature] Add `one_param` flag for metric symbolsVsevolod Stakhov2016-10-271-4/+23
|
* [Fix] Check for socket error before connection in lua_tcpVsevolod Stakhov2016-10-261-13/+30
|
* [Feature] Allow to plan new periodics at different timeVsevolod Stakhov2016-10-261-4/+10
|
* Merge pull request #1068 from fatalbanana/statVsevolod Stakhov2016-10-241-0/+86
|\ | | | | [Feature] Allow for getting worker stats from Lua
| * [Feature] Allow for getting worker stats from LuaAndrew Lewis2016-10-241-0/+86
| |
* | [Fix] Fix rspamd{session} class in Lua APIVsevolod Stakhov2016-10-241-0/+6
| |
* | Merge pull request #1064 from fatalbanana/tcpVsevolod Stakhov2016-10-241-3/+3
|\ \ | | | | | | [Minor] Fix task-less lua tcp
| * | [Minor] Fix task-less lua tcpAndrew Lewis2016-10-221-3/+3
| |/
* / [Minor] Add methods to enable and disable symbols from Lua APIVsevolod Stakhov2016-10-241-0/+48
|/
* [Feature] Add a very basic interface to access workers data from on_loadVsevolod Stakhov2016-10-212-3/+75
|
* [Feature] Allow HTTPS requests in lua_httpVsevolod Stakhov2016-10-211-7/+33
|
* [Minor] Fix task-less lua HTTPVsevolod Stakhov2016-10-211-6/+6
|
* [Fix] Fix periodic events and redisVsevolod Stakhov2016-10-201-1/+2
|
* [Feature] Add methods to get metric's actions and symbols from LuaVsevolod Stakhov2016-10-201-3/+117
|
* [Minor] Fix settings of the metric action score from luaVsevolod Stakhov2016-10-181-2/+2
|
* [Feature] Add periodic events support for lua_configVsevolod Stakhov2016-10-182-1/+129
|
* Merge pull request #1051 from fatalbanana/dnsVsevolod Stakhov2016-10-181-0/+33
|\ | | | | [Feature] Support looking up NS records in lua_dns
| * [Feature] Support looking up NS records in lua_dnsAndrew Lewis2016-10-181-0/+33
| |
* | Merge pull request #1053 from moisseev/tldVsevolod Stakhov2016-10-182-4/+4
|\ \ | | | | | | [Minor] Fix `get_tld()` functions descriptions
| * | [Minor] Fix `get_tld()` functions descriptionsAlexander Moisseev2016-10-182-4/+4
| |/
* / [Feature] Support setting task message from LuaAndrew Lewis2016-10-181-0/+29
|/ | | | - Issue: #1046
* [Feature] Execute on_load scripts with ev_base readyVsevolod Stakhov2016-10-172-0/+41
|
* [Fix] Remove mentions of deleted includeVsevolod Stakhov2016-10-172-2/+0
|
* [Minor] Update module documentationVsevolod Stakhov2016-10-171-1/+1
|
* [Minor] Fix setting of specific ud fieldVsevolod Stakhov2016-10-171-0/+1
|
* [Rework] Make lua_redis task agnosticVsevolod Stakhov2016-10-174-246/+264
|
* [Rework] More cleanup actionsVsevolod Stakhov2016-10-171-1/+0
|
* [Rework] Massive removal of legacy codeVsevolod Stakhov2016-10-171-381/+0
|
* [Rework] Remove outdated and unused lua_session moduleVsevolod Stakhov2016-10-172-347/+0
|
* [Minor] Correct typoAlexander Moisseev2016-10-171-1/+1
|
* [Minor] Fix setting of table argumentVsevolod Stakhov2016-10-151-1/+1
|
* [Feature] Try to improve normalization function for bayesVsevolod Stakhov2016-10-151-0/+28
|
* [Minor] Add function to get neural net layersVsevolod Stakhov2016-10-151-0/+37
|
* [Minor] Fix stupid mistakes in string compare functionsVsevolod Stakhov2016-10-141-2/+2
|
* [Feature] Allow getting task UID from LuaAndrew Lewis2016-10-111-0/+21
|
* [Minor] Add method to get MSE for ANNVsevolod Stakhov2016-10-101-0/+26
|
* [Fix] Slightly fix ANN routinesVsevolod Stakhov2016-10-101-6/+8
|