Results 91 issues of Alexandre Flament

## What does this PR do? See https://github.com/dalf/searxng/wiki/Branch-searx_network_rework to get an overview of the architecture change. In few words: * remove async code (so we can drop uvloop) * there...

area: network
preview-environment-commented

Looking at * https://github.com/searxng/searxng/issues/320 : > I could see this feature becoming a way for communities to build their own search engines * https://github.com/searxng/searxng/issues/530 : > it's more a matter...

new feature

## What does this PR do? handle more cases bring tests from chompjs: comment out tests do not pass ## Why is this change important? The tests from chompjs give...

## What does this PR do? * Move brand information to Python package rather than settings.yml `pip install .` works with the right version. * dependencies are moved to setup.py...

Currently there is one time per engine: * either the default one: `outgoing.request_timeout` * either the one specified in the engine settings. Scenario: * an user queries an engine with...

new feature
area: engine
area: network

Make a search replace from `searx` to `searxng`: * the package names * the directories * special case (?) `searx/translations` can be updated with pybabel. For reference: https://github.com/searxng/searxng/pull/358

new feature

**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** Last commit of the master branch 96ccec1aa6507ef4d3dc05a08e01187f80080972 **How did you install SearXNG?**...

bug

## What does this PR do? The project fastlangid has a FastText model to achieve higher accuracy for Japanese, Korean, Chinese languages. This commits includes the model from this project,...

preview-environment-commented

dalf/http-observatory exists: * to fix https://github.com/mozilla/http-observatory/issues/428 * to update the HSTS database : https://github.com/mozilla/http-observatory/issues/431 Since yesterday, [the next branch of mozilla/http-observatory](https://github.com/mozilla/http-observatory/tree/next) contains a fix for the issue 428. The issue...

space:future