index
:
farside
main
Farside fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-12
Convert logo to SVG
Ben Busby
2021-11-12
Fix formatting
Ben Busby
2021-11-12
Test ip rate limiting / throttling
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
Test for valid service redirects
Ben Busby
2021-11-10
Simplify retrieval of service keys from redis
Ben Busby
2021-11-09
Use elixir 1.12 and otp 24 in build/test
Ben Busby
2021-11-09
Skip querying all instances w/ "test mode"
Ben Busby
2021-11-08
Update README.md
Ben Busby
2021-11-08
Add readme banner
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-11-07
Include protocol in service list
Ben Busby
2021-10-26
Add CI status to readme, update description
Ben Busby
2021-10-26
Add elixir CI
Ben Busby
2021-10-26
Add basic router test
Ben Busby
2021-10-24
Update services.json
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
2021-10-22
Write results of update script to file for debugging
Ben Busby
2021-10-22
Output available instances and fallback URL to redis
Ben Busby
2021-10-21
Validate status code for all service instances
Ben Busby
2021-10-21
Initialize update script
Ben Busby
2021-10-21
Initial commit
Ben Busby