Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-04-12 | [httpx] replace searx.poolrequests by searx.network | Alexandre Flament | |
settings.yml: * outgoing.networks: * can contains network definition * propertiers: enable_http, verify, http2, max_connections, max_keepalive_connections, keepalive_expiry, local_addresses, support_ipv4, support_ipv6, proxies, max_redirects, retries * retries: 0 by default, number of times searx retries to send the HTTP request (using different IP & proxy each time) * local_addresses can be "192.168.0.1/24" (it supports IPv6) * support_ipv4 & support_ipv6: both True by default see https://github.com/searx/searx/pull/1034 * each engine can define a "network" section: * either a full network description * either reference an existing network * all HTTP requests of engine use the same HTTP configuration (it was not the case before, see proxy configuration in master) | |||
2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2019-10-16 | add initial support for offline engines && command engine | Noémi Ványi | |
2017-06-06 | [enh] add init function to engines which loads parallel | Adam Tauber | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-09 | [mod] do not escape html content in engines | Adam Tauber | |
2016-09-10 | #607 - noapi fix | firebovine | |
2016-09-10 | [fix] Result text in Wolfram|Alpha (#607) | marc | |
2016-08-13 | [fix] remove unused imports ++ int token timestamp by default | Adam Tauber | |
2016-02-28 | [fix] remove unnecesary async calls in wolframalpha_noapi | a01200356 | |
setting async to false in the request did the job, lol. | |||
2016-02-28 | [fix] merge with 79705450dfdf321c19839bce23c56d9d4a86ba68 | a01200356 | |
2016-02-28 | [enh] unit tests for wolframalpha | a01200356 | |
2016-02-27 | [enh] infobox for wolframalpha | a01200356 | |
TODO: - infobox styles - unit tests ISSUES: - no_api version needs to re-call server for additional pods, such as plots. therefore, it's even slower than before. comment out the part that calls get_async_pod if requests reach timeout or increase timeout in settings.yml. | |||
2016-02-25 | [fix] wolframalpha unicode inputs | Adam Tauber | |
2016-02-17 | [fix] encapsulate wolframalpha token fetching errors | Adam Tauber | |
2016-02-17 | [fix] wolframalpha page changes | Adam Tauber | |
related issues: #508 #509 | |||
2016-01-18 | [fix] pep8 | a01200356 | |
2016-01-03 | [fix] test in wolframalpha_noapi | a01200356 | |
2016-01-03 | add tests for unicode strings in wolframalpha | a01200356 | |
2016-01-03 | [fix] unescape htmlentities in wolframalpha_noapi's answer | a01200356 | |
2016-01-02 | [fix] pass wolframalpha_noapi tests | a01200356 | |
2016-01-02 | update tests for wolframalpha | a01200356 | |
2016-01-01 | [enh] wolframalpha appends result | a01200356 | |
2015-12-30 | Add tests for the Wolfram Alpha engines (both API and NO API versions) | a01200356 | |
2015-12-29 | Make wolframalpha_noapi.py flake8 compliant | a01200356 | |
2015-12-29 | Remove unnecessary code in wolframalpha_noapi engine | a01200356 | |
The answer is scraped from a js function, so parsing the html tree doesn't achieve anything here. | |||
2015-12-29 | Wolfram Alpha (no API needed now) | a01200356 | |