summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-12-11Ignore request types in routerBen Busby
2022-12-09Enable auto compact for cubdbBen Busby
2022-10-31Remove Redis dep, replace w/ native Elixir libBen Busby
2022-10-26Fix typo [skip ci] (#72)Kian-Meng Ang
2022-07-31Fix spelling of quetre (#55)alvv-z
2022-07-27Support libremdb and querte (imdb and quora alts)Ben Busby
2022-07-27Make conn values and services path configurable at runtimeBen Busby
2022-06-21Add proxitok (TikTok frontend)Ben Busby
2022-06-21Prepend `/u/` for Bibliogram redirects if not presentBen Busby
2022-06-21Redirect youtu.be links to the correct instanceBen Busby
2022-06-13Include query params for all `/_/` prefixed linksBen Busby
2022-06-09Auto select frontend for links to "parent" serviceBen Busby
2022-03-18Update throttle test to reflect new behaviorBen Busby
2022-03-18Reuse previous instance within rate-limit intervalBen Busby
2022-02-14Replace `poison` dependency w/ `jason`Ben Busby
2022-01-27Preserve redirect with `/_/` path prefix (#13)Ben Busby
2021-12-28Broaden HTTPoison status code inspectionBen Busby
2021-12-09Remove `FARSIDE_NO_ROUTER` env varBen Busby
2021-11-29Use format str for search engine queriesBen Busby
2021-11-26Automate updates for list of searx instances (#3)Ben Busby
2021-11-24Use quantum core for update schedulingBen Busby
2021-11-15Allow bypassing app router with `FARSIDE_NO_ROUTER`Ben Busby
2021-11-15Include query params in service instance redirectBen Busby
2021-11-12Fix formattingBen Busby
2021-11-12Throttle incoming requests to 1/sec per ipBen Busby
2021-11-10Prevent same instance from being selected twice in a rowBen Busby
2021-11-10Move instance selection logic out of routerBen Busby
2021-11-10Move Service struct def to its own moduleBen Busby
2021-11-10Simplify retrieval of service keys from redisBen Busby
2021-11-08Display list of available instances on home pageBen Busby
2021-11-07Refactor project to new nameBen Busby
2021-10-23Format with `mix format`Ben Busby
2021-10-22Move constants to config, update string formattingBen Busby
2021-10-22Route service requests to an available instanceBen Busby
2021-10-22Setup basic Plug.Router framework for serving requestsBen Busby