summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2015-05-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2015-02-08accept freenode extbans in /ban [#150]mauke
2015-01-05Merge pull request #152 from sebth/masterAlexander Færøy
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
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-08-05Syntax rewrite of U-Z commandsGeert Hauwaerts
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-27Merge pull request #44 from dajohi/g_basenameAlexander Færøy
2014-06-26Add missing includeDavid Leadbeater
2014-06-26Remove unused variables to silence compiler warningsDavid Leadbeater
2014-06-22Replace deprecated g_basename with g_path_get_basename.David Hill
2014-06-21Merge pull request #50 from dajohi/cmd_null_derefAlexander Færøy
2014-06-20Do not break strict-aliasing rules.David Hill
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
2010-02-27Use servertag from the active DCC chat when not connected anymore to the IRC ...Wouter Coekaerts
2009-05-13Accept 354 (WHOX reply) as a /who reply too (for redirection).Jilles Tjoelker
2009-04-05Remove leftover.Emanuele Giaquinta
2009-03-15Correct previous commit: fix away checkingWouter Coekaerts
2009-03-10Fix /NOTIFY list when nick is seen joining (bug #642)Wouter Coekaerts
2009-03-10Include hostmask in 001 event sent by proxy (bug #650)Wouter Coekaerts
2009-03-01Remove unused variables.Jilles Tjoelker