summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2015-07-19btdigg engine: fix text mojibake.Kang-min Liu
Seeing on the official instance, searching with non-ascii character usually renders mojibake non-sense: http://searx.me/?q=%E9%A3%9F%E5%A0%82&categories=files Screenshot with broken: ![](https://imgrush.com/1NNr_Rpv-rt2.png) Screenshot of the fixed rendering: ![](https://imgrush.com/khe4M2P3VAyq.png)
2015-06-30Merge pull request #333 from dalf/piratebayAdam Tauber
[fix] Piratebay engine
2015-06-30Merge pull request #377 from underr/masterAdam Tauber
Add portuguese translation
2015-06-25Add portuguese translationunderr
2015-06-22[fix] reduce server traffic by optimizing imagesNiklas Haas
Simply running ‘optipng’ on every PNG image reduces the overall size of them by 10% on average.
2015-06-21[fix] shortcut added to ixquickAdam Tauber
2015-06-21Merge branch 'remove_trackers_plugin' of ↵Adam Tauber
https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin Conflicts: searx/plugins/__init__.py
2015-06-21[fix] debug message parameterAdam Tauber
2015-06-18Use parsed_urlCqoicebordel
2015-06-16[enh] add search testsAdam Tauber
2015-06-16[fix] reverse proxy non-root url fixAdam Tauber
2015-06-16[mod] disable qwant & swisscows by default to improve result qualityAdam Tauber
2015-06-15A bit of cleanup of the codeCqoicebordel
- regexes in a array - regexes applied only on the last part of the url
2015-06-15Merge pull request #371 from framasoft/add-useragent-pluginAdam Tauber
Add a self user agent plugin
2015-06-15Change self plugin to self_info + change self_info descriptionLuc Didry
2015-06-15Merge self_ip and self_useragent into one pluginLuc Didry
2015-06-14Add a self user agent pluginLuc Didry
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.
2015-06-12Add a bit of testing to improve coverageCqoicebordel
2015-06-12Fix Vimeo engine.Cqoicebordel
Solve #368
2015-06-09Add a plugin to remove trackers from results URLsCqoicebordel
2015-06-08Merge pull request #357 from asciimoo/google_engineAdam Tauber
[enh] google engine : parse map links and more
2015-06-08Merge pull request #362 from Cqoicebordel/currency_charsAdam Tauber
Allow use of chars as € in currency converter
2015-06-07Allow use of chars as € in currency converterCqoicebordel
2015-06-06www1x engine: remove comment about unavailable https (https is working now)Dalf
2015-06-06bing_images & www1x engines use https connectionsDalf
2015-06-06google engine: code cleanupDalf
2015-06-05google engine :remove OSM mapDalf
2015-06-05[enh] google engine : parse map links and moreAlexandre Flament
2015-06-05[enh] oscar template: using table instead of container-fluid to show cookiesThomas Pointhuber
2015-06-05[fix] do not hide categorie inside preferences if there is no engine activatedThomas Pointhuber
2015-06-04youtube_noapi uses searx.utils.list_getDalf
2015-06-04[fix] bing_news based on RSS output formatDalf
2015-06-03Merge pull request #353 from Cqoicebordel/languagesAdam Tauber
New feature : language per search engine !
2015-06-03New feature : language per search engine !Cqoicebordel
2015-06-03[fix] youtube_noapi : don't crash when there is no contentDalf
2015-06-02Merge pull request #346 from Cqoicebordel/youtubeAdam Tauber
Adds engines : Youtube with or without API and multiple Qwant
2015-06-02Removed the keywords from the settings in qwant engineCqoicebordel
2015-06-02RefactorCqoicebordel
Use only one engine for the four search from Qwant
2015-06-02remove 'print'Dalf
2015-06-02Merge pull request #349 from Cqoicebordel/startpage_autocompleteAlexandre Flament
Add startpage as an autocompleter engine
2015-06-01Add startpage as an autocompleter engineCqoicebordel
2015-06-01Merge pull request #344 from asciimoo/google_engineAdam Tauber
google engine
2015-06-01[enh] implement image support for swisscows engineThomas Pointhuber
2015-06-01[enh] implement swisscows engine, FIX #347Thomas Pointhuber
TODO: implement image engine
2015-06-01New Qwant enginesCqoicebordel
- Web - Images - News - Social media
2015-05-31Adds two engines : Youtube with or without APICqoicebordel
The API needs an API_KEY The NOAPI doesn't have the published dates.
2015-05-30[enh] google engine : avoid some "sorry google" by adding another cookie : ↵Alexandre Flament
NID. This cookie is specific by hostname. This allow to send request to google.* (according to the search language). Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.* The PREF is still use on the www.google.com domain.
2015-05-30startpage and ixquick enignes : disabled by default, and timeout set to 6 ↵Alexandre Flament
seconds.
2015-05-30[fix] set engine.safesearch to False if not definedAlexandre Flament
2015-05-30[enh] oscar theme: display engine response times in the preferencesAlexandre Flament