summaryrefslogtreecommitdiff
path: root/searx/__init__.py
Commit message (Expand)AuthorAge
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* SearXNG: environment variablesAlexandre Flament2021-10-02
* [mod] production mode: make sure to set the log level to WARNINGAlexandre Flament2021-09-11
* [mod] debug mode: use coloredlogs packageAlexandre Flament2021-09-10
* [pylint] searx: drop no longer needed 'missing-function-docstring'Markus Heiser2021-09-07
* [mod] drop obsolete searx.brand namespaceMarkus Heiser2021-07-21
* [mod] drop unused setting option brand:twitter_urlMarkus Heiser2021-07-21
* [mod] drop usage of the searx.brand namespace (python procs)Markus Heiser2021-07-18
* [mod] move hook to set Unix thread name into searx.unixthreadnameAlexandre Flament2021-06-08
* [pylint] searx/__init__.py & searx/settings_defaults.pyMarkus Heiser2021-06-01
* [mod] move all default settings into searx.settings_defaultsAlexandre Flament2021-06-01
* [mod] searx.metrics.error_recorder: store relative file name instead of the f...Alexandre Flament2021-04-27
* [mod] /stats : detail per engineAlexandre Flament2021-04-25
* [mod] settings.yml: move brand settings to a dedicated sectionAlexandre Flament2021-01-11
* [mod] get rid of searx/brand.pyMarkus Heiser2021-01-11
* [mod] check secret_key when searx.webapp is importedAlexandre Flament2020-12-27
* [enh] settings.yml: add use_default_settings option (2nd version)Alexandre Flament2020-11-27
* [enh] settings.yml: add use_default_settings optionAlexandre Flament2020-11-26
* Force admins to set secret_key if debug mode is disabledNoémi Ványi2020-10-09
* [mod] upgrade requests to version 2.24.0. use ssl instead of pyopenssl.Alexandre Flament2020-09-26
* Drop Python 2 (1/n): remove unicode string and url_utilsDalf2020-09-10
* [fix] resolve minor review issuesAdam Tauber2020-07-28
* [enh] add external plugin supportAdam Tauber2020-07-28
* [enh] introduce private enginesNoémi Ványi2020-02-08
* Add addr setup via SEARX_BIND_ADDRESSNicolas Gelot2019-06-17
* update pyyamlNoémi Ványi2019-02-23
* [fix] read utf-8 files (settings, languages, currency) with python3.5Marc Abonce Seguin2018-01-16
* Merge pull request #1124 from JosephKiranBabu/python3-unicode-supportAdam Tauber2018-01-12
|\
| * Make Python 3 able to read settings files with Unicode charactersJoseph Nuthalapati2017-12-21
* | [enh] overwrite secret_key from env with the SEARX_SECRET env var if exists -...Adam Tauber2017-12-29
|/
* [mod] settings.yml can be /etc/searx/settings.ymlAlexandre Flament2017-05-15
* [mod] the environment variable SEARX_DEBUG can override the general.debug val...dalf2016-10-22
* [fix]#485 AttributeError: 'module' object has no attribute 'old_where'misnyo2016-01-06
* [fix] #471 #463 fix old openssl(<1.0.2) requests verify errormisnyo2015-12-29
* [fix] show debug output when enabledThomas Pointhuber2015-08-24
* [mod] https rewrite pluginificationAdam Tauber2015-04-13
* [enh] logging addedAdam Tauber2015-01-09
* [fix] pep8 part II.Adam Tauber2014-10-19
* Merge pull request #97 from pointhi/httpsAdam Tauber2014-10-19
|\
| * improve https rewritingThomas Pointhuber2014-10-15
| * Implementing https rewrite support #71Thomas Pointhuber2014-10-15
* | add comments to __init__.pyThomas Pointhuber2014-09-13
|/
* fix: robot fw, entry points, some flake8, package searx eggMatej Cotman2014-01-20
* [enh] settings unification - new dependency: pyyamlasciimoo2014-01-19
* [enh] engine typesasciimoo2013-10-15
* [fix] result template tag fixasciimoo2013-10-15
* [enh] result template addedasciimoo2013-10-14
* [enh] initial commitasciimoo2013-10-14