summaryrefslogtreecommitdiff
path: root/src/irc/core
AgeCommit message (Expand)Author
2014-07-30Removed the obsolete SQUERY and SERVLIST commandsGeert Hauwaerts
2014-07-14Removed the obsolete RPING commandGeert Hauwaerts
2014-07-09Removed the obsolete NOTE commandGeert Hauwaerts
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-29Merge pull request #62 from dgl/prefix-nick-flagsAlexander Færøy
2014-06-27Use PREFIX from 005 to decide if a nick flag is of op levelDavid Leadbeater
2014-06-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2014-06-26Remove unused variables to silence compiler warningsDavid Leadbeater
2014-06-20Avoid potential null dereferences.David Hill
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
2011-11-21Fix warning.Alexander Færøy
2011-05-15Accept names replies with nick!user@host instead of nickJilles Tjoelker
2011-02-10Ensure that expando_cumode_space() doesn't free unallocated memory when noJase Thew
2010-07-24Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in...Wouter Coekaerts
2010-04-04Remove warnings about uninitialized variables.Alexander Færøy
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-05-13Accept 354 (WHOX reply) as a /who reply too (for redirection).Jilles Tjoelker
2009-03-01Remove unused variables.Jilles Tjoelker
2009-02-28Ensure variable is initialized.Jilles Tjoelker
2009-02-28Add the command send/expire timeout only when needed.Jilles Tjoelker
2009-02-21Make explicit how long the arrays for prefix_add and prefix_del are.Jilles Tjoelker
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2008-12-22Check server's connected flag rather than net-sendbuffer pointers inEmanuele Giaquinta
2008-12-13Preserve op/halfop/voice when /upgrading from before the prefixes changeJilles Tjoelker
2008-12-12prefix_add(): copy correct number of bytesJilles Tjoelker
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-29Revert r4924, the comment is correct after all.Jilles Tjoelker
2008-11-29Remove obsolete part of comment.Emanuele Giaquinta
2008-11-28Allow /ban, /unban, /kickban, /knockout if channel is not synced.Jilles Tjoelker
2008-11-28Remove obsolete/wrong part of comment (irc server cmdcount).Jilles Tjoelker
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-16Do not check in irc cmd_away that the active item server is an ircEmanuele Giaquinta
2008-11-12Remove /wallchops, do not suggest other commands in /help wall.Jilles Tjoelker
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-11-08Recode a WALL message also when sending a notice to @#channel.Emanuele Giaquinta
2008-08-30Fix display of ratbox-style operspy whois (/whois !nick).Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta