summaryrefslogtreecommitdiff
path: root/searx/data
AgeCommit message (Collapse)Author
2024-02-29Update searx.data - update_ahmia_blacklist.pydalf
2024-02-29Update searx.data - update_firefox_version.pydalf
2024-02-29Update searx.data - update_wikidata_units.pydalf
2024-02-29Update searx.data - update_engine_descriptions.pydalf
2024-02-20[fix] sort RTL_LOCALES before written into locales.jsonMarkus Heiser
To avoid unnecessary changes to the file, the list should be sorted before it is written to the file. You can test it by calling multiple times:: make data.locales and searx/data/locales.json should be unchanged. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-02-20[mod] reduce memory footprint by not calling babel.Locale.parse at runtimeAlexandre Flament
babel.Locale.parse loads more than 60MB in RAM. The only purpose is to get: LOCALE_NAMES - searx.data.LOCALES["LOCALE_NAMES"] RTL_LOCALES - searx.data.LOCALES["RTL_LOCALES"] This commit calls babel.Locale.parse when the translations are update from weblate and stored in:: searx/data/locales.json This file can be build by:: ./manage data.locales By store these variables in searx.data when the translations are updated we save round about 65MB (usually 4 worker = 260MB of RAM saved. Suggested-by: https://github.com/searxng/searxng/discussions/2633#discussioncomment-8490494 Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2024-02-10Update searx.data - update_currencies.pydalf
2024-01-29Update searx.data - update_wikidata_units.pydalf
2024-01-29Update searx.data - update_firefox_version.pydalf
2024-01-29Update searx.data - update_ahmia_blacklist.pydalf
2024-01-29Update searx.data - update_engine_traits.pydalf
2024-01-29Update searx.data - update_engine_descriptions.pydalf
2023-12-29Update searx.data - update_wikidata_units.pydalf
2023-12-29Update searx.data - update_ahmia_blacklist.pydalf
2023-12-29Update searx.data - update_firefox_version.pydalf
2023-12-29Update searx.data - update_currencies.pydalf
2023-12-24Update searx.data - update_engine_traits.pyMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-12-23Revert "[fix] update user agent"Markus Heiser
This reverts commit 3c6549a17f886b90a8e700810f9e1aea86581966. Related: - https://github.com/searxng/searxng/pull/2826
2023-11-29Update searx.data - update_currencies.pydalf
2023-11-29Update searx.data - update_engine_descriptions.pydalf
2023-11-29Update searx.data - update_ahmia_blacklist.pydalf
2023-11-29Update searx.data - update_wikidata_units.pydalf
2023-10-29Update searx.data - update_engine_traits.pydalf
2023-10-29Update searx.data - update_wikidata_units.pydalf
2023-10-29Update searx.data - update_firefox_version.pydalf
2023-10-29Update searx.data - update_currencies.pydalf
2023-10-29Update searx.data - update_engine_descriptions.pydalf
2023-10-29Update searx.data - update_ahmia_blacklist.pydalf
2023-10-09[feat] duckduckgo: support for videos and newsBnyro
2023-10-05[mod] engine - simplify region & lang handling, make filters configurableMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-10-01[fix] Revision of the Bing enginesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-29Update searx.data - update_firefox_version.pydalf
2023-09-29Update searx.data - update_ahmia_blacklist.pydalf
2023-09-29Update searx.data - update_wikidata_units.pydalf
2023-09-29Update searx.data - update_engine_traits.pydalf
2023-09-29Update searx.data - update_currencies.pydalf
2023-09-29Update searx.data - update_engine_descriptions.pydalf
2023-09-27Update searx.data - update_engine_traits.pyMarkus Heiser
Update searx.data - update_engine_traits.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-27[fix] engine annas archive - fetch traits (modified xpath selectors)Markus Heiser
Anna’s Archive has cleaned up their languages, available file extensions and changed the HTML form. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-25[fix] update user agentjazzzooo
2023-09-13[mod] make data.traits: add OdyseeBnyro
2023-08-29Update searx.data - update_firefox_version.pydalf
2023-08-29Update searx.data - update_ahmia_blacklist.pydalf
2023-08-29Update searx.data - update_currencies.pydalf
2023-08-29Update searx.data - update_engine_descriptions.pydalf
2023-08-29Update searx.data - update_wikidata_units.pydalf
2023-08-08[mod] brave engines: add fetch_traits() / improve language supportMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-07-29Update searx.data - update_engine_descriptions.pydalf
2023-07-29Update searx.data - update_wikidata_units.pydalf
2023-07-29Update searx.data - update_currencies.pydalf