Commit Graph

1204 Commits (b6c3cb0bdd020a459d0ef5c21d1303ed0148cc0c)

Author SHA1 Message Date
Adam Tauber b6c3cb0bdd [enh][mod] result handling refactor
Several changes has been made:
 - Parallel result merge
 - Scoring algorithm slightly changed (see result_score())
 - Proper Thread locking on global data manipulation
9 years ago
Adam Tauber 0ad272c5cb [fix] content escaping - closes #441
TODO check other engines too
9 years ago
Cqoicebordel a75d10206e Correct the loop through search engines
Fix #432
9 years ago
Adam Tauber 37c3ace309 [fix] add missing scheme to duplicated results too ++ revert gigablasts handling 9 years ago
Adam Tauber e3df22b140 [fix] handle missing url scheme - fixes #428 9 years ago
Adam Tauber 23dab175b2 [enh] v0.8.0 9 years ago
Adam Tauber 6bcbd633a5 [fix] remove obsolete youtube engine 9 years ago
Adam Tauber 601389b673 [enh] add chinese locale 9 years ago
Adam Tauber 3213f20bc7 [enh] translation sync 9 years ago
Adam Tauber d8ef944974 [enh] extend user agent versions 9 years ago
Adam Tauber 4184cece4a [fix] duckduckgo unicode url - #419 9 years ago
Adam Tauber 362c849797 [fix][mod] wikidata date handling refactor - fixes #387 9 years ago
Adam Tauber 7580852bda [enh] test utils.prettify_url 9 years ago
Adam Tauber d5931874ac [fix] escape format string.. 9 years ago
Emmanuel Benazera 78a69e4c98 ddg encoding of URLs appears to be broken, revealed when trying to pickled the results to disk 9 years ago
Adam Tauber f094188780 [fix] display categories of the selected engines 9 years ago
Adam Tauber 8c4d9b79d5 [fix] engine selection from url 9 years ago
Adam Tauber 604f32f672 [fix] bing unicode encode error - fixes #408 9 years ago
Adam Tauber b9c8039d74 [mod] disable searchcode SSL verification (unable to get local issuer) 9 years ago
Adam Tauber 3f31e1ce6b [fix] piratebay tld according to wikipedia 9 years ago
Adam Tauber 42ac2c5b56 [fix] check empty engine language attribute - fixes subtitleseeker 9 years ago
Adam Tauber 28493d41a3 [fix] handle missing url in twitter results 9 years ago
Adam Tauber c706bea788 Merge pull request #385 from framasoft/opensearch-icon
Add Image on opensearch
9 years ago
Thomas Pointhuber 996c96ffff [fix] block ixquick search url's 9 years ago
Thomas Pointhuber 23b9095cbf [fix] improve result handling of startpage engine 9 years ago
Thomas Pointhuber 5bffa9ca33 [fix] rewrite scheme to http if there is no one, FIX #390 9 years ago
Thomas Pointhuber 9cec9770be [fix] show debug output when enabled 9 years ago
Adam Tauber 3a8eafcc6b [fix] cookie parameter type 9 years ago
Adam Tauber 7c9f931baf [fix] type error 9 years ago
Adam Tauber 43cd8e0c41 [enh] default settings option to safe_search - #396 9 years ago
Adam Tauber c1d9cfd9ae [enh] default settings option to autocomplete backend - #396 9 years ago
Adam Tauber 1fcf066a81 [mod] change settings file structure according to #314 9 years ago
Adam Tauber d0830d4edf [enh] add settings option to set listening address - closes #397 9 years ago
Luc Didry 57e618edf7 Add Image on opensearch 9 years ago
Adam Tauber 8d36a8b837 Merge pull request #333 from dalf/piratebay
[fix] Piratebay engine
9 years ago
Adam Tauber 4770d218b8 Merge pull request #377 from underr/master
Add portuguese translation
9 years ago
underr 7a13de7e19 Add portuguese translation 9 years ago
Niklas Haas 7144c94e26
[fix] reduce server traffic by optimizing images
Simply running ‘optipng’ on every PNG image reduces the overall size of
them by 10% on average.
9 years ago
Adam Tauber 0420ab3c80 [fix] shortcut added to ixquick 9 years ago
Adam Tauber 6424a7702d Merge branch 'remove_trackers_plugin' of https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin
Conflicts:
	searx/plugins/__init__.py
9 years ago
Adam Tauber ff322d3373 [fix] debug message parameter 9 years ago
Cqoicebordel 8911233e3e Use parsed_url 9 years ago
Adam Tauber 2eb756c7aa [enh] add search tests 9 years ago
Adam Tauber 6ef7c3276c [fix] reverse proxy non-root url fix 9 years ago
Adam Tauber b73ac15e49 [mod] disable qwant & swisscows by default to improve result quality 9 years ago
Cqoicebordel e93f5314d7 A bit of cleanup of the code
- regexes in a array
- regexes applied only on the last part of the url
9 years ago
Adam Tauber a9d92c3874 Merge pull request #371 from framasoft/add-useragent-plugin
Add a self user agent plugin
9 years ago
Luc Didry 0fe362bacf Change self plugin to self_info + change self_info description 9 years ago
Luc Didry 41fd748cdf Merge self_ip and self_useragent into one plugin 9 years ago
Luc Didry 538029dc14 Add a self user agent plugin
Just like with the "ip" query, duckduckgo gives the server's
information with the "user agent" query.
This corrects this behavior by adding a plugin based on self_ip.py plugin.
9 years ago