summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.c
AgeCommit message (Expand)Author
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
2008-12-01Factor the code to send an irc action into a function.Emanuele Giaquinta
2008-11-29Remove obsolete part of comment.Emanuele Giaquinta
2008-11-12Recode outgoing irc away messages, bug #412.Emanuele Giaquinta
2008-11-12Export server_send_away and use it in irc-servers-reconnect.c:sig_connectedEmanuele Giaquinta
2008-11-10recode.h include fixup.Emanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-03-14Replace missed strncasecmp calls with g_ascii_strncasecmp.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07Remove unneeded includes.Emanuele Giaquinta
2008-02-05Remove unneeded includes.Emanuele Giaquinta
2007-12-23Apply -usermode before -autosendcmd.Jilles Tjoelker
2007-10-12Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens.Jilles Tjoelker
2007-06-29If 001 has not been received yet, also treat "Banned" orJilles Tjoelker
2007-05-25Pick up host changes on charybdis and ircu servers (396 numeric).Jilles Tjoelker
2007-05-18Use rfc1459 comparison for nicks by default (it is not a functional changeEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts