summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.c
AgeCommit message (Expand)Author
2018-03-20Merge pull request #803 from ailin-nemui/bug-796-testailin-nemui
2018-01-24Address some minor stylish nitsLemonBoy
2018-01-07Don't free the hash table if there's noneLemonBoy
2018-01-07Parse the K/V form in CAP LSLemonBoy
2018-01-04Postpone server cleanup until after unrefailin-nemui
2017-10-20Make split functions return an array with NULL instead of NULLJoseph Bisch
2017-01-10Revert "Don't reset wait_cmd during connection registration (fixes early ISON)"dx
2017-01-06Don't reset wait_cmd during connection registration (fixes early ISON)dequis
2016-10-22Rename SSL to TLS.Alexander Færøy
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-03-19Make ischannel_func return false for empty stringsLemonBoy
2016-03-17Do not assume any default value for statusmsg.LemonBoy
2015-09-23Add multi-prefix to list of capabilities to requestdequis
2015-09-19Merge remote-tracking branch 'origin' into saslLemonBoy
2015-09-19Add setting to configure rejoin on reconnect behaviourJari Matilainen
2015-09-11SASL supportLemonBoy
2015-09-10Merge pull request #248 from LemonBoy/chantypesAlexander Færøy
2015-08-24Merge pull request #222 from LemonBoy/cap-supportAlexander Færøy
2015-08-20Send the CAP LS after sending the proxy stringsLemonBoy
2015-06-12Add server check in irc_server_connect (#208)Geert Hauwaerts
2015-05-31Improve ischannel_func (#253)LemonBoy
2015-05-15Implement CHANTYPES supportLemonBoy
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-10-19Try to split long lines on spacesSebastian Thorarensen
2014-10-01Merge pull request #140 from sebth/masterAlexander Færøy
2014-10-01Merge pull request #142 from dequis/away-with-no-reasonAlexander Færøy
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-09-09irc_server_send_away: don't send empty param if there's no away reasondequis
2014-09-01Make line splitting fail-safeSebastian Thorarensen
2014-07-06Replace a `goto out' with explicit freeingSebastian Thorarensen
2014-07-06Introduce a MAX_USERHOST_LEN constant for IRCSebastian Thorarensen
2014-07-06Move the definition of the `split_line' settingsSebastian Thorarensen
2014-07-06Split long IRC `ACTION' messagesSebastian Thorarensen
2014-07-06Fix the `userhostlen' fallback in `split_message'Sebastian Thorarensen
2014-07-06Avoid unnecessary splitting of linesSebastian Thorarensen
2014-07-06Add configurable split line prefixes and suffixesSebastian Thorarensen
2014-07-06Properly split long IRC messagesSebastian Thorarensen
2014-06-16Revert "add d,q,f and J to CHANMODES default, to work a bit better with dance...David Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-28Add the command send/expire timeout only when needed.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2008-12-22Check server's connected flag rather than net-sendbuffer pointers inEmanuele Giaquinta
2008-12-02Recode outgoing irc quit messages.Emanuele Giaquinta