You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
James Higginbotham ce6eb81a71
Update settings.yml to enable HTTP for yacy
Added a line to the yacy entry to enable HTTP if the local yacy instance isn't using HTTPS. Otherwise, an error will be thrown in the logs: "No connection adapters were found for 'http://localhost:8090/yacysearch.json...'". This is likely related to ticket #2641 that forces HTTPS by default.
4 years ago
..
answerers [fix] answers: don't crash when the query is an empty string 4 years ago
data Merge pull request #2631 from searx/update_data_update_languages.py 4 years ago
engines [fix] remove debug code 4 years ago
metrology [fix] checker: fix engine statistics 4 years ago
plugins [mod] pylint: numerous minor code fixes 4 years ago
search Windows does not support SIGUSR1, so don't use it unconditionally. 4 years ago
shared [fix] checker: don't run the checker when uwsgi is not properly configured 4 years ago
static [mod] upgrade pygments 4 years ago
templates [mod] oscar: remove space 4 years ago
translations [enh] update translations 4 years ago
__init__.py [mod] settings.yml: move brand settings to a dedicated section 4 years ago
autocomplete.py [enh] autocomplete refactoring, autocomplete on external bangs 4 years ago
exceptions.py [enh] add raise_for_httperror 4 years ago
external_bang.py [mod] add utils/fetch_external_bangs.py 4 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py Update searx.data - update_languages.py 4 years ago
poolrequests.py [mod] by default allow only HTTPS, not HTTP 4 years ago
preferences.py Patch advanced search preferences 4 years ago
query.py [enh] autocomplete refactoring, autocomplete on external bangs 4 years ago
raise_for_httperror.py [enh] add raise_for_httperror 4 years ago
results.py [enh] add ability to send engine data to subsequent requests 4 years ago
settings.yml Update settings.yml to enable HTTP for yacy 4 years ago
settings_loader.py [fix] pylint: use "raise ... from ..." 4 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py [py2to3] use unittest from py3, remove unittest2 from py2 4 years ago
utils.py [fix] pylint: use "raise ... from ..." 4 years ago
version.py prepare release 0.18.0 4 years ago
webadapter.py [enh] add ability to send engine data to subsequent requests 4 years ago
webapp.py [mod] upgrade pygments 4 years ago
webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 4 years ago