-
- Downloads
Clean up and improve 6e516aed
The first entry I tried adding was "Example..." which was not a valid hostname, but was copied into the address and looked silly. Now only copies into address if it's a valid, usable hostname. Also, add a convenience macro to check if a connection type uses the network or not. New functions in netwrap: bool isValidHostname(const char *str); bool isValidAddressString(const char *str); bool isResolvableHostname(const char *str); We ust the last one (which calls the other two) for this feature now.
Showing
- src/syncterm/Manual.txt 8 additions, 8 deletionssrc/syncterm/Manual.txt
- src/syncterm/bbslist.c 3 additions, 9 deletionssrc/syncterm/bbslist.c
- src/syncterm/conn.h 10 additions, 0 deletionssrc/syncterm/conn.h
- src/xpdev/netwrap.c 119 additions, 0 deletionssrc/xpdev/netwrap.c
- src/xpdev/netwrap.h 3 additions, 0 deletionssrc/xpdev/netwrap.h
Please register or sign in to comment