Commit Graph

29 Commits (8513d90c99387cf3cb70408020da6f0f139f05ed)

Author SHA1 Message Date
Robinson 8513d90c99
Updated dependencies. 2022-03-03 00:39:25 +01:00
Robinson 17735da8ed Updated version 2021-05-02 22:36:50 +02:00
Robinson 614fc0f637 Updated version 2021-04-29 01:32:51 +02:00
Robinson d77f6ee353 Comment polish 2021-04-29 01:20:09 +02:00
Robinson 6fb1b23d01 updated version 2021-04-27 10:56:20 +02:00
Robinson d8ec62c680 Removed fromString, changed to toAddress 2021-04-27 01:04:31 +02:00
Robinson 540d134762 Removed WILDCARD_SAFE (it's not really wildcard, and it's not really safe) 2021-04-26 23:47:02 +02:00
Robinson c66444f45b added IPv4/6 cidrPrefixToSubnetMask, added IPv6 toInt (really a bigInt) convenience methods 2021-04-26 23:22:24 +02:00
Robinson 6b3bea9b1b Updated version 2021-04-26 15:52:50 +02:00
Robinson 80e95c3097 Updated version 2021-04-09 13:58:11 +02:00
Robinson e4a0522093 Updated version 2021-04-08 20:04:02 +02:00
Robinson d5ceece82f Added int array for types, added truncate 2021-04-08 19:59:25 +02:00
Robinson 6eee42cb35 Updated version 2021-04-08 15:27:29 +02:00
Robinson bfc66ef492 Added IPv 4/6 `toAddress` 2021-04-08 15:26:53 +02:00
Robinson 8f9294f295 Added version info to individual classes, added more unit tests 2021-04-06 23:42:55 +02:00
Robinson 1cc7ac128b Changed from `isPrivate` to `isSiteLocal` to reflect the actual name 2021-04-05 23:08:10 +02:00
nathan b1a49be45e Changed getByName -> fromString (to fit with the rest of the API naming conventions). "" host for InetAddress is now (correctly), null 2020-09-18 03:24:08 +02:00
nathan 0ea4ed19b2 Added checks to see if a network stack is available 2020-09-10 00:23:15 +02:00
nathan 092ad76820 Added proper WILDCARD addresses. Moved previous IPv4 WILDCARD -> WILDCARD_SAFE 2020-09-08 23:54:16 +02:00
nathan 8669cab86c Optimized how IP (as IP address) InetAddress resolution works for IPv4/6 2020-09-08 23:02:34 +02:00
nathan d3bf811b21 Added IPv4.inRange(string, string, int) to make some range checks easier 2020-08-20 22:38:18 +02:00
nathan 6f54f881f5 Fixed bit masking for network range checks (this affected isPrivate). Added unit tests 2020-08-20 17:33:34 +02:00
nathan b3aea5960a Fixed field typo 2020-08-20 17:15:18 +02:00
nathan 54f89df277 Fixed ipv4WortToByte, and IP toInt/toString. Added more tests 2020-08-20 00:28:39 +02:00
nathan f2aeec156b Fixed warnings, added implementations 2020-08-18 22:34:13 +02:00
nathan 32dc98470b Added IP.isLoopback 2020-08-18 01:54:39 +02:00
nathan 0074adf5ea Added isPrivate check for ipv4 2020-08-11 16:24:02 +02:00
nathan 63dc7ee987 Removed experimental stuff 2020-08-08 22:26:49 +02:00
nathan 44f4ac1aa1 Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00