Skip to content

Commit 094352c

Browse files
authored
Reorder specs to fix dividers. (#594)
required -> optional -> optional client tag -> draft -> draft client tag
1 parent ad0d488 commit 094352c

1 file changed

Lines changed: 54 additions & 51 deletions

File tree

_data/irc_versions.yml

Lines changed: 54 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ stable:
5252
- batch
5353
tags:
5454
- batch
55-
client-batch:
56-
name: client-batch
57-
description: Client initiated batch Extension
58-
link: /specs/extensions/client-batch.html
59-
draft: true
6055
bot-mode:
6156
name: Bot Mode
6257
description: Bot Mode
@@ -109,13 +104,6 @@ stable:
109104
link: /specs/extensions/message-tags.html
110105
caps:
111106
- message-tags
112-
metadata:
113-
name: Metadata
114-
description: Metadata
115-
link: /specs/extensions/metadata.html
116-
draft: true
117-
caps:
118-
- draft/metadata-2
119107
monitor:
120108
name: Monitor
121109
description: Monitor
@@ -206,6 +194,14 @@ stable:
206194
link: /specs/extensions/whox.html
207195
isupport:
208196
- WHOX
197+
198+
reply-client-tag:
199+
name: +reply
200+
description: Reply client tag
201+
link: /specs/client-tags/reply.html
202+
hide-if-no-support: true
203+
tags:
204+
- +reply
209205

210206
typing-client-tag:
211207
name: +typing
@@ -238,15 +234,11 @@ stable:
238234
caps:
239235
- draft/channel-rename
240236

241-
multiline:
242-
name: draft/multiline
243-
description: Multiline messages DRAFT
244-
link: /specs/extensions/multiline.html
237+
client-batch:
238+
name: client-batch
239+
description: Client initiated batch Extension
240+
link: /specs/extensions/client-batch.html
245241
draft: true
246-
caps:
247-
- draft/multiline
248-
tags:
249-
- draft/multiline-concat
250242

251243
chathistory:
252244
name: draft/chathistory
@@ -272,43 +264,29 @@ stable:
272264
caps:
273265
- draft/message-redaction
274266

275-
network-icon:
276-
name: draft/network-icon
277-
description: Network Icon DRAFT
278-
link: /specs/extensions/network-icon.html
279-
draft: true
280-
281-
react-client-tag:
282-
name: +draft/react
283-
description: React and unreact client tags DRAFT
284-
link: /specs/client-tags/react.html
267+
metadata:
268+
name: Metadata
269+
description: Metadata
270+
link: /specs/extensions/metadata.html
285271
draft: true
286-
tags:
287-
- +draft/react
288-
- +draft/unreact
289-
reply-client-tag:
290-
name: +reply
291-
description: Reply client tag
292-
link: /specs/client-tags/reply.html
293-
hide-if-no-support: true
294-
tags:
295-
- +reply
272+
caps:
273+
- draft/metadata-2
296274

297-
channel-context-client-tag:
298-
name: +draft/channel-context
299-
description: Channel context client tag DRAFT
300-
link: /specs/client-tags/channel-context.html
275+
multiline:
276+
name: draft/multiline
277+
description: Multiline messages DRAFT
278+
link: /specs/extensions/multiline.html
301279
draft: true
280+
caps:
281+
- draft/multiline
302282
tags:
303-
- +draft/channel-context
283+
- draft/multiline-concat
304284

305-
read-marker:
306-
name: draft/read-marker
307-
description: Read marker DRAFT
308-
link: /specs/extensions/read-marker.html
285+
network-icon:
286+
name: draft/network-icon
287+
description: Network Icon DRAFT
288+
link: /specs/extensions/network-icon.html
309289
draft: true
310-
caps:
311-
- draft/read-marker
312290

313291
no-implicit-names:
314292
name: draft/no-implicit-names
@@ -326,6 +304,31 @@ stable:
326304
caps:
327305
- draft/pre-away
328306

307+
read-marker:
308+
name: draft/read-marker
309+
description: Read marker DRAFT
310+
link: /specs/extensions/read-marker.html
311+
draft: true
312+
caps:
313+
- draft/read-marker
314+
315+
channel-context-client-tag:
316+
name: +draft/channel-context
317+
description: Channel context client tag DRAFT
318+
link: /specs/client-tags/channel-context.html
319+
draft: true
320+
tags:
321+
- +draft/channel-context
322+
323+
react-client-tag:
324+
name: +draft/react
325+
description: React and unreact client tags DRAFT
326+
link: /specs/client-tags/react.html
327+
draft: true
328+
tags:
329+
- +draft/react
330+
- +draft/unreact
331+
329332
proposed:
330333
name: Proposed Pull Requests
331334
specs: {}

0 commit comments

Comments
 (0)