summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2016-06-05Deprecate net_connect()LemonBoy
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2016-06-05str_to_uofft is a tiny wrapper over strtoul{,l}LemonBoy
2016-06-05Update the g_istr_hash function to use the djb hashLemonBoy
2016-06-05Remove unused regexp_matchLemonBoy
2016-06-05Replace strarray_length with g_strv_lengthLemonBoy
2016-06-05Replace strocpy with g_strlcpyLemonBoy
2016-06-05Check the return value of open() in rawlog.cLemonBoy
2016-06-05Replace mkpath with g_mkdir_with_parentsLemonBoy
2016-05-18fix dist compilation failureailin-nemui
2016-05-13Convert string policies from #define to enum.Xavier G
2016-05-13Adjust some conditions.Xavier G
2016-05-13Make get_alignment() available outside special-vars.cXavier G
2016-05-13get_alignment: handle UTF-8 strings.Xavier G
2016-05-13Fix indentation of display_sorted_nicks().Xavier G
2016-05-13Introduce string_chars_for_width().Xavier G