summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-07Merge pull request #15 from ailin-nemui/hilights-network-tagAlexander Færøy
2014-07-07cleanup hilight -network patchAilin Nemui
2014-07-07Fix Clang warningsAlexander Færøy
2014-07-07Merge pull request #58 from ailin-nemui/italicsAlexander Færøy
2014-07-07Merge pull request #29 from sebth/masterAlexander Færøy
2014-07-07FS#155 hilight -tagManuel Leiner
2014-07-07optionally render /foo/ as italicsLukas Mai
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-07-06Added the missing -! and -noautosendcmd optionsGeert Hauwaerts
2014-07-06Fixed a compiler warning for statusbar_redrawGeert Hauwaerts
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