log util/ip.lua @ 12932:9bb044705ea1

age author description
Tue, 14 Mar 2023 18:24:58 +0000 Matthew Wild util.ip: Add ip.truncate() to return a new IP with only the prefix of another
Tue, 14 Mar 2023 18:23:33 +0000 Matthew Wild util.ip: Add is_ip() helper method to detect if an object is an ip object
Fri, 04 Mar 2022 15:22:45 +0000 Matthew Wild util.hex: Deprecate to/from in favour of encode/decode, for consistency!
Sat, 03 Jul 2021 17:28:07 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 03 Jul 2021 03:27:57 +0200 Kim Alvefur util.ip: Fix netmask for link-local address range 0.11
Wed, 15 Jan 2020 21:16:08 +0100 Kim Alvefur util.ip: Fix equality metamethod for Lua 5.3
Sun, 14 Apr 2019 02:06:20 +0200 Kim Alvefur util.ip: Add missing netmask for 192.168/16 range (fixes #1343) 0.11
Sat, 09 Dec 2017 20:56:37 +0100 Kim Alvefur util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow)