Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions _data/irc_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ stable:
link: /specs/extensions/extended-join.html
caps:
- extended-join
extended-monitor:
name: extended-monitor
description: Extended Monitor
link: /specs/extensions/extended-monitor.html
caps:
- extended-monitor
invite-notify:
name: invite-notify
description: invite-notify Extension
Expand Down Expand Up @@ -213,14 +219,6 @@ stable:
caps:
- draft/channel-rename

extended-monitor:
name: draft/extended-monitor
description: Extended Monitor DRAFT
link: /specs/extensions/extended-monitor.html
draft: true
caps:
- extended-monitor

multiline:
name: draft/multiline
description: Multiline messages DRAFT
Expand Down
6 changes: 3 additions & 3 deletions _data/su_networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
chghost:
echo-message:
extended-join:
extended-monitor:
invite-notify:
labeled-response:
message-tags:
Expand All @@ -42,6 +41,7 @@
partial:
stable:
bot-mode: Draft
extended-monitor: Draft
- name: InspIRCd Testnet
ircd-ver: InspIRCd-3
net-address:
Expand Down Expand Up @@ -126,7 +126,6 @@
cap-notify:
chghost:
chathistory:
extended-monitor:
echo-message:
extended-join:
invite-notify:
Expand All @@ -147,6 +146,7 @@
partial:
stable:
bot-mode: Draft
extended-monitor: Draft

- name: Networks
note: >
Expand Down Expand Up @@ -413,7 +413,6 @@
account-registration:
channel-rename:
chathistory:
extended-monitor:
chghost:
echo-message:
extended-join:
Expand All @@ -435,3 +434,4 @@
partial:
stable:
bot-mode: Draft
extended-monitor: Draft
8 changes: 4 additions & 4 deletions _data/sw_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@
account-registration:
channel-context-client-tag:
chathistory:
extended-monitor:
echo-message:
extended-join:
extended-monitor: Git
invite-notify:
labeled-response:
message-tags:
Expand Down Expand Up @@ -816,8 +816,8 @@
cap-3.2:
cap-notify:
chathistory:
extended-monitor:
echo-message:
extended-monitor: Git
message-tags:
monitor:
multi-prefix:
Expand Down Expand Up @@ -980,9 +980,9 @@
chathistory:
chghost:
event-playback:
extended-monitor:
echo-message:
extended-join:
extended-monitor: Git
invite-notify:
message-tags:
monitor:
Expand Down Expand Up @@ -1015,8 +1015,8 @@
cap-notify:
chghost:
echo-message:
extended-monitor:
extended-join:
extended-monitor: Git
invite-notify:
labeled-response:
message-tags:
Expand Down
4 changes: 2 additions & 2 deletions _data/sw_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
chghost:
echo-message:
extended-join:
extended-monitor:
extended-monitor: Git
invite-notify:
labeled-response:
message-tags:
Expand Down Expand Up @@ -223,9 +223,9 @@
cap-notify:
chghost:
chathistory:
extended-monitor: 6.0+
echo-message:
extended-join:
extended-monitor: Git
invite-notify: 6.0+
labeled-response:
message-tags:
Expand Down
2 changes: 1 addition & 1 deletion _irc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ implementations.
The [Monitor spec]({{site.baseurl}}/specs/extensions/monitor.html) details this
command, the relevant `RPL_ISUPPORT` token and the commands used with it.

The **work-in-progress** [Extended Monitor spec]({{site.baseurl}}/specs/extensions/extended-monitor.html)
The [Extended Monitor spec]({{site.baseurl}}/specs/extensions/extended-monitor.html)
builds upon the Monitor spec, and extends it to various events.


Expand Down
2 changes: 1 addition & 1 deletion specs