From 486de3139a8a27e061e8a855dce97f0bbb90c99b Mon Sep 17 00:00:00 2001 From: Gokturk Yilmaz Date: Fri, 10 Apr 2026 21:47:01 +0200 Subject: [PATCH 1/2] Add HybridIRC support to IRCv3 networks.yml Added support information for HybridIRC network to the IRCv3 networks.yml file. This includes the following stable IRCv3 capabilities: - account-notify - account-tag - away-notify - batch - cap-notify - chghost - echo-message - extended-join - extended-monitor - invite-notify - labeled-response - message-tags - multi-prefix - sasl-3.1 - sasl-3.2 - server-time - setname - standard-replies - userhost-in-names Capabilities were verified via CAP LS command on the main IRC server. --- _data/su_networks.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/_data/su_networks.yml b/_data/su_networks.yml index 2a7f41e..e9b7c3e 100644 --- a/_data/su_networks.yml +++ b/_data/su_networks.yml @@ -263,6 +263,33 @@ server-time: userhost-in-names: whox: + - name: HybridIRC + ircd-ver: InspIRCd-4 + net-address: + link: ircs://irc.hybridirc.com:6697 + display: irc.hybridirc.com + link: https://www.hybridirc.com/ + support: + stable: + account-notify: + account-tag: + away-notify: + batch: + cap-notify: + chghost: + echo-message: + extended-join: + extended-monitor: + invite-notify: + labeled-response: + message-tags: + multi-prefix: + sasl-3.1: + sasl-3.2: + server-time: + setname: + standard-replies: + userhost-in-names: - name: IRC4Fun ircd-ver: InspIRCd-3 net-address: From c018a2f33eca758894876f9ba348a6a6552985ed Mon Sep 17 00:00:00 2001 From: Gokturk Yilmaz Date: Tue, 14 Apr 2026 10:43:34 +0200 Subject: [PATCH 2/2] Add new capabilities to su_networks.yml --- _data/su_networks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/su_networks.yml b/_data/su_networks.yml index e9b7c3e..f8786d3 100644 --- a/_data/su_networks.yml +++ b/_data/su_networks.yml @@ -275,6 +275,8 @@ account-tag: away-notify: batch: + cap-3.1: + cap-3.2: cap-notify: chghost: echo-message: @@ -284,12 +286,15 @@ labeled-response: message-tags: multi-prefix: + monitor: + msgid: sasl-3.1: sasl-3.2: server-time: setname: standard-replies: userhost-in-names: + whox: - name: IRC4Fun ircd-ver: InspIRCd-3 net-address: