0cfe4fb09a
								
							 
						 
						
							[enh] romanian translation ++ translation updates 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								01bebc0c30
								
							 
						 
						
							[enh] prettier search url display 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								b09aaf126e
								
							 
						 
						
							[mod] allow whitespaces in category/engine list 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								333b6759ac
								
							 
						 
						
							[fix] setup.py package data update - fixes #323  
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								5525625dae
								
							 
						 
						
							[enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR". 
							
							The currency names are fetched wikidata and store into a static file : searx/data/currencies.json
This file is loaded when the currency_converter is loaded.
A database is perhaps more appropiated. 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								b6de23f540
								
							 
						 
						
							[enh] cleaner category/engine selection from GET/POST param - closes #289  
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								e34166168c
								
							 
						 
						
							Merge pull request #310  from dalf/yahoo_news 
							
							
[fix] yahoo_news engine 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								55e94d439b
								
							 
						 
						
							[doc] @dalf added as maintainer 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								44ed4424f6
								
							 
						 
						
							[fix] yahoo_news engine 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								3683b35877
								
							 
						 
						
							[fix] plugin description 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								f1fc315318
								
							 
						 
						
							[fix] robot test - kill the only subprocess 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								93fd1e4c76
								
							 
						 
						
							Merge pull request #308  from dalf/versions_upgrade 
							
							
update versions.cfg to use the current up-to-date packages 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								81850dd603
								
							 
						 
						
							Merge pull request #309  from dalf/twitter 
							
							
[fix] twitter engine 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								b3513aa3a6
								
							 
						 
						
							Merge pull request #307  from dalf/master 
							
							
[fix] Flickr engine 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								59a65d0bdc
								
							 
						 
						
							Merge pull request #305  from dalf/https_again 
							
							
[enh] reduce the number of http outgoing connections. 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								01de1c6f78
								
							 
						 
						
							Merge pull request #303  from dalf/patch-1 
							
							
Revert of #195  when the search language is not english 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								48cffb141b
								
							 
						 
						
							[fix] twitter engine 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								4689fe341c
								
							 
						 
						
							update versions.cfg to use the current up-to-date packages 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								59ee040424
								
							 
						 
						
							[fix] remove a useless print 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								65e6737413
								
							 
						 
						
							[fix] google engine tests 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								732ed952dc
								
							 
						 
						
							[fix] 1x.com tests 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								e7fd546aae
								
							 
						 
						
							[fix] revert of 1x.com (no valid https certificate) 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								6cd9a045f8
								
							 
						 
						
							[fix] flickr engine 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								f5d3b21566
								
							 
						 
						
							[fix] user agent : the "rv:{version}" was missing (can be a issue with some engine, like flickr) 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								78edc16e66
								
							 
						 
						
							[enh] reduce the number of http outgoing connections. 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								8a69ade875
								
							 
						 
						
							Revert of #195  when the search language is not english 
							
							
Sometimes there is two requests to google (depending of the source IP) : one to google.com, the second to google.fr (for instance).
Going to https://www.google.com/ncr and saving the PREF cookie for future use prevent this (there is no redirection).
But, recently (or not ?), by doing this the search returns English results even if the Accept-Language is specified.
There is still a way to prevent this : going to preference, set the search language. I don't know if this can be done by searx.
For now, a quick fix is to disable the use of the PREF cookie when the search language is not English (google engine will slower but returns excepted results). 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								bbd83f5a51
								
							 
						 
						
							Merge branch 'Cqoicebordel-oscar-cookies' 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								41e00e65a5
								
							 
						 
						
							Merge branch 'oscar-cookies' of https://github.com/Cqoicebordel/searx into Cqoicebordel-oscar-cookies 
							
							
Conflicts:
	searx/templates/oscar/preferences.html 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								5c5ff19ec1
								
							 
						 
						
							[fix] indentation 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								ad8611c755
								
							 
						 
						
							Merge pull request #301  from dalf/https 
							
							
engines: use https when possible 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								043b269c6e
								
							 
						 
						
							[fix] tests 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								8806002886
								
							 
						 
						
							Merge remote-tracking branch 'origin/ssl' into https 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								18e7d60702
								
							 
						 
						
							Merge pull request #298  from dalf/ssl 
							
							
[fix] SSL : SNI support 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								187617498a
								
							 
						 
						
							Log an error if the ndg-httpsclient, pyopenssl and pyasn1 packages are not installed. 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								ff68546c69
								
							 
						 
						
							[mod] enable category select plugin by default 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								39f0cd94ee
								
							 
						 
						
							[fix] remove swapfile 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								5589f1a2bf
								
							 
						 
						
							Merge pull request #300  from dalf/patch-1 
							
							
settings.yml clean up : remove locale 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								81479a9b60
								
							 
						 
						
							Merge pull request #299  from dalf/noreferrer 
							
							
Noreferrer 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								1f0e6ce65b
								
							 
						 
						
							Merge pull request #297  from dalf/proxies 
							
							
[enh] Implement http proxies for outgoing requests. (see #236 ) 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								99efd790c8
								
							 
						 
						
							engines: use https when possible 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								47b011829d
								
							 
						 
						
							settings.yml clean up : remove locale 
							
							
locale was declared for bing* engines and vimeo.
  * bing* engines use the language settings.
  * vimeo uses neither locale nor language settings.
This avoid confusion 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								ada5993f61
								
							 
						 
						
							[fix] #264  : implementation using Referrer Policy (Editor’s Draft, 3 March 2015) 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								77b2fbb61e
								
							 
						 
						
							[enh] implements #264  : add rel="noreferrer" to external links 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								2be52b74ad
								
							 
						 
						
							[fix] tests 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								201928d2b0
								
							 
						 
						
							[fix] SSL : SNI support 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								952473d297
								
							 
						 
						
							Merge pull request #246  from Cqoicebordel/pix-arts 
							
							
New theme ! 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								83e48fa89b
								
							 
						 
						
							flake8 fix 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								cde37be4f5
								
							 
						 
						
							[enh] basic support for http proxy (see #236 ) 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								33516256fd
								
							 
						 
						
							[fix] load https rules 
							
							
						 
						il y a 10 ans  
				
					
						
							
								 
						
							
								d2a636f75d
								
							 
						 
						
							[mod] https rewrite pluginification 
							
							
						 
						il y a 10 ans