summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2017-03-31Fix off by one error with char_expandosJoseph Bisch
2017-03-08expand_escape: expand double backslash as a backslashdequis
2017-03-07Merge pull request #659 from ailin-nemui/foreach_dontspamailin-nemui
2017-03-06Revert "Quote the filename when dcc requests are auto accepted."ailin-nemui
2017-03-04Merge pull request #658 from LemonBoy/dcc-autoacceptailin-nemui
2017-03-04Properly check the command arguments in tail place.LemonBoy
2017-02-27make foreach send commandsailin-nemui
2017-02-22Handle file names with quotes.LemonBoy
2017-02-15Merge pull request #627 from LemonBoy/ssl-expiryailin-nemui
2017-02-14Do not alias /server <hostname> to /server connect <hostname>LemonBoy
2017-02-06Merge pull request #622 from ailin-nemui/starttlsailin-nemui
2017-02-05provide net_start_ssl apiailin-nemui
2017-02-03Support OpenSSL 1.1.0.LemonBoy
2017-01-22Check whether the client certificate is expired.LemonBoy
2017-01-06Add OPENSSL_NO_EC for solaris 11.3, see issue #598dequis
2017-01-05fix GRegex GError problemailin-nemui
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Use the RAW flag when building the regexps.LemonBoy
2017-01-02Rebase against master.LemonBoy
2017-01-02Remove the regexp_compiled field.LemonBoy
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2016-12-08Merge pull request #570 from josephbisch/fix-issue-563ailin-nemui
2016-10-27enforce check that chatnets are nodelists to handle invalid configJoseph Bisch
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-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-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-09-25nullptr when doing module backward compat on invalid configailin-nemui
2016-06-14Merge pull request #422 from LemonBoy/misc-cleanupailin-nemui
2016-06-13Don't crash when the key isn't found.LemonBoy
2016-06-13Merge pull request #492 from LemonBoy/enumailin-nemui
2016-06-13Use ; as separator instead of ,LemonBoy
2016-06-13Move the validation of the CHOICE setting valueLemonBoy
2016-06-12servers-reconnect: pass unix_socket attribute to new connectiondequis
2016-06-12Strip the surrounding whitespace.LemonBoy
2016-06-12Use strarray_find instead of g_strv_containsLemonBoy
2016-06-12Add a CHOICE type to the settings system.LemonBoy
2016-06-06Do not crash on OPTCHAN when item has no serverailin-nemui