jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
73 stars 8 forks source link

Add support for trackers that require a password #145

Closed jhalter closed 1 month ago

jhalter commented 1 month ago

This makes it possible to register with a tracker that requires a password by appending the password to the tracker address in the config. Not ideal, but avoids a breaking change to the config format.

Fixes #144