index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
plugins
/
calculator.py
Age
Commit message (
Expand
)
Author
2025-12-02
[mod] client/simple: client plugins (#5406)
Ivan Gabaldon
2025-09-03
[mod] drop: from __future__ import annotations
Markus Heiser
2025-07-17
[fix] calculator plugin: filtering real calculation tasks (#5016)
Markus Heiser
2025-07-08
[fix] calculator plugin: subrocess is not closed on timeout (#4983)
Markus Heiser
2025-07-04
[fix] calculator plugin: crash when trying to evaluate non-math query (#4975)
Bnyro
2025-07-03
[feat] calculator: add support for math constants (e, pi)
Bnyro
2025-07-03
[feat] calculator: add support for comparation operators (<, <=, ==, ...)
Bnyro
2025-07-03
[feat] calculator: add some operations (mod, shifts, bitwise and/or)
Bnyro
2025-03-29
[refactor] migrate plugins from "module" to class SXNGPlugin
Markus Heiser
2025-01-28
[refactor] typification of SearXNG / EngineResults
Markus Heiser
2025-01-28
[refactor] typification of SearXNG (initial) / result items (part 1)
Markus Heiser
2024-10-28
[fix] calculator: use locale from UI (not from selected language)
Markus Heiser
2024-10-15
[fix] float operations in calculator plugin
Grant Lanham
2024-09-03
[mod] enable calculator and allow plugin on public instances
Markus Heiser
2024-09-03
[mod] hardening "calculator plugin" / limit execution time to 50 ms
Markus Heiser
2024-05-09
[feat] plugins: new calculator plugin
Bnyro