Browse Source

Docs: add colour to ircv3 table

tags/v1.0.0
Chris Smith 5 years ago
parent
commit
6fbad41d2b
1 changed files with 94 additions and 58 deletions
  1. 94
    58
      docs/index.adoc

+ 94
- 58
docs/index.adoc View File

766
 
766
 
767
 Raised whenever a user joins a channel, including the KtIrc client. You
767
 Raised whenever a user joins a channel, including the KtIrc client. You
768
 can determine whether the join applies to another user or the local client
768
 can determine whether the join applies to another user or the local client
769
-using the <<isLocalClient>> utility method.
769
+using the <<IsLocalClient>> utility method.
770
 
770
 
771
 When the local client joins a new channel, this event will typically be
771
 When the local client joins a new channel, this event will typically be
772
 followed by one or more <<ChannelNamesReceived>> events, then
772
 followed by one or more <<ChannelNamesReceived>> events, then
1050
 
1050
 
1051
 TODO
1051
 TODO
1052
 
1052
 
1053
-=== isLocalClient
1053
+=== IsLocalClient
1054
 
1054
 
1055
 TODO
1055
 TODO
1056
 
1056
 
1057
-=== react
1057
+=== React
1058
 
1058
 
1059
 TODO
1059
 TODO
1060
 
1060
 
1061
-=== reply
1061
+=== Reply
1062
 
1062
 
1063
 TODO
1063
 TODO
1064
 
1064
 
1075
 3+h| Capability negotiation
1075
 3+h| Capability negotiation
1076
 
1076
 
1077
 | https://ircv3.net/specs/core/capability-negotiation.html[CAP]
1077
 | https://ircv3.net/specs/core/capability-negotiation.html[CAP]
1078
-| Supported
1079
-| See <<Supported capabilities>> for the caps KtIrc will negotiate
1078
+| {set:cellbgcolor:darkgreen} Supported
1079
+| {set:cellbgcolor!}
1080
+See <<Supported capabilities>> for the caps KtIrc will negotiate
1080
 
1081
 
1081
 | https://ircv3.net/specs/core/capability-negotiation.html#cap-ls-version[CAP 302]
1082
 | https://ircv3.net/specs/core/capability-negotiation.html#cap-ls-version[CAP 302]
1082
-| Supported
1083
-| See <<Supported capabilities>> for the caps KtIrc will negotiate
1083
+| {set:cellbgcolor:darkgreen} Supported
1084
+| {set:cellbgcolor!}
1085
+See <<Supported capabilities>> for the caps KtIrc will negotiate
1084
 
1086
 
1085
 | https://ircv3.net/specs/core/capability-negotiation.html#cap-notify[cap-notify]
1087
 | https://ircv3.net/specs/core/capability-negotiation.html#cap-notify[cap-notify]
1086
-2+| Not yet supported
1088
+| {set:cellbgcolor:darkred} Not yet supported
1089
+| {set:cellbgcolor!}
1087
 
1090
 
1088
 3+h| Published specifications
1091
 3+h| Published specifications
1089
 
1092
 
1090
 | https://ircv3.net/specs/extensions/account-notify-3.1.html[account-notify] v3.1
1093
 | https://ircv3.net/specs/extensions/account-notify-3.1.html[account-notify] v3.1
1091
-| Supported
1092
-| See <<UserAccountChanged>>
1094
+| {set:cellbgcolor:darkgreen} Supported
1095
+| {set:cellbgcolor!}
1096
+See <<UserAccountChanged>>
1093
 
1097
 
1094
 | https://ircv3.net/specs/extensions/account-tag-3.2.html[account-tag] v3.2
1098
 | https://ircv3.net/specs/extensions/account-tag-3.2.html[account-tag] v3.2
1095
-| Supported
1096
-| Accounts are automatically added to `User` properties in events
1099
+| {set:cellbgcolor:darkgreen} Supported
1100
+| {set:cellbgcolor!}
1101
+Accounts are automatically added to `User` properties in events
1097
 
1102
 
1098
 | https://ircv3.net/specs/extensions/away-notify-3.1.html[away-notify] v3.1
1103
 | https://ircv3.net/specs/extensions/away-notify-3.1.html[away-notify] v3.1
1099
-| Partial support
1100
-| Negotiated but not yet exposed as an event
1104
+| {set:cellbgcolor:orange} Partial support
1105
+| {set:cellbgcolor!}
1106
+Negotiated but not yet exposed as an event
1101
 
1107
 
1102
 | https://ircv3.net/specs/extensions/batch-3.2.html[batch] v3.2
1108
 | https://ircv3.net/specs/extensions/batch-3.2.html[batch] v3.2
1103
-| Supported
1104
-| See <<BatchReceived>>
1109
+| {set:cellbgcolor:darkgreen} Supported
1110
+| {set:cellbgcolor!}
1111
+See <<BatchReceived>>
1105
 
1112
 
1106
 | https://ircv3.net/specs/extensions/chghost-3.2.html[chghost] v3.2
1113
 | https://ircv3.net/specs/extensions/chghost-3.2.html[chghost] v3.2
1107
-| Supported
1108
-| See <<UserHostChanged>>
1114
+| {set:cellbgcolor:darkgreen} Supported
1115
+| {set:cellbgcolor!}
1116
+See <<UserHostChanged>>
1109
 
1117
 
1110
 | https://ircv3.net/specs/extensions/echo-message-3.2.html[echo-message] v3.2
1118
 | https://ircv3.net/specs/extensions/echo-message-3.2.html[echo-message] v3.2
1111
-| Supported
1112
-| See also the `alwaysEchoMessages` <<Behaviour>>
1119
+| {set:cellbgcolor:darkgreen} Supported
1120
+| {set:cellbgcolor!}
1121
+See also the `alwaysEchoMessages` <<Behaviour>>
1113
 
1122
 
1114
 | https://ircv3.net/specs/extensions/extended-join-3.1.html[extended-join] v3.1
1123
 | https://ircv3.net/specs/extensions/extended-join-3.1.html[extended-join] v3.1
1115
-| Supported
1116
-| Additional details are automatically added to `User` properties in events
1124
+| {set:cellbgcolor:darkgreen} Supported
1125
+| {set:cellbgcolor!}
1126
+Additional details are automatically added to `User` properties in events
1117
 
1127
 
1118
 | https://ircv3.net/specs/extensions/invite-notify-3.2.html[invite-notify] v3.2
1128
 | https://ircv3.net/specs/extensions/invite-notify-3.2.html[invite-notify] v3.2
1119
-2+| Not yet supported
1129
+| {set:cellbgcolor:darkred} Not yet supported
1130
+| {set:cellbgcolor!}
1120
 
1131
 
1121
 | https://ircv3.net/specs/extensions/message-tags.html[message-tags]
1132
 | https://ircv3.net/specs/extensions/message-tags.html[message-tags]
1122
-| Supported
1123
-| Exposed in the metadata property of <<Events>>
1133
+| {set:cellbgcolor:darkgreen} Supported
1134
+| {set:cellbgcolor!}
1135
+Exposed in the metadata property of <<Events>>
1124
 
1136
 
1125
 | https://ircv3.net/specs/core/monitor-3.2.html[monitor]
1137
 | https://ircv3.net/specs/core/monitor-3.2.html[monitor]
1126
-2+| Not yet supported
1138
+| {set:cellbgcolor:darkred} Not yet supported
1139
+| {set:cellbgcolor!}
1127
 
1140
 
1128
 | https://ircv3.net/specs/extensions/multi-prefix-3.1.html[multi-prefix] v3.1
1141
 | https://ircv3.net/specs/extensions/multi-prefix-3.1.html[multi-prefix] v3.1
1129
-| Supported
1130
-| Automatically included in <<ChannelState>>
1142
+| {set:cellbgcolor:darkgreen} Supported
1143
+| {set:cellbgcolor!}
1144
+Automatically included in <<ChannelState>>
1131
 
1145
 
1132
 | https://ircv3.net/specs/extensions/sasl-3.1.html[SASL] v3.1
1146
 | https://ircv3.net/specs/extensions/sasl-3.1.html[SASL] v3.1
1133
-| Supported
1134
-| See <<SASL configuration>>
1147
+| {set:cellbgcolor:darkgreen} Supported
1148
+| {set:cellbgcolor!}
1149
+See <<SASL configuration>>
1135
 
1150
 
1136
 | https://ircv3.net/specs/extensions/sasl-3.2.html[SASL] v3.2
1151
 | https://ircv3.net/specs/extensions/sasl-3.2.html[SASL] v3.2
1137
-| Partial support
1138
-| Notifications via `cap-notify` not yet supported. See <<SASL configuration>>
1152
+| {set:cellbgcolor:orange} Partial support
1153
+| {set:cellbgcolor!}
1154
+Notifications via `cap-notify` not yet supported. See <<SASL configuration>>
1139
 
1155
 
1140
 | https://ircv3.net/specs/extensions/server-time-3.2.html[server-time] v3.2
1156
 | https://ircv3.net/specs/extensions/server-time-3.2.html[server-time] v3.2
1141
-| Supported
1142
-| Exposed in the metadata property of <<Events>>
1157
+| {set:cellbgcolor:darkgreen} Supported
1158
+| {set:cellbgcolor!}
1159
+Exposed in the metadata property of <<Events>>
1143
 
1160
 
1144
 | https://ircv3.net/specs/extensions/sts.html[sts]
1161
 | https://ircv3.net/specs/extensions/sts.html[sts]
1145
-2+| Not yet supported
1162
+| {set:cellbgcolor:darkred} Not yet supported
1163
+| {set:cellbgcolor!}
1146
 
1164
 
1147
 | https://ircv3.net/specs/extensions/userhost-in-names-3.2.html[userhost-in-names] v3.2
1165
 | https://ircv3.net/specs/extensions/userhost-in-names-3.2.html[userhost-in-names] v3.2
1148
-| Supported
1149
-| Automatically included in <<UserState>>
1166
+| {set:cellbgcolor:darkgreen} Supported
1167
+| {set:cellbgcolor!}
1168
+Automatically included in <<UserState>>
1150
 
1169
 
1151
 | https://ircv3.net/specs/extensions/webirc.html[webirc]
1170
 | https://ircv3.net/specs/extensions/webirc.html[webirc]
1152
-2+| Not yet supported
1171
+| {set:cellbgcolor:darkred} Not yet supported
1172
+| {set:cellbgcolor!}
1153
 
1173
 
1154
 3+h| Draft specifications
1174
 3+h| Draft specifications
1155
 
1175
 
1156
 | https://github.com/ircv3/ircv3-specifications/pull/363[brb]
1176
 | https://github.com/ircv3/ircv3-specifications/pull/363[brb]
1157
-2+| Not yet supported
1177
+| {set:cellbgcolor:darkred} Not yet supported
1178
+| {set:cellbgcolor!}
1158
 
1179
 
1159
 | https://github.com/ircv3/ircv3-specifications/pull/308[channel renaming]
1180
 | https://github.com/ircv3/ircv3-specifications/pull/308[channel renaming]
1160
-2+| Not yet supported
1181
+| {set:cellbgcolor:darkred} Not yet supported
1182
+| {set:cellbgcolor!}
1161
 
1183
 
1162
 | https://github.com/ircv3/ircv3-specifications/pull/349[chathistory]
1184
 | https://github.com/ircv3/ircv3-specifications/pull/349[chathistory]
1163
-2+| Not yet supported
1185
+| {set:cellbgcolor:darkred} Not yet supported
1186
+| {set:cellbgcolor!}
1164
 
1187
 
1165
 | https://github.com/ircv3/ircv3-specifications/pull/346[delivered]
1188
 | https://github.com/ircv3/ircv3-specifications/pull/346[delivered]
1166
-2+| Not yet supported
1189
+| {set:cellbgcolor:darkred} Not yet supported
1190
+| {set:cellbgcolor!}
1167
 
1191
 
1168
 | https://github.com/ircv3/ircv3-specifications/pull/304[editmsg]
1192
 | https://github.com/ircv3/ircv3-specifications/pull/304[editmsg]
1169
-2+| Not yet supported
1193
+| {set:cellbgcolor:darkred} Not yet supported
1194
+| {set:cellbgcolor!}
1170
 
1195
 
1171
 | https://ircv3.net/specs/extensions/labeled-response.html[labeled-response]
1196
 | https://ircv3.net/specs/extensions/labeled-response.html[labeled-response]
1172
-| Supported
1173
-| Exposed in the metadata property of <<Events>>
1197
+| {set:cellbgcolor:darkgreen} Supported
1198
+| {set:cellbgcolor!}
1199
+Exposed in the metadata property of <<Events>>
1174
 
1200
 
1175
 | https://ircv3.net/specs/extensions/message-ids.html[message-ids]
1201
 | https://ircv3.net/specs/extensions/message-ids.html[message-ids]
1176
-2+| Not yet supported
1202
+| {set:cellbgcolor:darkred} Not yet supported
1203
+| {set:cellbgcolor!}
1177
 
1204
 
1178
 | https://github.com/ircv3/ircv3-specifications/pull/330[migrate]
1205
 | https://github.com/ircv3/ircv3-specifications/pull/330[migrate]
1179
-2+| Not yet supported
1206
+| {set:cellbgcolor:darkred} Not yet supported
1207
+| {set:cellbgcolor!}
1180
 
1208
 
1181
 | https://ircv3.net/specs/client-tags/react.html[react]
1209
 | https://ircv3.net/specs/client-tags/react.html[react]
1182
-| Partial support
1183
-| Sending via <<react>> method, no events generated
1210
+| {set:cellbgcolor:orange} Partial support
1211
+| {set:cellbgcolor!}
1212
+Sending via <<React>> method, no events generated
1184
 
1213
 
1185
 | https://github.com/ircv3/ircv3-specifications/pull/347[read]
1214
 | https://github.com/ircv3/ircv3-specifications/pull/347[read]
1186
-2+| Not yet supported
1215
+| {set:cellbgcolor:darkred} Not yet supported
1216
+| {set:cellbgcolor!}
1187
 
1217
 
1188
 | https://github.com/ircv3/ircv3-specifications/pull/276[register]
1218
 | https://github.com/ircv3/ircv3-specifications/pull/276[register]
1189
-2+| Not yet supported
1219
+| {set:cellbgcolor:darkred} Not yet supported
1220
+| {set:cellbgcolor!}
1190
 
1221
 
1191
 | https://ircv3.net/specs/client-tags/reply.html[reply]
1222
 | https://ircv3.net/specs/client-tags/reply.html[reply]
1192
-| Partial support
1193
-| Sending via <<reply>> method, not processed on incoming messages
1223
+| {set:cellbgcolor:orange} Partial support
1224
+| {set:cellbgcolor!}
1225
+Sending via <<Reply>> method, not processed on incoming messages
1194
 
1226
 
1195
 | https://github.com/ircv3/ircv3-specifications/pull/306[resume]
1227
 | https://github.com/ircv3/ircv3-specifications/pull/306[resume]
1196
-2+| Not yet supported
1228
+| {set:cellbgcolor:darkred} Not yet supported
1229
+| {set:cellbgcolor!}
1197
 
1230
 
1198
 | https://github.com/ircv3/ircv3-specifications/pull/361[setname]
1231
 | https://github.com/ircv3/ircv3-specifications/pull/361[setname]
1199
-2+| Not yet supported
1232
+| {set:cellbgcolor:darkred} Not yet supported
1233
+| {set:cellbgcolor!}
1200
 
1234
 
1201
 | https://github.com/ircv3/ircv3-specifications/pull/357[standard replies]
1235
 | https://github.com/ircv3/ircv3-specifications/pull/357[standard replies]
1202
-2+| Not yet supported
1236
+| {set:cellbgcolor:darkred} Not yet supported
1237
+| {set:cellbgcolor!}
1203
 
1238
 
1204
 | https://github.com/ircv3/ircv3-specifications/pull/348[typing]
1239
 | https://github.com/ircv3/ircv3-specifications/pull/348[typing]
1205
-2+| Not yet supported
1240
+| {set:cellbgcolor:darkred} Not yet supported
1241
+| {set:cellbgcolor!}
1206
 
1242
 
1207
 3+^h|Vendor specifications
1243
 3+^h|Vendor specifications
1208
 
1244
 

Loading…
Cancel
Save