summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2018-01-07Merge pull request #804 from ailin-nemui/patch-1ailin-nemui
2018-01-05Update irc-nicklist.cailin-nemui
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-20Make split functions return an array with NULL instead of NULLJoseph Bisch
2017-10-20Merge branch 'fix-gl-13' into 'security'Nei
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-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-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
2016-06-05Clean up some GTimeVal jugglingLemonBoy
2016-06-05Replace strocpy with g_strlcpyLemonBoy
2016-06-01Correct the name of the emitted signal.LemonBoy
2016-03-29Revert "Removed the obsolete SQUERY and SERVLIST commands"ailin-nemui
2016-03-20Merge pull request #442 from LemonBoy/fix-435ailin-nemui
2016-03-20Use 0 as a sentinel value for sasl_timeoutLemonBoy
2016-03-19Make ischannel_func return false for empty stringsLemonBoy
2016-03-17Do not assume any default value for statusmsg.LemonBoy
2016-03-11Remove sasl timeout source when the server disconnectsdequis
2016-03-08Fix SASL EXTERNAL authenticationMantas Mikulėnas