summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2017-07-29Implement /cap_enter.Edward Tomasz Napierala
2017-07-29Consistency: use FALSE instead of 0.Edward Tomasz Napierala
2017-07-29When rawlog open fails, there's no point in trying to write. Don't.Edward Tomasz Napierala
2017-07-28Add missing diagnostics for rawlog open().Edward Tomasz Napierala
2017-07-28Don't compute log_dir_create_mode in three different places.Edward Tomasz Napierala
2017-07-05Merge branch 'fix-11' into 'security'Nei
2017-07-05Merge branch 'fix-10' into 'security'Nei
2017-07-04correct GHashTable usageailin-nemui
2017-07-03Merge pull request #653 from ailin-nemui/regexexailin-nemui
2017-06-29Check return value of localtimeNei
2017-06-17parse_time_interval: Allow negative time in settingsdequis
2017-06-05get rid of new_textailin-nemui
2017-06-05Update iregex-gregex.cailin-nemui
2017-06-05Update iregex-gregex.cailin-nemui
2017-06-04Refactor regex and implement UTF8 mode for GRegexailin-nemui
2017-05-18Add parse_uint function to improve integer overflow handlingdequis
2017-05-12expand macroailin-nemui
2017-05-12improve nicklist performanceailin-nemui
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