index
:
farside
main
Farside fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-08-23
Poll nitter instances only in nightly build
Ben Busby
2023-07-17
Add env var for toggling cron task on/off
Ben Busby
2023-07-17
Add GotHub support (#116)
NoPlagiarism
2023-07-11
Allow separation of instance and API URLs
Ben Busby
2023-07-11
Mark redirecting instances as inacessible
Ben Busby
2023-05-19
Add support for Anonymous Overflow
Ben Busby
2023-05-19
Add support for BreezeWiki
Ben Busby
2023-04-05
Move SearXNG instance check to nightly build
Ben Busby
2023-03-14
Fix auto-redirect regex for gtranslate vs gsearch
Ben Busby
2023-01-13
Add parent relation for whoogle (#84)
FriendlyPigeon
2022-12-11
Ignore request types in router
Ben Busby
2022-12-09
Enable auto compact for cubdb
Ben Busby
2022-10-31
Remove Redis dep, replace w/ native Elixir lib
Ben Busby
2022-10-26
Fix typo [skip ci] (#72)
Kian-Meng Ang
2022-07-31
Fix spelling of quetre (#55)
alvv-z
2022-07-27
Support libremdb and querte (imdb and quora alts)
Ben Busby
2022-07-27
Make conn values and services path configurable at runtime
Ben Busby
2022-06-21
Add proxitok (TikTok frontend)
Ben Busby
2022-06-21
Prepend `/u/` for Bibliogram redirects if not present
Ben Busby
2022-06-21
Redirect youtu.be links to the correct instance
Ben Busby
2022-06-13
Include query params for all `/_/` prefixed links
Ben Busby
2022-06-09
Auto select frontend for links to "parent" service
Ben Busby
2022-03-18
Update throttle test to reflect new behavior
Ben Busby
2022-03-18
Reuse previous instance within rate-limit interval
Ben Busby
2022-02-14
Replace `poison` dependency w/ `jason`
Ben Busby
2022-01-27
Preserve redirect with `/_/` path prefix (#13)
Ben Busby
2021-12-28
Broaden HTTPoison status code inspection
Ben Busby
2021-12-09
Remove `FARSIDE_NO_ROUTER` env var
Ben Busby
2021-11-29
Use format str for search engine queries
Ben Busby
2021-11-26
Automate updates for list of searx instances (#3)
Ben Busby
2021-11-24
Use quantum core for update scheduling
Ben Busby
2021-11-15
Allow bypassing app router with `FARSIDE_NO_ROUTER`
Ben Busby
2021-11-15
Include query params in service instance redirect
Ben Busby
2021-11-12
Fix formatting
Ben Busby
2021-11-12
Throttle incoming requests to 1/sec per ip
Ben Busby
2021-11-10
Prevent same instance from being selected twice in a row
Ben Busby
2021-11-10
Move instance selection logic out of router
Ben Busby
2021-11-10
Move Service struct def to its own module
Ben Busby
2021-11-10
Simplify retrieval of service keys from redis
Ben Busby
2021-11-08
Display list of available instances on home page
Ben Busby
2021-11-07
Refactor project to new name
Ben Busby
2021-10-23
Format with `mix format`
Ben Busby
2021-10-22
Move constants to config, update string formatting
Ben Busby
2021-10-22
Route service requests to an available instance
Ben Busby
2021-10-22
Setup basic Plug.Router framework for serving requests
Ben Busby