jmurth1234 / WinIRC

C# IRC Client for Windows 10, written as a UWP application.
http://rymate1234.github.io/WinIRC/
MIT License
59 stars 9 forks source link

The port must not be required #8

Open yecril71pl opened 7 years ago

yecril71pl commented 7 years ago

See Uniform Resource Locator Schemes for Internet Relay Chat Entities, §2.4. When the server is being specified: if the port is not specified, set it to −1 and accept. Add a static array of default ports. When the server is being connected to: if the port is not specified (= −1), connect to the current port. When the connection fails, try the next port.