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> | |||
2024-03-06 | [fix] engine searchcode.com - paging is broken in searchcode.com's API | Markus Heiser | |
paging is broken in searchcode.com's API .. not sure it will ever been fixed / this commit disables paging in the engine and BTW pylint `searchcode_code.py`. Closes: https://github.com/searxng/searxng/issues/3287 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-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 | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-16 | [fix] re-enable ssl verification for searchcode | Adam Tauber | |
closes #784 | |||
2016-01-18 | [fix] pep8 compatibilty | Adam Tauber | |
2015-08-25 | [mod] disable searchcode SSL verification (unable to get local issuer) | Adam Tauber | |
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-01-27 | Searchcode engines corrections | Cqoicebordel | |
2015-01-15 | [enh] add cpp language rewrite rule | Adam Tauber | |
2014-12-22 | [enh] fix pep8, improve syntax highlighting | Thomas Pointhuber | |
2014-12-20 | [enh] add result_templates/code.html | Thomas Pointhuber | |
2014-12-20 | Add 500px and Searchcode engines | Cqoicebordel | |
Allow to search for images on 500px. It doesn't use the official API, but the page result. Less stable, but less API key to possess... Two engines were necessary for Searchcode because there are to search mode : search for documentation or search for code example. Both use open APIs. |