summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-10-03Add SETTING_TYPE_ANY and replace -1 with it.Alexander Færøy
2015-10-03Include write-buffer.h in log-away.cLemonBoy
2015-10-02Add missing null terminator to the g_build_path() varargsdequis
2015-10-02Merge pull request #316 from LemonBoy/fix_mem_leakGeert Hauwaerts
2015-10-02Flush the dirty buffer to diskLemonBoy
2015-10-02Fix a memory leak.LemonBoy
2015-09-24Added functionality to create dir if dir specified in rawlog filenameJari Matilainen
2015-09-23Merge pull request #297 from vague666/hilight_nick_matchesailin-nemui
2015-09-22Fix return value from nick_match_msg_everywhere, remove #include 'settings.h'Jari Matilainen
2015-09-22Fix return value from nick_match_msg_everywhereJari Matilainen
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-21Ding dong the switch is deadLemonBoy
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-09-19Merge remote-tracking branch 'origin' into saslLemonBoy
2015-09-11SASL supportLemonBoy
2015-09-10Merge pull request #248 from LemonBoy/chantypesAlexander Færøy
2015-09-02Fix two minor issues outlined in the PR#222LemonBoy
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-17Merge pull request #235 from dequis/g_strcmp0Alexander Færøy
2015-04-15ssl: Fixed call to SSL_CTX_set_cipher_list() only when ssl_ciphers specified ...Haw Loeung
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-07Add SNI supportAdam
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2015-01-05Merge pull request #152 from sebth/masterAlexander Færøy
2014-12-16Merge pull request #133 from pjcj/masterAlexander Færøy
2014-12-08Documentation fix for #185Geert Hauwaerts
2014-12-06Merge pull request #171 from vlajos/typofixes-vlajos-20141108Alexander Færøy
2014-12-03Check for unix sockets when reconnectingGuillaume BROGI
2014-11-20Correctly parse unix sockets servers in the configGuillaume BROGI
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-19Try to split long lines on spacesSebastian Thorarensen
2014-10-15Disable SSLv3Alexander Færøy
2014-10-11Remove unnecessary NULL checkAlexander Færøy
2014-09-30Fix use-after-free bug with cached settings valuesAlexander Færøy
2014-08-23Speed up /reload when there are many ignores.Paul Johnson
2014-08-05Fix rawlog saving after dac67a5 broke itDavid Leadbeater
2014-07-12Avoid using uninitalized values.David Hill
2014-07-07Fix Clang warningsAlexander Færøy
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-06Properly split long IRC messagesSebastian Thorarensen
2014-07-06Check return values from some syscalls and warn if they failDavid Leadbeater
2014-07-06Initialize in6 correctlyDavid Leadbeater
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-07-04Merge pull request #80 from dgl/noactAlexander Færøy