summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-02Merge branch 'percent_flag' into 'security' Nei
2017-01-02Merge branch '4-use-after-free-when-receiving-numeric-432-invalid-nick' into ...Nei
2017-01-02Merge branch '1-null-pointer-dereference-in-irc_nickcmp_rfc1459' into 'securi...Nei
2017-01-02Merge branch '3-out-of-bounds-read-with-invalid-utf8-in-term_addstr' into 'se...Nei
2017-01-02Merge branch '2-out-of-bounds-read-of-one-byte-with-x1b-48-in-truecolor-build...Nei
2016-12-20fix %[ailin-nemui
2016-12-19Fix oob read on invalid utf8 in term_addstrJoseph Bisch
2016-12-19bail out if nick is NULL in irc_query_findailin-nemui
2016-12-19avoid server_disconnectailin-nemui
2016-12-15Merge pull request #588 from ailin-nemui/mirc_99LemonBoy
2016-12-15check for end of string in ansi 48ailin-nemui
2016-12-15reset background for mirc colour 99ailin-nemui
2016-12-08Merge pull request #581 from LemonBoy/set-contractailin-nemui
2016-12-08Merge pull request #570 from josephbisch/fix-issue-563ailin-nemui
2016-11-29Enforce the is_node_list contract in lib-config setters.LemonBoy
2016-11-29Merge pull request #579 from mmuman/haiku-libnetworkLemonBoy
2016-11-29Merge pull request #565 from ahf/bug/524LemonBoy
2016-11-27Check for socket() in libnetwork for HaikuFrançois Revol
2016-11-25Merge pull request #577 from LemonBoy/flagzLemonBoy
2016-11-25Merge pull request #578 from ailin-nemui/dcc_bufferLemonBoy
2016-11-23Don't shadow the 'channel' variable when printing the netjoins.LemonBoy
2016-11-23add a static buffer for dcc received dataailin-nemui
2016-11-23Minor corrections to the netsplit code.LemonBoy
2016-11-11Merge pull request #574 from lotheac/masterailin-nemui
2016-11-08add completion_empty_line settingLauri Tirkkonen
2016-11-02Merge pull request #573 from ailin-nemui/masterailin-nemui
2016-11-01add missing inheritance to Exec item from 3532fc46ailin-nemui
2016-10-31Merge pull request #557 from irssi/ahf/tls-prailin-nemui
2016-10-27enforce check that chatnets are nodelists to handle invalid configJoseph Bisch
2016-10-23Kill bell_beeps.Alexander Færøy
2016-10-23Shorten the certificate chain output.Alexander Færøy
2016-10-22Only do checks for SSL_get_server_tmp_key in network-openssl.c.Alexander Færøy
2016-10-22Kill do { ... } while (0); and replace it with goto's.Alexander Færøy
2016-10-22Emit the TLS handshake finished signal before we do verification.Alexander Færøy
2016-10-22Kill support for DANE.Alexander Færøy
2016-10-22Lift EC_KEY declaration onto the entry of the function.Alexander Færøy
2016-10-22Lift ASN1_STRING declaration onto the entry of the function.Alexander Færøy
2016-10-22Declare variables in the beginning of the function.Alexander Færøy
2016-10-22Make sure we clean-up after ourself upon failure.Alexander Færøy
2016-10-22Add x509 certificate and public key pinning support.Alexander Færøy
2016-10-22Display TLS connection information when connected to a TLS enabled server.Alexander Færøy
2016-10-22s/SSL/TLS/ for warning strings.Alexander Færøy
2016-10-22Simplify TLS verification error handling.Alexander Færøy
2016-10-22Populate and emit TLS_REC after TLS handshake have completed.Alexander Færøy
2016-10-22Add TLS_REC.Alexander Færøy
2016-10-22Use TLS by default for Freenode, IRC6, OFTC, EsperNet, EFnet, and Rizon.Alexander Færøy
2016-10-22Rename SSL to TLS.Alexander Færøy
2016-10-22Add function to convert a buffer to a colon-delimited hex string.Alexander Færøy
2016-10-16Always build irssi with TLS support.Alexander Færøy
2016-10-12Merge pull request #556 from koollman/masterailin-nemui