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§
- DPlus
Host - A single entry from the
DPlusauth server’s host list response. - Host
List - Parsed host list from the
DPlusauth TCP response.
Functions§
- parse_
auth_ response - Parse a
DPlusauth TCP response into aHostList.