Skip to content

Commit

Permalink
Remove withdrawn draft/resume registry entries (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn authored Aug 4, 2024
1 parent 6a06f14 commit 6262fe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
6 changes: 1 addition & 5 deletions _data/irc_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,4 @@ stable:

proposed:
name: Proposed Pull Requests
specs:
pr-resume:
name: PR#306 - resume
description: PR#306 - resume Extension
full-url: https://github.com/ircv3/ircv3-specifications/pull/306
specs: {}
25 changes: 0 additions & 25 deletions _data/standard_replies_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
description: Any other multiline error
specs:
- multiline
- command: BRB
code: CANNOT_BRB
description: Indicates that the BRB attempt was unsuccessful
specs:
- pr-resume
- command: CHATHISTORY
code: INVALID_PARAMS
description: Indicates that the client sent invalid parameters with their `CHATHISTORY` command
Expand Down Expand Up @@ -164,26 +159,6 @@
description: Indicates any other channel renaming failure
specs:
- channel-rename
- command: RESUME
code: CANNOT_RESUME
description: Indicates that the resume attempt was otherwise unsuccessful
specs:
- pr-resume
- command: RESUME
code: INSECURE_SESSION
description: Indicates that either the old or new session was not connected securely
specs:
- pr-resume
- command: RESUME
code: INVALID_TOKEN
description: Indicates that the provided resume token was not correct
specs:
- pr-resume
- command: RESUME
code: REGISTRATION_IS_COMPLETED
description: Indicates that resume failed because connection registration has already completed
specs:
- pr-resume
- command: SETNAME
code: CANNOT_CHANGE_REALNAME
description: Indicates that the realname could not be otherwise changed
Expand Down

0 comments on commit 6262fe5

Please sign in to comment.