~xenrox/faceit_checker

Print CS2 stats instead of CS:GO stats.
Remove support for status input

This is no longer supported in CS2.
The status output no longer contains any Steam ID.
Fix some linter (revive) complaints
api: Add endpoint for CS2 elo
Add example config
config: Automatically parse config with scfg
Upgrade dependencies
Move API code to own file
Add missing config code

Oooops.
Remove unused redirect handler
Enable HTTP/2 again

Seems like Faceit fixed their API finally.
This reverts fd62ce598f82c3cf2167c8f42c86979c0d7a0ca4.
Forward account list with context between handlers
Log start and shutdown
Read settings from config file

There are more and more settings available. Parsing them only from
flags or environment variables would be too cumbersome.
css: Set font to sans-serif
Shut down gracefully
getSteamProfile: Various improvements

Receive context, check if the received link looks like a Steam profile
URL, use HTTP client from receiver.
Abort account loop on context cancellation as well
Propagate context

So if a request is cancelled early, the API won't be spammed.
Improve logging
Next