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

Differing chan names between ZNC clients causes buffer split #705

Open
jithatsonei opened this issue Jan 13, 2025 · 2 comments
Open

Differing chan names between ZNC clients causes buffer split #705

jithatsonei opened this issue Jan 13, 2025 · 2 comments

Comments

@jithatsonei
Copy link

When setting up hexchat and halloy for ZNC, I joined the network fine and did /join #channel, opened halloy and connected to ZNC which autojoined me to #Channel (note the case, this is technically the actual name registered on the ircd)

Everything appears fine, but after restarting halloy, it appears to make a second buffer for #channel when receiving ZNC playback and my messages will come in thru the other #Channel buffer, none of my other clients (hexchat, igloo) are experiencing this.

@jithatsonei
Copy link
Author

{"Channel":{"channel":"#chases","source":{"User":"x"},"prefix":null}},"content":{"Plain":"e"},"text":"e"}] <-- my messages
{"Channel":{"channel":"#Chases","source":{"User":"x"},"prefix":null}},"content":{"Plain":"e"},"text":"e"}] <-- messages sent from others

@andymandias
Copy link
Collaborator

Thanks for the report. This should be addressed in the next release. The relevant PR has been merged into main, so you can build from there if you'd like to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants