diff --git a/_data/sw_servers.yml b/_data/sw_servers.yml index fb17e154..365256b4 100644 --- a/_data/sw_servers.yml +++ b/_data/sw_servers.yml @@ -146,6 +146,27 @@ webirc: websockets: whox: + - name: ircu2 + link: https://github.com/UndernetIRC/ircu2 + support: + stable: + account-notify: + away-notify: + cap-3.1: + cap-3.2: + cap-notify: + chghost: + echo-message: + extended-join: + invite-notify: + message-tags: + userhost-in-names: + sasl-3.1: + sasl-3.2: + server-time: + webirc: + websockets: + whox: - name: juno # ref: $mod->register_capability() calls in https://github.com/cooper/juno/search?q=$mod->register_capability link: https://github.com/cooper/juno @@ -272,24 +293,3 @@ message-redaction: "6.0+ add-on" metadata: "6.1+ add-on" no-implicit-names: "draft cap" - - name: ircu2 - link: https://github.com/UndernetIRC/ircu2 - support: - stable: - account-notify: - away-notify: - cap-3.1: - cap-3.2: - cap-notify: - chghost: - echo-message: - extended-join: - invite-notify: - message-tags: - userhost-in-names: - sasl-3.1: - sasl-3.2: - server-time: - webirc: - websockets: - whox: diff --git a/_includes/support_list.html b/_includes/support_list.html index 98f358fd..ba2e3bc7 100644 --- a/_includes/support_list.html +++ b/_includes/support_list.html @@ -51,7 +51,8 @@
{% assign sw_index = 0 %} - {% for sw in type.software %} + {% assign sorted_software = type.software | sort_natural: "name" %} + {% for sw in sorted_software %} {% assign sw_index = sw_index | plus: 1 %} {% if sw_index < popup_above_after %} {% assign popup_above = false %}