summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2015-05-15Implement CHANTYPES supportLemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-17Merge pull request #235 from dequis/g_strcmp0Alexander Færøy
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-04-07Make sure NO_ACT isn't cleared when -actcolor %n is usedDavid Leadbeater
2015-02-17fix crash in layout code when encountering wrong configAilin Nemui
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2015-02-16Merge pull request #115 from ailin-nemui/fix-hat-keyAlexander Færøy
2015-01-17Do not let the ctcp action of an inital query go into the status window.KindOne
2014-12-16Merge pull request #164 from ailin-nemui/fix-ansi-resetAlexander Færøy
2014-12-06Merge pull request #161 from anadrome/patch-1Alexander Færøy
2014-11-10reimplement format and length logic for the entry promptAilin Nemui
2014-10-28Fix reset of attributes with ansiAilin Nemui
2014-10-26Receive 'self messages' in the right query windowdequis
2014-10-25Update old bug URLsmjn
2014-09-30Fix use-after-free bug with cached settings valuesAlexander Færøy
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-28Modify escape of ^ key so it can be used as well as Ctrl+^Ailin Nemui
2014-07-24fix rules for italics emphasisAilin Nemui
2014-07-12Avoid using uninitalized values.David Hill
2014-07-08more strict rules for italic emphasis to avoid file name clashesAilin Nemui
2014-07-07Merge pull request #15 from ailin-nemui/hilights-network-tagAlexander Færøy
2014-07-07cleanup hilight -network patchAilin Nemui
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-06Split long IRC `ACTION' messagesSebastian Thorarensen
2014-07-06Redraw the statusbar after reading the settingsGeert Hauwaerts
2014-07-04Merge pull request #80 from dgl/noactAlexander Færøy
2014-07-02Merge pull request #48 from ailin-nemui/256-colour-historyAlexander Færøy
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-30Change NO_ACT so it can be used in addition to other ignoresDavid 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-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2014-06-27Merge pull request #44 from dajohi/g_basenameAlexander Færøy
2014-06-26Remove unused variables to silence compiler warningsDavid Leadbeater
2014-06-26Add some missing casts to silence compiler warningsDavid Leadbeater
2014-06-22Replace deprecated g_basename with g_path_get_basename.David Hill
2014-06-18Add NO_ACT levelTom Feist
2014-06-18Merge pull request #12 from ailin-nemui/no-split-utf8Alexander Færøy
2014-06-18Fix UTF-8 character corruption every 32kb of text bufferKuang-che Wu