| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-22 | added whitespaces | rinpatch | |
| 2018-04-22 | switched currency convert to duckduckgo and added Bitcoin to currency list | rinpatch | |
| 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 | |||
| 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-11-07 | Fixed typos. | pyrrh0n1c | |
| 2017-11-07 | Fixed the currency_convert engine. | pyrrh0n1c | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2016-07-11 | Fix anomalous backslash in string | stepshal | |
| 2016-05-03 | [fix] currency_convert: make unit tests pass | Maxqia | |
| also make regex more efficent and normalize 's'es | |||
| 2016-04-30 | [enh] currency_convert: allow strings like google's "convert 1 euro to dollars" | Maxqia | |
| 2015-06-07 | Allow use of chars as € in currency converter | Cqoicebordel | |
| 2015-05-12 | [enh] currency_convert engine: user can write "1 dollars in euros" instead ↵ | Alexandre Flament | |
| of "1 USD in EUR". The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated. | |||
| 2015-04-26 | engines: use https when possible | Alexandre Flament | |
| 2015-02-03 | Mediawiki's unit test | Cqoicebordel | |
| 2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
| 2014-09-28 | [enh] add infoboxes and answers | Dalf | |
| 2014-07-09 | [fix] unused globals removed | Adam Tauber | |
| 2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
| 2014-01-20 | fix: robot fw, entry points, some flake8, package searx egg | Matej Cotman | |
| 2013-12-01 | [enh] smarter currency query parse II. | asciimoo | |
| 2013-12-01 | [enh] smarter currency query parse | asciimoo | |
| 2013-11-10 | [fix] currency converter - valid date url param | asciimoo | |
| 2013-11-10 | [enh] moar weight for currency convertor | asciimoo | |
| 2013-11-04 | [enh] currency converter engine added | asciimoo | |