summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2018-01-03do not record topic change time when sender is blankailin-nemui
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-30fix commentsailin-nemui
2017-11-27Revert initializing pointers to NULLWill Storey
2017-11-10use enumailin-nemui
2017-11-01show initial nick and name on first startailin-nemui
2017-10-24Strip : from <trailing> parametersWill Storey
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-20fix dcc issueailin-nemui
2017-10-19Prevent a OOB read when parsing IRCNet ! channelsLemonBoy
2017-10-14Changes based on comments in pull #771.Paul Townsend
2017-10-11Add alternate_nick as a network-specific property.Paul Townsend
2017-10-08Fix segfault in query_remove_allJoseph Bisch
2017-10-08fix uaf in chanquery moduleailin-nemui
2017-07-25Allow the user to clear the sasl-related fieldsLemonBoy
2017-05-30Merge branch 'fix-gl9' into 'security'Nei
2017-05-29Fix dcc_request where addr is NULLJoseph Bisch
2017-05-29Fix oob read of one byte in get_file_params_count{,_resume}Joseph Bisch
2017-03-07fix dcc getailin-nemui
2017-03-06Revert "Quote the filename when dcc requests are auto accepted."ailin-nemui
2017-03-04Merge pull request #658 from LemonBoy/dcc-autoacceptailin-nemui
2017-02-22Handle file names with quotes.LemonBoy
2017-02-21Quote the filename when dcc requests are auto accepted.LemonBoy
2017-02-11notify-ison: Don't send ison before the connection is donedequis
2017-01-24Prevent a memory leak during the processing of the SASL response.LemonBoy
2017-01-10Revert "Don't reset wait_cmd during connection registration (fixes early ISON)"dx
2017-01-08Merge pull request #608 from tijko/masterLemonBoy
2017-01-07Follow g_strsplit with call to g_strfreevTim Konick
2017-01-06Don't reset wait_cmd during connection registration (fixes early ISON)dequis
2017-01-03Merge branch 'master' into 'security'Nei
2017-01-02Merge branch '4-use-after-free-when-receiving-numeric-432-invalid-nick' into ...Nei
2017-01-02Merge pull request #586 from LemonBoy/fix-580ailin-nemui
2016-12-19bail out if nick is NULL in irc_query_findailin-nemui
2016-12-19avoid server_disconnectailin-nemui
2016-12-15Process the nick changes in queries before the PRIVMSG is handled.LemonBoy
2016-12-12Add an option to stop the connection when SASL fails.LemonBoy
2016-11-23add a static buffer for dcc received dataailin-nemui
2016-10-22Rename SSL to TLS.Alexander Færøy
2016-09-30Make the cap_complete field unsigned.LemonBoy
2016-09-26Merge pull request #506 from kruton/sasl-400-byte-chunkailin-nemui
2016-08-29SASL: handle fragmentationKenny Root
2016-08-24Set the default STATUSMSG to @ instead of @+ if it's missingdequis
2016-06-14Merge pull request #422 from LemonBoy/misc-cleanupailin-nemui
2016-06-13Use ; as separator instead of ,LemonBoy
2016-06-12Make rejoin_channels_mode of type CHOICELemonBoy