summaryrefslogtreecommitdiffstats
path: root/rules/controller
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-075-24/+24
|
* [Feature] Add controller endpoint to get fuzzy hashes from messagesVsevolod Stakhov2023-05-202-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: ``` curl -XPOST 'http://localhost:11334/plugins/fuzzy/hashes?flag=1' --data-binary '@-' < file ``` Sample output: ```json { "hashes": { "local": [ "24b6e7de2f489778d828c827079c48bacb086f816d0a7acabbe42e8d0da703b89b913176ad67eefaf5b54fa59f5e0ecfc7015846c4043fcfb0c7a4ed7a235025", "72789777cbec926f4143de4c08c87acc3fbf3b909b5c39f1edcf82ed12e2d8bc2f56be8d68ee681feccf44ca04e3eca5b8ec039cb84a0d40e22258c370a10cbb" ], "rspamd.com": [ "24b6e7de2f489778d828c827079c48bacb086f816d0a7acabbe42e8d0da703b89b913176ad67eefaf5b54fa59f5e0ecfc7015846c4043fcfb0c7a4ed7a235025", "72789777cbec926f4143de4c08c87acc3fbf3b909b5c39f1edcf82ed12e2d8bc2f56be8d68ee681feccf44ca04e3eca5b8ec039cb84a0d40e22258c370a10cbb" ], }, "success": true } ``` Issue: #4489
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-254-4/+4
|
* [Feature] JSON endpoint for querying mapsAndrew Lewis2021-11-171-1/+65
|
* [Fix] Avoid reinitialising neural settingsAndrew Lewis2021-02-051-2/+0
|
* [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-172-2/+75
| | | | | | | | - Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test
* [Minor] Improve maps query APIVsevolod Stakhov2020-09-161-32/+56
|
* [Minor] Pet luacheckVsevolod Stakhov2020-07-011-2/+3
|
* [Feature] Add query_specific endpointVsevolod Stakhov2020-07-011-10/+54
|
* [Feature] Add maps query methodVsevolod Stakhov2020-07-011-1/+16
|
* [Feature] Preliminary maps addon for controllerVsevolod Stakhov2020-07-012-1/+74
|
* [Minor] Fix missing selector checkmoisseev2020-06-041-2/+2
|
* [Minor] Fix HTTP status codemoisseev2020-06-031-6/+2
| | | | We should treat invalid selector as a negative result of the check.
* [Feature] Add controller plugins support and selectors pluginVsevolod Stakhov2020-06-012-0/+141