summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-24Accept CAPs with an empty value (KEY=)LemonBoy
2018-01-24Deprecate gslist_remove_stringLemonBoy
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-07Don't free the hash table if there's noneLemonBoy
2018-01-07Factor out the parsing functionLemonBoy
2018-01-07Parse the K/V form in CAP LSLemonBoy
2018-01-07Merge pull request #805 from ailin-nemui/exec-emptyailin-nemui
2018-01-07Merge pull request #804 from ailin-nemui/patch-1ailin-nemui
2018-01-07Merge pull request #746 from ailin-nemui/hide-linesailin-nemui
2018-01-05fix /exec -o for blank linesailin-nemui
2018-01-05Update irc-nicklist.cailin-nemui
2018-01-04Merge branch 'fix-gl-20' into 'security'Nei
2018-01-04Merge branch 'fix-gl-21' into 'security'Nei
2018-01-04Merge branch 'fix-gl-19' into 'security'Nei
2018-01-03disable variable arguments codeailin-nemui
2018-01-03rewrite completion code and check for direct match of separatorailin-nemui
2018-01-03check if \\c is complete in evalailin-nemui
2018-01-03do not record topic change time when sender is blankailin-nemui
2018-01-03Merge branch 'uaf-modify' into 'master'Nei
2017-12-11Merge pull request #766 from horgh/horgh/mode-parsingailin-nemui
2017-12-02Update NULL comparison style and be C89 compatibleWill Storey
2017-11-30move decls before codeailin-nemui
2017-11-30fix commentsailin-nemui
2017-11-27Revert initializing pointers to NULLWill Storey
2017-11-26Merge pull request #790 from ailin-nemui/mirc-colourailin-nemui
2017-11-26Merge branch 'master' into hide-linesailin-nemui
2017-11-26Merge pull request #762 from ailin-nemui/global-historyailin-nemui
2017-11-20Update formats.cailin-nemui
2017-11-15reset colour at comma, like mIRCailin-nemui
2017-11-15Merge pull request #786 from ailin-nemui/show-inital-nickailin-nemui
2017-11-11Prevent a UAF error during the execution of some commandsLemonBoy
2017-11-10use enumailin-nemui
2017-11-03Keep a copy of the strings coming from the configLemonBoy
2017-11-01up abiailin-nemui
2017-11-01show initial nick and name on first startailin-nemui
2017-10-26clean up file path after moveailin-nemui
2017-10-24Strip : from <trailing> parametersWill Storey