Skip to content

Commit 7dfb7ab

Browse files
authored
Update glirc support table (#530)
1 parent b744c96 commit 7dfb7ab

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

_data/sw_clients.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,25 +120,30 @@
120120
whox:
121121
SASL:
122122
- plain
123-
- name: Glirc
124-
# ref: https://github.com/glguy/irc-core/blob/v2/src/Client/State/Network.hs#L766
123+
- name: glirc
124+
# ref: selectCaps in https://github.com/glguy/irc-core/blob/v2/src/Client/State/Network.hs
125125
link: https://hackage.haskell.org/package/glirc
126126
support:
127127
stable:
128-
account-notify:
129-
account-tag:
130-
away-notify:
128+
account-notify: 2.28+
129+
account-tag: 2.39+
130+
away-notify: 2.40+
131131
batch:
132132
cap-notify:
133133
cap-3.1:
134-
cap-3.2:
135-
chghost:
136-
extended-join:
134+
cap-3.2: 2.30+
135+
chghost: 2.30+
136+
extended-join: 2.28+
137+
extended-monitor: 2.41+
138+
invite-notify: 2.41+
139+
message-tags: 2.41+
137140
multi-prefix:
141+
monitor: 2.36+
138142
sasl-3.1:
139-
server-time:
140-
sts:
141-
userhost-in-names:
143+
server-time: 2.28+
144+
sts: 2.30+
145+
userhost-in-names: 2.30+
146+
whox: 2.40+
142147
SASL:
143148
- plain
144149
- external

0 commit comments

Comments
 (0)