About Store Forum Documentation Contact



Post Reply 
ValidIP bool function?
Author Message
Ireheart Offline
Member

Post: #1
ValidIP bool function?
In the engine there's 3 valid functions for maintaining the format for email, url and the licencekey, i was surprised not see to one that validates a ip address\ip address + port.

Requesting this be added to the default engine for checking the ip for x.x.x.x and x.x.x.x:x for the port too.
(This post was last modified: 03-15-2014 04:26 AM by Ireheart.)
03-15-2014 04:25 AM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #2
RE: ValidIP bool function?
SockAddr addr;
addr.valid()

??
(This post was last modified: 03-16-2014 12:52 AM by cmontiel.)
03-16-2014 12:51 AM
Find all posts by this user Quote this message in a reply
Post Reply