Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix webirc and 4-in-6 addresses #535

Merged
merged 1 commit into from
Aug 12, 2016
Merged

Fix webirc and 4-in-6 addresses #535

merged 1 commit into from
Aug 12, 2016

Conversation

maxpoulin64
Copy link
Member

Since we fixed IPv6, now node returns us IPv4 addresses in the 6-in-4 format such as ::ffff:8.8.8.8. Not only does this conflict with servers because it starts with :, it is also not a valid argument for the webirc command.

@maxpoulin64 maxpoulin64 added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. second review needed labels Jul 31, 2016
@xPaw
Copy link
Member

xPaw commented Jul 31, 2016

Is it guaranteed to be without any zeroes, just the ::ffff? Also verify oidentd.

@maxpoulin64
Copy link
Member Author

Yes, it will always be ::ffff:xx.xx.xx.xx. This is the format 4-in-6 addresses are supposed to be. I'll have to fix oidentd in another PR, two of the lines in it were supposed to be commented, so I'll fix both in one oidentd PR.

@astorije
Copy link
Member

👍 and merging

@astorije astorije merged commit f824036 into master Aug 12, 2016
@astorije astorije deleted the PR/fix-webirc-4in6 branch August 12, 2016 04:39
@astorije astorije self-assigned this Aug 12, 2016
@astorije astorije added this to the 2.0.0 milestone Aug 12, 2016
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants