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

Add support for IRCv3 standard-replies #354

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

progval
Copy link
Member

@progval progval commented Jan 23, 2022

Srain doesn't currently use any of the specs that depend on standard-replies,
but Ergo sometimes emits them in addition to/instead of numerics (typically
when trying to express an error that doesn't have a numeric).

This is mostly just to suppress the error
_sirc_event_hdr: assertion 'events->unknown' failed when failing SASL
authentication on Ergo.

https://ircv3.net/specs/extensions/standard-replies

Example when failing SASL auth:
screenshot-2022-01-23_13-12-01

Srain doesn't currently use any of the specs that depend on standard-replies,
but Ergo sometimes emits them in addition to/instead of numerics (typically
when trying to express an error that doesn't have a numeric).

This is mostly just to suppress the error
`_sirc_event_hdr: assertion 'events->unknown' failed` when failing SASL
authentication on Ergo.

https://ircv3.net/specs/extensions/standard-replies
Copy link
Member

@SilverRainZ SilverRainZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SilverRainZ SilverRainZ merged commit 5c30874 into SrainApp:master Feb 26, 2022
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.

2 participants