summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2015-10-02Merge pull request #294 from dequis/key-states-rescan-recursion-limitdx
2015-09-23Drop some glib version checks that are not needed anymoredequis
2015-09-23Merge pull request #297 from vague666/hilight_nick_matchesailin-nemui
2015-09-22Add new setting to optionally modify behaviour of hilight_nick_matchesJari Matilainen
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Limit recursion depth of key/combo expansion in key_states_scan()dequis
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-09-20More format warnings removed.Alexander Færøy
2015-06-121k+ windows are now the default formatting (#223)Geert Hauwaerts
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
2014-12-16Merge pull request #164 from ailin-nemui/fix-ansi-resetAlexander Færøy
2014-10-28Fix reset of attributes with ansiAilin Nemui
2014-10-26Receive 'self messages' in the right query windowdequis
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-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-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-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-22Replace deprecated g_basename with g_path_get_basename.David Hill
2014-06-18Add NO_ACT levelTom Feist
2014-06-18Fix UTF-8 character corruption every 32kb of text bufferKuang-che Wu
2014-06-15speed up window_item_find by interning name and removing call to channel_findAilin Nemui
2014-06-15Disallow unloading of static modulesJaroslav Škarvada
2014-06-15Merge pull request #36 from dajohi/g_tree_foreachAlexander Færøy