summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2015-08-29Remove extra line breakkyak
2015-08-29Use HOST_NAME_MAX for userhost and hostname expandoskyak
2015-08-29Use "(none)" as fallback for hostname and userhost expandoskyak
2015-08-29In expando_hostname, set *free_ret to TRUEkyak
2015-08-26Clean up in hostname expando before returnkyak
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-07-25Replace \n with \r\n in irssiproxy source, fixes bugblha303
2015-07-19Add expandos for hostnamekyak
2015-06-14Fix 'address already in use' when changing irssiproxy_portsdequis
2015-06-14Rename /proxy command to /irssiproxy for claritydequis
2015-06-14Merge branch 'master' into irssiproxydequis
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-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-24Add help files for proxy moduleHans Nielsen
2015-02-24Fix whitespaceHans Nielsen
2015-02-24Add boolean toggle for irssiproxy being enabledHans Nielsen
2015-02-24Make proxy messages include more detail and add status commandHans Nielsen
2015-02-24Change around connection signals in proxy moduleHans Nielsen
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