Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | btdigg 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-30 | Merge pull request #333 from dalf/piratebay | Adam Tauber | |
[fix] Piratebay engine | |||
2015-06-30 | Merge pull request #377 from underr/master | Adam Tauber | |
Add portuguese translation | |||
2015-06-25 | Add portuguese translation | underr | |
2015-06-22 | [fix] reduce server traffic by optimizing images | Niklas 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 ixquick | Adam Tauber | |
2015-06-21 | Merge 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 parameter | Adam Tauber | |
2015-06-18 | Use parsed_url | Cqoicebordel | |
2015-06-16 | [enh] add search tests | Adam Tauber | |
2015-06-16 | [fix] reverse proxy non-root url fix | Adam Tauber | |
2015-06-16 | [mod] disable qwant & swisscows by default to improve result quality | Adam Tauber | |
2015-06-15 | A bit of cleanup of the code | Cqoicebordel | |
- regexes in a array - regexes applied only on the last part of the url | |||
2015-06-15 | Merge pull request #371 from framasoft/add-useragent-plugin | Adam Tauber | |
Add a self user agent plugin | |||
2015-06-15 | Change self plugin to self_info + change self_info description | Luc Didry | |
2015-06-15 | Merge self_ip and self_useragent into one plugin | Luc Didry | |
2015-06-14 | Add a self user agent plugin | Luc 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-12 | Add a bit of testing to improve coverage | Cqoicebordel | |
2015-06-12 | Fix Vimeo engine. | Cqoicebordel | |
Solve #368 | |||
2015-06-09 | Add a plugin to remove trackers from results URLs | Cqoicebordel | |
2015-06-08 | Merge pull request #357 from asciimoo/google_engine | Adam Tauber | |
[enh] google engine : parse map links and more | |||
2015-06-08 | Merge pull request #362 from Cqoicebordel/currency_chars | Adam Tauber | |
Allow use of chars as € in currency converter | |||
2015-06-07 | Allow use of chars as € in currency converter | Cqoicebordel | |
2015-06-06 | www1x engine: remove comment about unavailable https (https is working now) | Dalf | |
2015-06-06 | bing_images & www1x engines use https connections | Dalf | |
2015-06-06 | google engine: code cleanup | Dalf | |
2015-06-05 | google engine :remove OSM map | Dalf | |
2015-06-05 | [enh] google engine : parse map links and more | Alexandre Flament | |
2015-06-05 | [enh] oscar template: using table instead of container-fluid to show cookies | Thomas Pointhuber | |
2015-06-05 | [fix] do not hide categorie inside preferences if there is no engine activated | Thomas Pointhuber | |
2015-06-04 | youtube_noapi uses searx.utils.list_get | Dalf | |
2015-06-04 | [fix] bing_news based on RSS output format | Dalf | |
2015-06-03 | Merge pull request #353 from Cqoicebordel/languages | Adam Tauber | |
New feature : language per search engine ! | |||
2015-06-03 | New feature : language per search engine ! | Cqoicebordel | |
2015-06-03 | [fix] youtube_noapi : don't crash when there is no content | Dalf | |
2015-06-02 | Merge pull request #346 from Cqoicebordel/youtube | Adam Tauber | |
Adds engines : Youtube with or without API and multiple Qwant | |||
2015-06-02 | Removed the keywords from the settings in qwant engine | Cqoicebordel | |
2015-06-02 | Refactor | Cqoicebordel | |
Use only one engine for the four search from Qwant | |||
2015-06-02 | remove 'print' | Dalf | |
2015-06-02 | Merge pull request #349 from Cqoicebordel/startpage_autocomplete | Alexandre Flament | |
Add startpage as an autocompleter engine | |||
2015-06-01 | Add startpage as an autocompleter engine | Cqoicebordel | |
2015-06-01 | Merge pull request #344 from asciimoo/google_engine | Adam Tauber | |
google engine | |||
2015-06-01 | [enh] implement image support for swisscows engine | Thomas Pointhuber | |
2015-06-01 | [enh] implement swisscows engine, FIX #347 | Thomas Pointhuber | |
TODO: implement image engine | |||
2015-06-01 | New Qwant engines | Cqoicebordel | |
- Web - Images - News - Social media | |||
2015-05-31 | Adds two engines : Youtube with or without API | Cqoicebordel | |
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-30 | startpage 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 defined | Alexandre Flament | |
2015-05-30 | [enh] oscar theme: display engine response times in the preferences | Alexandre Flament | |