summaryrefslogtreecommitdiff
path: root/src/core
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-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
2014-06-30Make /ignore -replies work with NO_ACTDavid 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-27s/INCLUDES/AM_CPPFLAGS/gDave Reisner
2014-06-26Add some missing casts to silence compiler warningsDavid Leadbeater
2014-06-20Fix compiler warning.David Hill
2014-06-18Add NO_ACT levelTom Feist
2014-06-15speed up nicklist by using hashAilin Nemui
2014-06-15speed up window_item_find by interning name and removing call to channel_findAilin Nemui
2014-06-15Merge pull request #33 from dajohi/modules_loadAlexander Færøy
2014-06-15Silence a compiler warning.David Hill
2014-06-15Replace deprecated g_io_channel_close with g_io_channel_shutdown.David Hill
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2014-01-11Add -ssl_pass to /connect and /serverAlexander Færøy
2014-01-10- Applied a patch from Jaroslav Škarvada (FTBFS if "-Werror=format-security"...Geert Hauwaerts
2013-06-25Clean-up after ourselvesAlexander Færøy
2013-06-23Add TLSA related signalsAlexander Færøy
2013-06-23Pass SERVER_REC directly to net_connect_ip_sslAlexander Færøy
2013-06-23Implement experimental DNSSEC DANE supportAlexander Færøy
2012-06-24Do not set SSL_OP_ALL, it is not needed to disable SSLv2 and it can preventEmanuele Giaquinta
2011-11-21Add -noautosendcmd to /SERVER and /CONNECT.Alexander Færøy
2010-11-17Do not go beyond the end of the string when processing an octal escape.Jilles Tjoelker
2010-07-28Fix indention.Alexander Færøy
2010-05-16Fix segfault generated by SSL disconnections. (Bug #752)Jase Thew
2010-04-04Remove warnings about uninitialized variables.Alexander Færøy
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2010-04-03Do not use SSLv2 protocol. From Bazerka.Alexander Færøy
2010-03-21Fix crash when checking for fuzzy nick match when not on the channel. Reporte...Wouter Coekaerts
2010-03-21Allow servers with the same server and port to be part of multiple networks. ...Alexander Færøy
2010-02-22Fix compiling without sslWouter Coekaerts
2010-02-19network-openssl: Show why a certificate failed validation.Jilles Tjoelker
2010-01-31Call OpenSSL_add_all_algorithms(), may be needed to verify SHA256 certs with ...Jilles Tjoelker
2010-01-31Use one SSL_CTX per connection, use default trusted CAs if nothing specified.Jilles Tjoelker
2009-12-28Check if an SSL certificate matches the hostname of the server we are connect...Wouter Coekaerts
2009-09-02Tell OpenSSL that our write buffer may move (although the content remains the...Jilles Tjoelker
2009-04-03Make the time duration parser stricter.Jilles Tjoelker
2009-02-28Remove unused variable.Jilles Tjoelker
2009-02-28Remove unused variable.Emanuele Giaquinta
2009-02-28Correct assertions.Jilles Tjoelker
2009-02-28Once a second seems sufficient for the expando timer.Jilles Tjoelker