Guns Metaserver
From NarcWiki
The Guns Metaserver lives at http://meta.guns-game.com/ and provides a RESTful API for querying clients and servers' public keys, as well as allowing users to administer their accounts.
Note: The metaserver interface must be moved to https before release.
Forgotten password
/forgot/<token>
Hit this up to get an interface where you can change your password. There is currently no way to request a password change token, other than asking Narc. There is also currently no way to register.
Key fetching
/key/<client|server>[/private]/identifier>
For clients, the identifier is the client's primary username (not necessarily the same as the nick they have on a server).
For server public keys, the identifier is set in server configuration (and the server identifies itself to clients on connect).
If requesting a client private key, the request must be a POST with query parameter password containing the password of the associated account.
If requesting a server private key, the identifier is the server name and the secret token provided by the admin interface (not yet implemented), glued together with a / (e.g. "hermes/hermes-secret").