Make WordPress Core

Opened 18 years ago

Closed 17 years ago

#3987 closed defect (bug) (duplicate)

IPv6 support

Reported by: xiand0's profile xiand0 Owned by:
Milestone: Priority: normal
Severity: minor Version: 2.2
Component: Administration Keywords: IPv6
Focuses: Cc:

Description

WordPress (MU at least) works just fine with IPv6, you can signup, login, blog, post, everything works, except for some minor issues.

For example, when a IPv6 user posts a comment their IP is (supposedly) 2001618400012, not 2001:0618:0400:0120:0000:0000:0000:0000 or something like that (which it really is). So WP/WPMU doesn't understand when : is a part of the IP, and also cuts off such IPs - who are generally way longer than a IPv4 IP (IPv6 have eight sections of four, seperated by :).

Now, as said, IPv6 works - but there are these minor issues. It's not the end of the world that the IP WP sees is WRONG (or just a part of the IP), but it's worth fixing.

Also, one thing to keep in mind:

The Wiki system MediaWiki used to work with IPv6. Version up to version 1.8.4 works just fine with IPv6. Then the developers changed some code and MediaWiki version 1.9.X is TOTALLY BROKEN with IPv6 - MW version 1.9.x breaks when IPv6 users VISIT the site (As in Try to view a page..). This is extremely serious and completely rules out using MW version higher than 1.8.x.

This is highly relevant to WordPress: People are using both WordPress and WPMU on IPv6-enabled hosts, IPv6 users are visiting them, and it works, so do keep this in mind when adding new code and changing old code: Make sure new code don't suddenly break every WP installation out there which is IPv6 enabled.

The MediaWiki story is relevant because Code which works with IPv4 generally also works with IPv6, but some (poorly written) code doesn't, and MW managed to completely break (breaks when you try to view a page, I'd say that's completely broken) their software because they wrote some code which only worked if the IP contained a dot . in it and added that to a later version. So.. make sure you don't do that.

And consider changing the code which grabs the IP, as said, I've noticed that comments are shown to come from IP 2001618400012, not 2001:0618:0400:0120:0000:0000:0000:0000, I haven't looked into what function grabs the IP to be used there, but if the same code is used elsewhere then it may cause problems for other parts of WP now - or in the future.

Change History (3)

#1 @error
17 years ago

And, of course, this worked fine (as far as it went) in 2.0.

#2 @Nazgul
17 years ago

  • Milestone changed from 2.3 to 2.5 (future)

#3 @pishmishy
17 years ago

  • Milestone 2.5 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicated by #4579 but closing this ticket as actual work has been done there.

Note: See TracTickets for help on using tickets.