Parse the K/V form in CAP LS

This is a prerequisite for the IRC v3.2 compliance.
This commit is contained in:
LemonBoy 2017-10-21 10:21:03 +02:00
commit 98836f8b7e
4 changed files with 52 additions and 10 deletions

View file

@ -75,7 +75,7 @@ struct _IRC_SERVER_REC {
int max_whois_in_cmd; /* max. number of nicks in one /WHOIS command */
int max_msgs_in_cmd; /* max. number of targets in one /MSG */
GSList *cap_supported; /* A list of caps supported by the server */
GHashTable *cap_supported; /* A list of caps supported by the server */
GSList *cap_active; /* A list of caps active for this session */
GSList *cap_queue; /* A list of caps to request on connection */