Skip to content

Commit 6388903

Browse files
authored
Update the library specification support list.
Remove Cinch; was listed as abandoned by upstream two years ago.
1 parent 75a70d7 commit 6388903

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

_data/sw_libraries.yml

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,41 @@
11
- name: Libraries
22
software:
3-
- name: cinch
4-
# ref: https://github.com/cinchrb/cinch/blob/v2.3.1/lib/cinch/irc.rb#L115
5-
link: https://github.com/cinchrb/cinch
6-
language: Ruby
3+
- name: ChatSharp
4+
# ref: https://git.sr.ht/~sircmpwn/ChatSharp/tree/master/item/ChatSharp/Handlers/CapabilityHandlers.cs#L15
5+
# https://git.sr.ht/~sircmpwn/ChatSharp/tree/master/item/ChatSharp/IrcClient.cs#L174
6+
link: https://git.sr.ht/~sircmpwn/ChatSharp
7+
language: C#
78
support:
89
stable:
10+
account-notify:
911
cap-3.1:
10-
away-notify:
12+
cap-3.2:
13+
cap-notify:
14+
chghost:
1115
multi-prefix:
1216
sasl-3.1:
13-
SASL:
14-
- plain
17+
server-time:
18+
userhost-in-names:
1519
- name: Communi
16-
# ref: https://communi.github.io/doc/3.4/ircv3.html
20+
# ref: https://github.com/communi/libcommuni/blob/a01998018d5ae7b3afad07c7035ca798b4f5780a/src/core/irc.cpp#L105
1721
link: https://communi.github.io
1822
language: C++
1923
support:
2024
stable:
2125
account-notify:
2226
account-tag:
2327
away-notify:
28+
batch:
2429
cap-3.1:
30+
cap-3.2:
2531
cap-notify:
2632
chghost:
33+
echo-message:
2734
extended-join:
2835
invite-notify:
2936
monitor:
3037
multi-prefix:
38+
sasl-3.1:
3139
sasl-3.2:
3240
server-time:
3341
userhost-in-names:
@@ -78,6 +86,7 @@
7886
batch:
7987
cap-3.1:
8088
cap-3.2:
89+
cap-notify:
8190
chghost:
8291
echo-message:
8392
extended-join:
@@ -87,6 +96,7 @@
8796
multi-prefix:
8897
sasl-3.1:
8998
sasl-3.2:
99+
setname:
90100
server-time:
91101
userhost-in-names:
92102
SASL:
@@ -157,21 +167,25 @@
157167
stable:
158168
cap-3.1:
159169
- name: pydle
160-
# ref: https://github.com/Shizmob/pydle/tree/v0.8.2/pydle/features/ircv3
170+
# ref: https://github.com/Shizmob/pydle/tree/v0.9.4/pydle/features/ircv3
161171
link: https://pypi.python.org/pypi/pydle
162172
language: Python
163173
support:
164174
stable:
165175
account-notify:
176+
account-tag:
166177
away-notify:
167178
cap-3.1:
179+
cap-3.2:
168180
chghost:
181+
echo-message:
169182
extended-join:
170-
metadata: 0.8.2+
171-
monitor: 0.8+
183+
invite-notify:
184+
message-tags:
185+
metadata:
186+
monitor:
172187
multi-prefix:
173188
sasl-3.1:
174-
starttls:
175189
userhost-in-names:
176190
SASL:
177191
- plain
@@ -243,18 +257,3 @@
243257
SASL:
244258
- external
245259
- plain
246-
- name: ChatSharp
247-
# ref: https://git.sr.ht/~sircmpwn/ChatSharp/tree/master/item/ChatSharp/Handlers/CapabilityHandlers.cs#L15
248-
# https://git.sr.ht/~sircmpwn/ChatSharp/tree/master/item/ChatSharp/IrcClient.cs#L174
249-
link: https://git.sr.ht/~sircmpwn/ChatSharp
250-
language: C#
251-
support:
252-
stable:
253-
account-notify:
254-
cap-3.1:
255-
cap-3.2:
256-
cap-notify:
257-
chghost:
258-
multi-prefix:
259-
server-time:
260-
userhost-in-names:

0 commit comments

Comments
 (0)