Matthew Wild
f4d2d7a3a3
util.ip: Remove ip.bits and related code, switch to more efficient strbitop
...
100,000 iterations of match() on my laptop from 3.5s -> 0.5s.
2024-02-23 12:14:51 +00:00
Kim Alvefur
43531740f9
util: Prefix module imports with prosody namespace
2023-03-17 16:23:16 +01:00
Matthew Wild
84c0204ea2
util.ip: Add ip.truncate() to return a new IP with only the prefix of another
2023-03-14 18:24:58 +00:00
Matthew Wild
3eedf79c8b
util.ip: Add is_ip() helper method to detect if an object is an ip object
2023-03-14 18:23:33 +00:00
Matthew Wild
ab835fed13
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
2022-03-04 15:22:45 +00:00
Kim Alvefur
87167772ca
Merge 0.11->trunk
2021-07-03 17:28:07 +02:00
Kim Alvefur
59d820880f
util.ip: Fix netmask for link-local address range
...
This may have mistakenly caused link-local addresses to be considered
global. May have caused mod_s2s and prosodyctl check dns to behave
incorrectly on networks using link-local IPv4 addresses. By my
guesstimate, these are extremely rare. Probably minimal impact beyond
a bit longer to establish s2s and some possible confusion from
prosodyctl check dns results.
Ref RFC 3927
2021-07-03 03:27:57 +02:00
Kim Alvefur
78eb3b5935
util.ip: Fix equality metamethod for Lua 5.3
2020-01-15 21:16:08 +01:00
Kim Alvefur
86b34563eb
util.ip: Add missing netmask for 192.168/16 range ( fixes #1343 )
2019-04-14 02:06:20 +02:00
Kim Alvefur
2a1cee5c50
util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow)
2017-12-09 20:56:37 +01:00
Kim Alvefur
9448c27667
util.ip: Convert the correct IP to IPv6-mapped for comparison (fixes traceback, possibly invalid result)
2017-12-09 20:53:37 +01:00
Kim Alvefur
e2ef028b09
util.ip: Do equality checking by comparing packed representation to avoid any variations
2017-12-01 05:13:28 +01:00
Kim Alvefur
6d29dae97f
util.ip: Add CGNAT network range reserved in RFC 6598
2017-12-01 03:13:52 +01:00
Kim Alvefur
9be5c88b83
util.ip: Do exact match for longer bit counts than available
2017-12-01 03:31:37 +01:00
Kim Alvefur
7d1d1be98e
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function
2017-12-01 03:29:25 +01:00
Kim Alvefur
a4aa61fdb1
util.ip: Cache return values of all methods in one place
2017-12-01 02:25:25 +01:00
Kim Alvefur
b799561dca
util.ip: Instantiate various addresses used for comparisons once
2017-12-01 02:23:57 +01:00
Kim Alvefur
405739ef2f
util.ip: Simplify creation of IPv6-mapped IPv4 addresses
2017-12-01 04:33:49 +01:00
Kim Alvefur
84da11d50e
util.ip: Add a method returning a normalized IP address
2017-12-01 04:33:27 +01:00
Kim Alvefur
42e41f583d
util.ip: Simplify bitstring method
2017-12-01 04:32:20 +01:00
Kim Alvefur
e9e827557b
util.ip: Make bit string function into a method
2017-12-01 04:37:33 +01:00
Kim Alvefur
0152e8b7c6
util.ip: Parse IP address using inet_pton
2017-12-01 04:39:12 +01:00
Kim Alvefur
2ba6041c32
util.ip: Reflow module export table
2017-12-01 01:55:40 +01:00
Kim Alvefur
af801d58cb
util.ip: Reflow metatable
2017-12-01 01:55:15 +01:00
Kim Alvefur
1438a38845
util: Various minor changes to please [luacheck]
2017-11-10 05:42:32 +01:00
Anton Shestakov
1e78e0f236
util.ip: rename variable (i is already defined) [luacheck]
2016-07-09 17:33:38 +08:00
Anton Shestakov
416f381c39
util.ip: remove unused one-letter loop variables [luacheck]
2016-07-09 10:27:57 +08:00
Kim Alvefur
ebdebb946d
Merge 0.9->0.10
2016-01-08 16:16:08 +01:00
Kim Alvefur
e03302f412
util.ip: Support zone id syntax in IPv6 addresses
2016-01-04 17:47:40 +01:00
Matthew Wild
68b9f29131
util.ip: Improve comparison, == doesn't necessarily handle IPv6 addresses correctly if they aren't normalized (case, ::, etc.)
2015-11-22 15:30:27 +00:00
Florian Zeitz
1d833bb807
Remove all trailing whitespace
2013-08-09 17:48:21 +02:00
Matthew Wild
2b64027204
util.ip: Fix protocol detection of IPv6 addresses beginning with : [Backported from 0.10]
2013-05-18 21:41:17 +01:00
Matthew Wild
97cef2740b
util.ip: Fix protocol detection of IPv6 addresses beginning with :
2013-05-18 21:41:17 +01:00
Matthew Wild
62a1d8a2d3
util.ip: Add CIDR notation parsing and matching
2013-05-18 16:45:29 +01:00
Kim Alvefur
2794871c57
Merge 0.9->trunk
2013-05-18 13:20:46 +02:00
Kim Alvefur
146ed08e62
util.ip: Convert IPv4 mapped addresses to hex.
2013-05-18 13:14:19 +02:00
Matthew Wild
e082db3cf7
util.ip: Add 'private' method/property to determine whether an IP address is generally expected to be internet-routeable (YMMV)
2013-05-17 14:53:51 +01:00
Matthew Wild
2ab42c8dbf
util.ip: Automatically determine protocol of IP address if none specified. Return error if invalid. [Backported from 0.10]
2013-05-17 14:52:52 +01:00
Matthew Wild
4d630bbd3c
util.ip: Automatically determine protocol of IP address if none specified. Return error if invalid.
2013-05-17 14:52:52 +01:00
Florian Zeitz
e53d5b4f79
util.rfc{3484,6724}: Update to RFC 6724
2013-04-30 18:34:03 +02:00
Matthew Wild
c08e057bd2
util.ip: Fix syntax error (while I search for my pre-commit hooks)
2011-11-30 19:37:13 +00:00
Matthew Wild
762989f7c9
util.ip: Fix in IP range calculation for 172.16.0.0/12
2011-11-30 17:20:16 +00:00
Florian Zeitz
2156033d35
util.ip: New module containing IP related functions
2011-10-22 17:51:53 +02:00