summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-06fix uaf in signal pathailin-nemui
2018-01-05fix crash in notifylistailin-nemui
2018-01-04Postpone server cleanup until after unrefailin-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 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
2017-10-23Merge pull request #770 from horgh/horgh/rm-unused-functionailin-nemui
2017-10-20Merge branch 'fix-16' into 'security'Nei
2017-10-20Merge branch 'fix-gl-15' into 'security'Nei
2017-10-20Merge branch 'fix-dcc' into 'security'Nei
2017-10-20Make split functions return an array with NULL instead of NULLJoseph Bisch
2017-10-20Merge branch 'fix-gl-13' into 'security'Nei
2017-10-20Revert "Don't proceed with cmd_msg if there was an error splitting msg"Joseph Bisch
2017-10-20Merge branch 'fix-gl-12' into 'security'Nei
2017-10-20Don't proceed with cmd_msg if there was an error splitting msgJoseph Bisch
2017-10-20fix dcc issueailin-nemui
2017-10-19Prevent a OOB read when parsing IRCNet ! channelsLemonBoy
2017-10-18Merge pull request #771 from paultownsend/issue-120LemonBoy
2017-10-14Changes based on comments in pull #771.Paul Townsend
2017-10-13Mark net_ip_compare() deprecatedWill Storey
2017-10-13Revert "Delete unused function net_ip_compare()"Will Storey
2017-10-13Merge pull request #769 from horgh/horgh/error-check-server-connectailin-nemui
2017-10-11Silence down a warning that would appear on "/away" in Capability mode.Edward Tomasz Napierala
2017-10-11Sort Capsicum headers.Edward Tomasz Napierala
2017-10-11Improve Capsicum stdio limits to fix terminal state on exit.Edward Tomasz Napierala
2017-10-11Add alternate_nick as a network-specific property.Paul Townsend
2017-10-11Bump default capsicum_port_max to 9999.Edward Tomasz Napierala
2017-10-10Always initialize the host stringWill Storey
2017-10-09Delete unused function net_connect()Will Storey
2017-10-09Delete commented out CYGWIN defineWill Storey
2017-10-09Delete unused function net_ip_compare()Will Storey
2017-10-09Set host to an empty string on errorWill Storey
2017-10-08Fix segfault in query_remove_allJoseph Bisch
2017-10-08fix uaf in chanquery moduleailin-nemui
2017-10-07fix out of bounds read in compress_colorsailin-nemui