summaryrefslogtreecommitdiff
path: root/searx/plugins
AgeCommit message (Expand)Author
2025-07-17[fix] calculator plugin: filtering real calculation tasks (#5016)Markus Heiser
2025-07-09[fix] prevent multiple, parallel initializations of tables in the cache DB (#...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-06-23[chore] docs: various grammatical fixesbenpiano800
2025-06-23[mod] data: implement a simple tracker URL (SQL) databaseMarkus Heiser
2025-06-23[feat] tracker url plugin: use ClearURL tracking param listBnyro
2025-06-12[mod] Hash plugin: List the available hash functions in the descriptionbenpiano800
2025-05-31[mod] weather results: add types, i18n/l10n, symbols & unit conversionsMarkus Heiser
2025-05-31[mod] implement searx.wikidata_units for unit convertersMarkus Heiser
2025-05-20[chore] fix some docstring typos (#4815)Jost Alemann
2025-05-07[enh] plugins: tor_check: Add more keywords (#4726)benpiano800
2025-03-29[refactor] migrate plugins from "module" to class SXNGPluginMarkus Heiser
2025-03-15[fix] plugins: bugfix of tor_check and unit_converterMarkus Heiser
2025-03-01[fix] add backward compatibility for the "enabled_plugins:"Markus Heiser
2025-01-28[fix] hostnames plugin: AttributeError: 'NoneType' object has no attribute 'n...Markus Heiser
2025-01-28[refactor] typification of SearXNG / EngineResultsMarkus Heiser
2025-01-28[refactor] typification of SearXNG (initial) / result items (part 1)Markus Heiser
2024-11-24[chore] *: fix typos detected by typos-cliBnyro
2024-10-28[fix] calculator: use locale from UI (not from selected language)Markus Heiser
2024-10-15[fix] float operations in calculator pluginGrant Lanham
2024-09-03[mod] enable calculator and allow plugin on public instancesMarkus Heiser
2024-09-03[mod] hardening "calculator plugin" / limit execution time to 50 msMarkus Heiser
2024-08-30[fix] self_info: request.user_agent is not a strAlexander Sulfrian
2024-08-21[docs] improve Hostname plugin documentationDennis ten Hoove
2024-08-08[breaking change] drop deprecated hostname_replace pluginMarkus Heiser
2024-07-14[mod] revision of the settings_loaderMarkus Heiser
2024-06-18[doc] hostname plugin: improve online documentationMarkus Heiser
2024-06-17[feat] plugin Self Information: improve keyword matchingJeff Alyanak
2024-06-07[refactor] hostnames plugin: add fallback for old hostname_replace pluginBnyro
2024-06-07[doc] add 'hostnames' plugin to the online documentationMarkus Heiser
2024-06-07[feat] hostname replace plugin: support for external list fileBnyro
2024-06-07[feat] hostname replace plugin: possibility to prioritize certain websitesBnyro
2024-05-28[fix] unit converter operating backwards (from_si <-> to_si)Markus Heiser
2024-05-09[fix] unit converter plugin: can't be disabled in settingsBnyro
2024-05-09[feat] plugins: new calculator pluginBnyro
2024-05-09[mod] improve unit converter pluginMarkus Heiser
2024-04-27[feat] plugins: new unit converter pluginBnyro
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2024-03-09[fix] issues reported by pylint 3.1.0Markus Heiser
2024-03-09[black] upgrade black 22.12.0 --> 24.2.0Markus Heiser
2023-11-01[mod] isolation of botdetection from the limiterMarkus Heiser
2023-09-25add new parameter called server.public_instanceEmilien Devos
2023-09-19[mod] preferences: implement drop-down menu for hotkeys (default, vim)Markus Heiser
2023-09-18[feat] search on category select without JSBnyro
2023-09-18[fix] spellingjazzzooo
2023-06-01[fix] limiter: replace real_ip by IPv4/v6 networkMarkus Heiser