1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-29 16:10:16 +02:00
searxng/searx
Alexandre Flament 93f7f7eee2 [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl.
requests 2.24.0 uses the ssl module except if it doesn't support SNI, in this case searx fallbacks to pyopenssl.
searx logs a critical message and exit if the ssl modules doesn't support SNI and pyOpenSSL is not installed.
searx logs a critical message and exit if the ssl version is older than 1.0.2.
in requirements.txt, pyopenssl is still required to install searx as a fallback.
2020-09-26 19:30:27 +02:00
..
answerers Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 2020-09-10 10:49:42 +02:00
data fetch google's search langs rather than ui langs 2020-09-22 11:37:44 +02:00
engines fetch google's search langs rather than ui langs 2020-09-22 11:37:44 +02:00
plugins Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 2020-09-10 10:49:42 +02:00
static [fix] simple theme: fix autocomplete 2020-09-19 10:13:05 +02:00
templates "Egde" → "Edge" 2020-09-22 17:44:32 +02:00
translations [enh] update translations 2020-07-09 15:15:52 +02:00
__init__.py [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. 2020-09-26 19:30:27 +02:00
autocomplete.py [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery 2020-09-22 12:36:26 +02:00
brand.py build environment: add GIT_BRANCH variable 2020-03-29 16:28:17 +02:00
exceptions.py Drop Python 2 (3/n): objects 2020-09-10 10:39:04 +02:00
external_bang.py Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 2020-09-10 10:49:42 +02:00
languages.py fetch google's search langs rather than ui langs 2020-09-22 11:37:44 +02:00
poolrequests.py [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. 2020-09-26 19:30:27 +02:00
preferences.py Drop Python 2 (3/n): objects 2020-09-10 10:39:04 +02:00
query.py [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery 2020-09-22 12:36:26 +02:00
results.py Drop Python 2 (3/n): objects 2020-09-10 10:39:04 +02:00
search.py [mod] searx.search: change function declaration: online then offline then utility functions. 2020-09-22 12:36:26 +02:00
settings_robot.yml DOI improvements: enable HTTPS, update URL of doai.io (#1718) 2020-07-29 22:31:48 +02:00
settings.yml [enh] Add command line engines: git grep, find, etc. (#2128) 2020-09-08 09:51:53 +02:00
testing.py Drop Python 2 (1/n): remove unicode string and url_utils 2020-09-10 10:39:04 +02:00
utils.py [mod] add searx/webutils.py 2020-09-22 11:57:06 +02:00
version.py [enh] release v0.17.0 2020-07-09 17:31:28 +02:00
webapp.py [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl. 2020-09-26 19:30:27 +02:00
webutils.py [mod] add searx/webutils.py 2020-09-22 11:57:06 +02:00