| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-17 | Add addr setup via SEARX_BIND_ADDRESS | Nicolas Gelot | |
| 2019-02-23 | update pyyaml | Noémi Ványi | |
| 2018-01-16 | [fix] read utf-8 files (settings, languages, currency) with python3.5 | Marc Abonce Seguin | |
| Related to discussion in #1124 The io.open import is necessary for python2 | |||
| 2018-01-12 | Merge pull request #1124 from JosephKiranBabu/python3-unicode-support | Adam Tauber | |
| Make Python 3 able to read settings files with Unicode characters | |||
| 2017-12-29 | [enh] overwrite secret_key from env with the SEARX_SECRET env var if exists ↵ | Adam Tauber | |
| - closes #845 | |||
| 2017-12-21 | Make Python 3 able to read settings files with Unicode characters | Joseph Nuthalapati | |
| SearX currently doesn't start up when run with Python 3 as it tries to parse the settings.yml file with ASCII codecs. There are similar problems with engines_languages.json and currencies.json Python 3 requires that files with Unicode characters be read with a 'b' flag. This also works with Python 2 and hence can be integrated into the main source code. Tested with the latest Python 3.6.4rc1 on Debian unstable. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> | |||
| 2017-05-15 | [mod] settings.yml can be /etc/searx/settings.yml | Alexandre Flament | |
| The exact order is * first from SEARX_SETTINGS_PATH, * if not found then from searx code base, * if not found then from /etc/searx/settings.yml * if not found an exception stops searx loading | |||
| 2016-10-22 | [mod] the environment variable SEARX_DEBUG can override the general.debug ↵ | dalf | |
| value in settings.yml | |||
| 2016-01-06 | [fix]#485 AttributeError: 'module' object has no attribute 'old_where' | misnyo | |
| 2015-12-29 | [fix] #471 #463 fix old openssl(<1.0.2) requests verify error | misnyo | |
| 2015-08-24 | [fix] show debug output when enabled | Thomas Pointhuber | |
| 2015-04-13 | [mod] https rewrite pluginification | Adam Tauber | |
| 2015-01-09 | [enh] logging added | Adam Tauber | |
| 2014-10-19 | [fix] pep8 part II. | Adam Tauber | |
| 2014-10-19 | Merge pull request #97 from pointhi/https | Adam Tauber | |
| Implementing https rewrite support | |||
| 2014-10-15 | improve https rewriting | Thomas Pointhuber | |
| 2014-10-15 | Implementing https rewrite support #71 | Thomas Pointhuber | |
| * parsing XML-Files which contain target, exclusions and rules * convert regex if required (is a little hack, probably does not work for all rules) * check if target rule apply for http url, and use the rules to rewrite it * add pice of code, to check if domain name has not changed during rewrite (should be rewritten, using publicsuffix instead of little hack) | |||
| 2014-09-13 | add comments to __init__.py | Thomas Pointhuber | |
| * add comments * add licence-header | |||
| 2014-01-20 | fix: robot fw, entry points, some flake8, package searx egg | Matej Cotman | |
| 2014-01-19 | [enh] settings unification - new dependency: pyyaml | asciimoo | |
| 2013-10-15 | [enh] engine types | asciimoo | |
| 2013-10-15 | [fix] result template tag fix | asciimoo | |
| 2013-10-14 | [enh] result template added | asciimoo | |
| 2013-10-14 | [enh] initial commit | asciimoo | |