summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-cap.c
AgeCommit message (Expand)Author
2018-02-08restore compat with glib <2.40ailin-nemui
2018-01-24Accept CAPs with an empty value (KEY=)LemonBoy
2018-01-24Address some minor stylish nitsLemonBoy
2018-01-07Fix a problem with multiline responsesLemonBoy
2018-01-07Nicer error message when a duplicate CAP in LSLemonBoy
2018-01-07Match LS instead of checking the first letter onlyLemonBoy
2018-01-07Command names may be in lower-caseLemonBoy
2018-01-07Simplify the codeLemonBoy
2018-01-07Keep processing the CAPs on errorLemonBoy
2018-01-07Prevent a memory leakLemonBoy
2018-01-07Miscellaneous fixesLemonBoy
2018-01-07Prevent a NULL pointer deferenceLemonBoy
2018-01-07Use strcmp instead of g_strcmp0LemonBoy
2018-01-07Properly dispose the GSList chainsLemonBoy
2018-01-07Handle CAP {ADD,DEL} from cap-notifyLemonBoy
2018-01-07Parse multiline responses to CAP LSLemonBoy
2018-01-07Factor out the parsing functionLemonBoy
2018-01-07Parse the K/V form in CAP LSLemonBoy
2015-11-26irc-cap: Don't send a space at the beginning of the CAP REQ parameterdequis
2015-09-02Fix two minor issues outlined in the PR#222LemonBoy
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy