Module auth

Module auth 

Source
Expand description

DPlus auth chunk parser.

Parses the framed TCP response from auth.dstargateway.org:20001 into a list of known reflector callsigns and IP addresses.

Reference: ircDDBGateway/Common/DPlusAuthenticator.cpp:151-192.

Structs§

DPlusHost
A single entry from the DPlus auth server’s host list response.
HostList
Parsed host list from the DPlus auth TCP response.

Functions§

parse_auth_response
Parse a DPlus auth TCP response into a HostList.