mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 02:23:13 +02:00
527fa9818c
the WEBIRC gateway gives us some assurance that the client<->webirc gateway connection is also secure (eg: https). This is the regular WEBIRC format: WEBIRC password gateway hostname ip This indicates a secure client connection (NEW): WEBIRC password gateway hostname ip :secure Naturally, WEBIRC gateways MUST NOT send the "secure" option if the client is using http or some other insecure protocol. https://github.com/ircv3/ircv3-ideas/issues/12