| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2024-02-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2024-02-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2024-02-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2024-02-20 | [fix] sort RTL_LOCALES before written into locales.json | Markus 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 runtime | Alexandre 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-10 | Update searx.data - update_currencies.py | dalf | |
| 2024-01-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2024-01-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2024-01-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2024-01-29 | Update searx.data - update_engine_traits.py | dalf | |
| 2024-01-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-12-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-12-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2023-12-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2023-12-29 | Update searx.data - update_currencies.py | dalf | |
| 2023-12-24 | Update searx.data - update_engine_traits.py | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-12-23 | Revert "[fix] update user agent" | Markus Heiser | |
| This reverts commit 3c6549a17f886b90a8e700810f9e1aea86581966. Related: - https://github.com/searxng/searxng/pull/2826 | |||
| 2023-11-29 | Update searx.data - update_currencies.py | dalf | |
| 2023-11-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-11-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2023-11-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-10-29 | Update searx.data - update_engine_traits.py | dalf | |
| 2023-10-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-10-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2023-10-29 | Update searx.data - update_currencies.py | dalf | |
| 2023-10-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-10-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2023-10-09 | [feat] duckduckgo: support for videos and news | Bnyro | |
| 2023-10-05 | [mod] engine - simplify region & lang handling, make filters configurable | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-10-01 | [fix] Revision of the Bing engines | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2023-09-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2023-09-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-09-29 | Update searx.data - update_engine_traits.py | dalf | |
| 2023-09-29 | Update searx.data - update_currencies.py | dalf | |
| 2023-09-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-09-27 | Update searx.data - update_engine_traits.py | Markus 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 agent | jazzzooo | |
| 2023-09-13 | [mod] make data.traits: add Odysee | Bnyro | |
| 2023-08-29 | Update searx.data - update_firefox_version.py | dalf | |
| 2023-08-29 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2023-08-29 | Update searx.data - update_currencies.py | dalf | |
| 2023-08-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-08-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-08-08 | [mod] brave engines: add fetch_traits() / improve language support | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-07-29 | Update searx.data - update_engine_descriptions.py | dalf | |
| 2023-07-29 | Update searx.data - update_wikidata_units.py | dalf | |
| 2023-07-29 | Update searx.data - update_currencies.py | dalf | |