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

remove colon from accounts, modes #1786

Merged
merged 2 commits into from
Mar 23, 2025
Merged

remove colon from accounts, modes #1786

merged 2 commits into from
Mar 23, 2025

Conversation

vanosg
Copy link
Member

@vanosg vanosg commented Feb 23, 2025

Found by: @Robby-
Patch by: Geo

One-line summary:
Remove colons from trailing IRC command

Additional description (if needed):
Inspircd v3 started putting :'s on all trailing commands, even if they cannot have a space in them (accounts, nicks, etc). This broke how Eggdrop stored account names sent from WHOX, and nicknames contained in MODE commands.

This is a blunt-force and inelegant patch but it at least fixes the identified issues... there are probably more messages that are needed to be handled but not known at this time, and maybe a larger code revamp could be done. Just not today.

https://docs.inspircd.org/faq/#why-does-my-client-not-show-mode-changesopped-users-on-joinetc-correctly-when-using-inspircd-v3

@thommey
Copy link
Member

thommey commented Mar 22, 2025

Fine, but please add // TODO comments because we don't want to leave it like this long-term.

I disagree with all of this and think inspircd should be fixed, not eggdrop.

@vanosg vanosg merged commit 2fea6c4 into develop Mar 23, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants