summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.c
AgeCommit message (Expand)Author
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
2007-04-28Do not send hostname to server, rather use username as the secondEmanuele Giaquinta
2005-11-24Initialize the isupport functions on /upgrade aswellValentin Batz
2005-02-04Compile fix: make it c99 again, by Timothy Hatcher (Bug 184)Wouter Coekaerts
2005-01-03improve queuing commands, patch by Timothy Hatcher (Bug 168)Wouter Coekaerts
2005-01-03Fix multiple entries for local IP in /etc/hosts prevents connecting, patch by...Wouter Coekaerts
2004-11-23Reverting bugfix for 'usermode activates after autosendcmd' because it breaks...Valentin Batz
2004-11-19Fixed bug where usermode was not sent correctlyValentin Batz
2004-10-12Fix crash with non-irc serversWouter Coekaerts
2004-10-08add d,q,f and J to CHANMODES default, to work a bit better with dancer and po...Wouter Coekaerts
2004-09-15Bugfix: http://bugs.irssi.org/?do=details&id=121Geert Hauwaerts
2004-07-06Changed default SSL port to 6697Timo Sirainen