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

modules/protocol/unreal4: Adjust UID parsing to correctly parse IP #919

Merged
merged 1 commit into from
Feb 5, 2024
Merged

modules/protocol/unreal4: Adjust UID parsing to correctly parse IP #919

merged 1 commit into from
Feb 5, 2024

Conversation

alicetries
Copy link
Contributor

When parsing the UID message from UnrealIRCd, the real IP of the user is not being correctly detected.

According to UnrealIRCd documentation (5+), the UID line should be as follows.

UID nickname hopcount timestamp username hostname uid servicestamp umodes virthost cloakedhost ip :gecos

This appears to be caused due to an additional check that requires parc to be both 11 and 12 to successfully extract the IP.

…P address of new users

When parsing the UID message from UnrealIRCd, the real IP of the user is not being correctly detected.
@aaronmdjones aaronmdjones merged commit 68d9411 into atheme:master Feb 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants