Subj : src/syncterm/bbslist.c To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Sun Apr 16 2023 01:05 pm https://gitlab.synchro.net/main/sbbs/-/commit/1c6aa05e3413aeb9bbfeca2c Modified Files: src/syncterm/bbslist.c Log Message: If ":" suffix is included in an added TCP address, parse/use it When adding a BBS entry with a TCP connection, if a ":port" suffix is included (e.g. "vert.synchro.net:23"), parse and use that port number for the new entry automatically and remove the suffix from the adddress itself. This is just a time saver when adding new BBS entries. Care was taken to not treat the following addresses in this manner: ":" - would have resulted in a blank address "a::" - possible IPv6 address "a:b" - possible IPv6 address or ... ? "a:" .