| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-03 | [mod] enable calculator and allow plugin on public instances | Markus Heiser | |
| Remove quirks that prevented the Calculator from being used on public instances. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2024-09-03 | [mod] hardening "calculator plugin" / limit execution time to 50 ms | Markus Heiser | |
| The execution of the function for the calculation is outsourced to a process whose runtime is limited to 50 milliseconds. Related: - [1] https://github.com/searxng/searxng/pull/3377#issuecomment-2067977375 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2024-05-09 | [feat] plugins: new calculator plugin | Bnyro | |