http://git.varikvalefor.i2p/vvx/matel/src/commit/e81ff88307229571b2020b5cff24b41f6efa6054/src/Metal/User.hs
For reasons which -- should be obvious, @password@ is only used for the user account of -- Matel's user. password :: Stringth , -- | @homeserver k@ equals the FQDN of the homeserver of @k@. homeserver :: String , -- | @authToken k@ equals the authorisation token of @k@. -- -- Like @password@, @authToken@ is used only for the user of Matel. authToken :: String , -- | @displayname tpForMyBunghole@ equals the "display name" of -- @tpForMyBunghole@, e.g., "Johnny Kissass". displayname ::...