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
42 changes: 21 additions & 21 deletions _data/sw_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
3 changes: 2 additions & 1 deletion _includes/support_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
</thead>
<tbody>
{% 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 %}
Expand Down