summaryrefslogtreecommitdiff
path: root/searx/plugins
Commit message (Expand)AuthorAge
* [fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser2022-09-27
* oa_doi_rewrite: add the doi to the result when it is found.Alexandre FLAMENT2022-09-23
* [mod] limiter plugin: Accept-Encoding handlingLéon Tiekötter2022-08-25
* [mod] add tor_check plugin - convenient tor checking trough searxngSolirs2022-07-19
* fix: return body on limiter block so there is not just a blank pagemrpaulblack2022-07-05
* Merge pull request #1047 from return42/redis-libAlexandre Flament2022-06-06
|\
| * [mod] plugins/limiter.py - use searx.redislib.incr_sliding_windowMarkus Heiser2022-05-30
* | [fix] prepare for pylint 2.14.0Markus Heiser2022-06-03
|/
* Fix typoÉmilien Devos2022-05-10
* theme: remove __common__Alexandre Flament2022-05-07
* [doc] add some documentation about the limiter plugin (and redis)Markus Heiser2022-03-25
* [mod] infinite_scroll as preferenceAlexandre Flament2022-02-20
* Merge pull request #899 from dalf/limiter_updateAlexandre Flament2022-02-18
|\
| * [limiter] updateAlexandre Flament2022-02-17
* | [mod] templates: rename field for <iframe> URL to iframe_srcMarkus Heiser2022-02-18
* | [fix] hostname_replace.py: don't stop replace URL in fieldsMarkus Heiser2022-02-18
* | [mod] result_templates/default.html replace embedded HTML by data_src audio_srcMarkus Heiser2022-02-13
* | [mod] hostname_replace: replace hostnames in result's data_src paramMarkus Heiser2022-02-13
|/
* plugin limiter: check only /image_proxy and /searchAlexandre Flament2022-02-12
* [enh] limiter pluginAlexandre Flament2022-02-02
* [typing] add optional attrs to PluginMartin Fischer2022-01-17
* [refactor] add type hints & remove Setting._post_initMartin Fischer2022-01-06
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* [format.python] disable py code formatting for some hunks of codeMarkus Heiser2021-12-27
* [mod] searx.plugins.prepare_package_resources() - use generatorsMarkus Heiser2021-10-07
* [fix] searx.plugins.initialize() - don't miss module & module-nameMarkus Heiser2021-10-07
* plugins: refactor initializationAlexandre Flament2021-10-06
* [enh] add hostname_replace pluginAlexandre Flament2021-09-11
* [mod] ahmia_filter: use on_result instead of post_searchAlexandre Flament2021-09-09
* [mod] oa_doi_rewrite plugin: get_doi_resolver: remove args parameterAlexandre Flament2021-09-07
* [mod] plugins: minor changeAlexandre Flament2021-08-14
* [mod] oscar theme: /preferences : HTML detail order match visual tabsAlexandre Flament2021-06-17
* [mod] oscar theme /preferences: reorganize the preferencesAlexandre Flament2021-06-17
* [mod] move all default settings into searx.settings_defaultsAlexandre Flament2021-06-01
* [drop] plugin HTTPS rewrite - rule base is to old (update is to big)Markus Heiser2021-04-22
* Remove hubsbpot tracking URL params3nprob2021-04-06
* [fix] default_doi_resolver in preferencesMarkus Heiser2021-04-04
* [mod] pylint: numerous minor code fixesAlexandre Flament2020-12-01
* [mod] remove unused importAlexandre Flament2020-11-14
* [mod] ahmia_filter.py: minor changesAlexandre Flament2020-10-27
* add Ahmia filter plugin for onion resultsMarc Abonce Seguin2020-10-25
* [fix] code styleVenca242020-10-24
* [mod] adapt hash plugin to current version of searxVenca242020-10-23
* [fix] hash pluginVenca242020-10-23
* [fix] code styleVenca242020-10-23
* [fix] hash pluginVenca242020-10-23
* [enh] add plugin converting strings into hash digestsVenca242020-10-23
* [enh] add ability to set enabled plugins from settings - closes #1613 #778Adam Tauber2020-10-09
* Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf2020-09-10
* Drop Python 2 (1/n): remove unicode string and url_utilsDalf2020-09-10