Skip to content

Commit 75a70d7

Browse files
authored
Update the server and network lists for the latest spec support.
* Remove versions for specs InspIRCd has supported for 2ish years. * Remove ChatIRCd; no upstream commits for over four years. * Replace Charybdis with a fork which is actually maintained. Charybdis has been officially abandoned for 8 months now. Solanum is the blessed fork which is being maintained by freenode and oftc developers. * Remove ChatServices; no upstream commits for over three years.
1 parent eca81d4 commit 75a70d7

File tree

3 files changed

+38
-76
lines changed

3 files changed

+38
-76
lines changed

_data/su_networks.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,6 @@
100100
note: >
101101
These are real-world networks that have agreed to be listed on this page and support some level of IRCv3 functionality. This is by no means an exhaustive list, just a number of networks that support IRCv3 specs.
102102
software:
103-
# - name: Chatspike
104-
# ircd-ver: InspIRCd-2.0
105-
# net-address:
106-
# link: ircs://irc.chatspike.net:6697/
107-
# display: irc.chatspike.net
108-
# link: https://www.chatspike.net/
109-
# support:
110-
# stable:
111-
# cap-3.1:
112-
# multi-prefix:
113-
# sasl-3.1:
114-
# starttls:
115-
# userhost-in-names:
116103
- name: EsperNet
117104
ircd-ver: charybdis-3.5.3
118105
net-address:
@@ -143,6 +130,7 @@
143130
stable:
144131
account-notify:
145132
cap-3.1:
133+
cap-notify:
146134
extended-join:
147135
multi-prefix:
148136
sasl-3.1:
@@ -214,7 +202,7 @@
214202
stable:
215203
message-tags: No client tags
216204
- name: tilde.chat
217-
ircd-ver: inspircd-3
205+
ircd-ver: InspIRCd-3
218206
net-address:
219207
link: ircs://irc.tilde.chat:6697/
220208
display: irc.tilde.chat

_data/sw_servers.yml

Lines changed: 36 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -17,49 +17,6 @@
1717
na:
1818
stable:
1919
webirc:
20-
- name: Charybdis
21-
# ref: https://github.com/charybdis-ircd/charybdis/search?q=MAPI_CAP_CLIENT
22-
link: https://github.com/charybdis-ircd/charybdis
23-
support:
24-
stable:
25-
cap-3.1:
26-
cap-3.2: Git
27-
cap-notify:
28-
sasl-3.1:
29-
sasl-3.2: Git
30-
account-notify:
31-
account-tag: Git
32-
away-notify:
33-
chghost:
34-
echo-message: Git
35-
extended-join:
36-
invite-notify: Git
37-
monitor:
38-
multi-prefix:
39-
server-time: Git
40-
starttls:
41-
userhost-in-names:
42-
webirc:
43-
- name: ChatIRCd
44-
# dev: Ben / MrC
45-
# ref: https://bitbucket.org/chatlounge/chatircd/commits/all
46-
link: https://www.chatlounge.net/w/index.php/Software
47-
support:
48-
stable:
49-
cap-3.1:
50-
cap-notify:
51-
sasl-3.1:
52-
account-notify:
53-
away-notify:
54-
chghost:
55-
extended-join:
56-
invite-notify:
57-
monitor:
58-
multi-prefix:
59-
sasl:
60-
starttls:
61-
userhost-in-names:
62-
webirc:
6320
- name: IRCCloud Teams
6421
# maintainer: jwheare
6522
link: https://blog.irccloud.com/private-teams-servers/
@@ -110,28 +67,28 @@
11067
support:
11168
stable:
11269
account-notify:
113-
account-tag: 3.0+
70+
account-tag:
11471
away-notify:
115-
batch: 3.0+
72+
batch:
11673
bot-mode:
11774
cap-3.1:
118-
cap-3.2: 3.0+
119-
cap-notify: 3.0+
120-
chghost: 3.0+
121-
echo-message: 3.0+
75+
cap-3.2:
76+
cap-notify:
77+
chghost:
78+
echo-message:
12279
extended-join:
123-
invite-notify: 3.0+
80+
invite-notify:
12481
labeled-response: 3.5+
125-
message-tags: 3.0+
126-
monitor: 3.0+
127-
msgid: 3.1+
82+
message-tags:
83+
monitor:
84+
msgid:
12885
multi-prefix:
12986
sasl-3.1:
130-
sasl-3.2: 3.0+
131-
server-time: 3.0+
87+
sasl-3.2:
88+
server-time:
13289
setname: 3.6+
13390
starttls:
134-
sts: 3.0+
91+
sts:
13592
userhost-in-names:
13693
webirc:
13794
- name: Nefarious IRCu
@@ -215,6 +172,29 @@
215172
server-time:
216173
starttls:
217174
userhost-in-names:
175+
- name: Solanum
176+
# ref: https://github.com/solanum-ircd/solanum/search?q=MAPI_CAP_CLIENT
177+
link: https://github.com/charybdis-ircd/charybdis
178+
support:
179+
stable:
180+
cap-3.1:
181+
cap-3.2:
182+
cap-notify:
183+
sasl-3.1:
184+
sasl-3.2:
185+
account-notify:
186+
account-tag:
187+
away-notify:
188+
chghost:
189+
echo-message:
190+
extended-join:
191+
invite-notify:
192+
monitor:
193+
multi-prefix:
194+
server-time:
195+
starttls:
196+
userhost-in-names:
197+
webirc:
218198
- name: UnrealIRCd
219199
# ref: ClientCapabilityAdd() calls in https://github.com/unrealircd/unrealircd/search?q=ClientCapabilityAdd
220200
# (src/modules/m_cap.c has four matches, two not shown)

_data/sw_services.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@
1515
external:
1616
plain:
1717
scram-sha-256: "7.3+"
18-
- name: ChatServices
19-
link: https://www.chatlounge.net/w/index.php/Software
20-
support:
21-
SASL:
22-
- external
23-
- plain

0 commit comments

Comments
 (0)