summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-06Fix minor coding style issues in message splittingSebastian Thorarensen
2014-07-06Allow `server.split_message' being NULLSebastian Thorarensen
2014-07-06Replace an indent of eight spaces with a tabSebastian 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-07-06Merge pull request #85 from dgl/werrorAlexander Færøy
2014-07-06Check return values from some syscalls and warn if they failDavid Leadbeater
2014-07-06Redraw the statusbar after reading the settingsGeert Hauwaerts
2014-07-06Updated the startup banner + added generic bannerGeert Hauwaerts
2014-07-06Initialize in6 correctlyDavid Leadbeater
2014-07-06Merge pull request #82 from ailin-nemui/256colour-cleanupAlexander Færøy
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-07-04Merge pull request #80 from dgl/noactAlexander Færøy
2014-07-04fix compiler warnings in extended colour codeAilin Nemui
2014-07-02Merge pull request #48 from ailin-nemui/256-colour-historyAlexander Færøy
2014-07-02Merge pull request #70 from dgl/regexp-pattern-missingAlexander Færøy
2014-07-02Merge pull request #72 from dgl/regexp-errorAlexander Færøy
2014-06-30Make /ignore -replies work with NO_ACTDavid Leadbeater
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Add NO_ACT checks for DCC messagesDavid Leadbeater
2014-06-30Add NO_ACT checks for actions and noticesDavid Leadbeater
2014-06-30Remove NO_ACT if we see a user specified hilightDavid Leadbeater
2014-06-30Don't expand ALL when combined with NEVER/NO_ACTDavid Leadbeater
2014-06-30Change NO_ACT so it can be used in addition to other ignoresDavid Leadbeater
2014-06-30Warn with error if regexp ignore fails to parseDavid Leadbeater
2014-06-30Make it more obvious if -pattern wasn't provided to a regexp /ignoreDavid Leadbeater
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2014-06-30Merge pull request #11 from ailin-nemui/print_text_after_time-apiAlexander Færøy
2014-06-29Merge pull request #62 from dgl/prefix-nick-flagsAlexander Færøy
2014-06-29Merge pull request #52 from dgl/stack-cleanupAlexander Færøy
2014-06-29Merge pull request #49 from dgl/stackemAlexander Færøy
2014-06-27add print_text_after_time to specify time stamp for linesAilin Nemui
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-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-27Merge pull request #60 from dgl/perl-no-get-contextAlexander Færøy
2014-06-27Correct use of perl stack macrosDavid Leadbeater
2014-06-27Switch to using G_DISCARD for call_pvDavid Leadbeater
2014-06-26Add missing includeDavid Leadbeater
2014-06-26Remove unused variables to silence compiler warningsDavid Leadbeater
2014-06-26Add some missing casts to silence compiler warningsDavid Leadbeater
2014-06-25cleanup char* casts and replace one useless SvPV with SvPV_nolenAilin Nemui
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater