Handle caps with multiple key-value pairs
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 11 Jul 2016 11:12:07 +0000 (07:12 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Sep 2016 19:29:32 +0000 (21:29 +0200)
commit0063256bd1892d2bf3edc9acc597e9ab90152148
tree48497e7f6385c9ae6f2f72e394ef984757ea880d
parent815f878218872c630f0b054aee40f524cad8f1a8
Handle caps with multiple key-value pairs

Include everything after the first '=' in the capability value.  This
fixes support for future IRCv3 capabilities with multiple key-value
pairs, e.g. "sts=duration=31536000,port=6697"

Current IRCv3 capabilities are handled as before.
src/core/coresessioneventprocessor.cpp