index
:
searxng
dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-eslint-25.0.0
dependabot/pip/jinja2-3.1.5
dependabot/pip/master/certifi-2024.12.14
dependabot/pip/master/fasttext-predict-0.9.2.4
dependabot/pip/master/flask-3.1.0
dependabot/pip/master/pallets-sphinx-themes-2.3.0
dependabot/pip/master/pygments-2.19.1
dependabot/pip/master/pylint-3.3.2
dependabot/pip/master/pylint-3.3.3
dependabot/pip/master/redis-5.1.1
dependabot/pip/master/redis-5.2.0
dependabot/pip/master/redis-5.2.1
dependabot/pip/master/selenium-4.26.1
dependabot/pip/master/selenium-4.27.1
dependabot/pip/master/setproctitle-1.3.4
dependabot/pip/master/sphinxcontrib-programoutput-0.18
dependabot/pip/master/typer-slim-0.13.0
dependabot/pip/master/typer-slim-0.13.1
dependabot/pip/master/typer-slim-0.14.0
dependabot/pip/master/typer-slim-0.15.1
gh-pages
master
revert-3936-master
translations
translations_update
update_data_update_ahmia_blacklist.py
update_data_update_currencies.py
update_data_update_engine_descriptions.py
update_data_update_engine_traits.py
update_data_update_firefox_version.py
update_data_update_wikidata_units.py
update_js_ariable_to_python
Privacy-respecting federated metasearch engine
SearXNG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
engines
/
__init__.py
Age
Commit message (
Expand
)
Author
2024-03-11
[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION
Markus Heiser
2023-12-03
[mod] add option max_page
Markus Heiser
2023-07-01
[doc] rearranges Settings & Engines docs for better readability
Markus Heiser
2023-06-25
[fix] engine & network issues / documentation and type annotations
Markus Heiser
2023-05-19
use logger.warning
pankaj
2023-04-07
[mod] clarify the difference of the default category and subgrouping
Markus Heiser
2023-03-24
[mod] remove obsolete EngineTraits.supported_languages
Markus Heiser
2023-03-24
[mod] replace engines_languages.json by engines_traits.json
Markus Heiser
2022-12-04
Fix: don't crash when engine or name is missing in settings.yml
Alexandre Flament
2022-09-27
[fix] typos / reported by @kianmeng in searx PR-3366
Markus Heiser
2022-09-18
[fix] and improve docs generated from source code.
Markus Heiser
2022-08-01
[mod] add 'Accept-Language' HTTP header to online processores
Markus Heiser
2022-06-18
Fix: use sys.modules.copy() to avoid RuntimeError
Alexandre Flament
2022-01-27
Allow 'using_tor_proxy' to be set for each engine individually
Léon Tiekötter
2022-01-10
[fix] add default for "about" engine property
Martin Fischer
2022-01-06
[refactor] add type hints & remove Setting._post_init
Martin Fischer
2022-01-05
[mod] introduce searx.engines.Engine for type hinting
Martin Fischer
2022-01-05
[mod] move group_engines_in_tab to searx.webutils
Martin Fischer
2022-01-05
[enh] show categories not in any tab category in "Other" preferences tab
Martin Fischer
2022-01-03
[enh] introduce categories_as_tabs
Martin Fischer
2022-01-03
[enh] settings.yml: allow granular overwrites for about
Martin Fischer
2022-01-01
[fix] bing engines: fetch_supported_languages
Markus Heiser
2021-12-27
[format.python] initial formatting of the python code
Markus Heiser
2021-10-07
[mod] set 'engine.supported_languages' from the origin python module
Markus Heiser
2021-09-13
[fix] logger per engine: make .logger is always initialized
Alexandre Flament
2021-09-07
[pylint] engines: drop no longer needed 'missing-function-docstring'
Markus Heiser
2021-09-06
[mod] one logger per engine
Markus Heiser
2021-06-01
[fix] sys.exit(1) when there is duplicate engine name
Alexandre Flament
2021-06-01
[mod] searx.engines.load_engine return None instead of sys.exit(1)
Markus Heiser
2021-06-01
[mod] searx.engines.__init__: refactoring
Alexandre Flament
2021-06-01
[mod] move all default settings into searx.settings_defaults
Alexandre Flament
2021-05-05
[mod] multithreading only in searx.search.* packages
Alexandre Flament
2021-04-21
[enh] rewrite and enhance metrics
Alexandre Flament
2021-04-21
[mod] refactoring: processors
Alexandre Flament
2021-04-12
[httpx] replace searx.poolrequests by searx.network
Alexandre Flament
2021-03-08
[mod] by default allow only HTTPS, not HTTP
Alexandre Flament
2021-03-06
[enh] add ability to send engine data to subsequent requests
Adam Tauber
2021-03-05
[mod] don't dump traceback of SearxEngineResponseException on init
Markus Heiser
2021-02-25
fix fetch_languages for bing
Marc Abonce Seguin
2021-02-01
[mod] dynamically set language_support variable
Alexandre Flament
2020-12-17
[mod] split searx.search into different processors
Alexandre Flament
2020-12-11
[enh] add raise_for_httperror
Alexandre Flament
2020-12-09
display if an engine does not support https
Noémi Ványi
2020-12-03
[enh] record details exception per engine
Alexandre Flament
2020-12-01
[fix] /stats: report error percentage instead of error count
Alexandre Flament
2020-11-20
[enh] Add multiple outgoing proxies
Alexandre Flament
2020-10-25
[enh] Add onions category with Ahmia, Not Evil and Torch
a01200356
2020-10-07
[mod] Add searx.data module
Alexandre Flament
2020-09-22
add language names in qwant's fetch languages function
Marc Abonce Seguin
2020-09-07
[enh] stop searx when an engine raise an SyntaxError exception (#2177)
Alexandre Flament
[next]