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

Explicitly allow notifying of unchanged topic #220

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

progval
Copy link
Member

@progval progval commented Sep 16, 2023

If you send "TOPIC #chan :foo" twice (with the same "foo") then existing server implementations disagree very much on whether it should be echoed/transmitted:

  • bahamut and insp don't echo or transmit
  • charybdis/hybrid/plexus4/solanum, ergo, and unreal transmit (and might echo too, i didn't test)
  • irc2, ircu2/nefarious, and ngircd don't echo but transmit

Tested with progval/irctest#231

If you send "TOPIC #chan :foo" twice (with the same "foo") then existing
server implementations disagree very much on whether it should be
echoed/transmitted:

* bahamut and insp don't echo or transmit
* charybdis/hybrid/plexus4/solanum, ergo, and unreal transmit (and might echo too, i didn't test)
* irc2, ircu2/nefarious, and ngircd don't echo but transmit
@progval progval added the feedback wanted We need to make sure this is correct label Sep 22, 2023
@progval progval merged commit 55366c5 into ircdocs:master Feb 6, 2024
3 of 4 checks passed
@progval progval deleted the topic-unchanged branch February 6, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback wanted We need to make sure this is correct
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant