IPV6 ips are not recorded

Created on 1 August 2014, over 10 years ago
Updated 8 September 2023, about 1 year ago

Nowadays the module transforms the IPs to integers with the ip2long function for better performance and storage on dbs.

The ip2long function is only compatible with ipv4 not ipv6. IPV6 need 64 bits for long which is not compatible with 32 bit architectures.

So it seems that store ips as integers it not an option anymore.

Approaches:

- Change to varchar
- Change to binary: http://stackoverflow.com/questions/444966/working-with-ipv6-addresses-in...

Working in a solution! Patches or more approaches are welcome!

✨ Feature request
Status

Active

Version

3.1

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain GeduR

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024