index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2017-01-06
Add OPENSSL_NO_EC for solaris 11.3, see issue #598
dequis
2017-01-05
fix GRegex GError problem
ailin-nemui
2017-01-03
switch for gregex and regex.h
Ailin Nemui
2017-01-02
Use the RAW flag when building the regexps.
LemonBoy
2017-01-02
Rebase against master.
LemonBoy
2017-01-02
Remove the regexp_compiled field.
LemonBoy
2017-01-02
Use GLib's regexp interface (backed by PCRE)
LemonBoy
2016-12-08
Merge pull request #570 from josephbisch/fix-issue-563
ailin-nemui
2016-10-27
enforce check that chatnets are nodelists to handle invalid config
Joseph Bisch
2016-10-22
Only do checks for SSL_get_server_tmp_key in network-openssl.c.
Alexander Færøy
2016-10-22
Kill do { ... } while (0); and replace it with goto's.
Alexander Færøy
2016-10-22
Emit the TLS handshake finished signal before we do verification.
Alexander Færøy
2016-10-22
Kill support for DANE.
Alexander Færøy
2016-10-22
Lift EC_KEY declaration onto the entry of the function.
Alexander Færøy
2016-10-22
Lift ASN1_STRING declaration onto the entry of the function.
Alexander Færøy
2016-10-22
Declare variables in the beginning of the function.
Alexander Færøy
2016-10-22
Make sure we clean-up after ourself upon failure.
Alexander Færøy
2016-10-22
Add x509 certificate and public key pinning support.
Alexander Færøy
2016-10-22
s/SSL/TLS/ for warning strings.
Alexander Færøy
2016-10-22
Simplify TLS verification error handling.
Alexander Færøy
2016-10-22
Populate and emit TLS_REC after TLS handshake have completed.
Alexander Færøy
2016-10-22
Add TLS_REC.
Alexander Færøy
2016-10-22
Rename SSL to TLS.
Alexander Færøy
2016-10-22
Add function to convert a buffer to a colon-delimited hex string.
Alexander Færøy
2016-10-16
Always build irssi with TLS support.
Alexander Færøy
2016-09-25
nullptr when doing module backward compat on invalid config
ailin-nemui
2016-06-14
Merge pull request #422 from LemonBoy/misc-cleanup
ailin-nemui
2016-06-13
Don't crash when the key isn't found.
LemonBoy
2016-06-13
Merge pull request #492 from LemonBoy/enum
ailin-nemui
2016-06-13
Use ; as separator instead of ,
LemonBoy
2016-06-13
Move the validation of the CHOICE setting value
LemonBoy
2016-06-12
servers-reconnect: pass unix_socket attribute to new connection
dequis
2016-06-12
Strip the surrounding whitespace.
LemonBoy
2016-06-12
Use strarray_find instead of g_strv_contains
LemonBoy
2016-06-12
Add a CHOICE type to the settings system.
LemonBoy
2016-06-06
Do not crash on OPTCHAN when item has no server
ailin-nemui
2016-06-05
Deprecate net_connect()
LemonBoy
2016-06-05
Factor out some redundant code and remove hashtable_get_keys
LemonBoy
2016-06-05
str_to_uofft is a tiny wrapper over strtoul{,l}
LemonBoy
2016-06-05
Update the g_istr_hash function to use the djb hash
LemonBoy
2016-06-05
Remove unused regexp_match
LemonBoy
2016-06-05
Replace strarray_length with g_strv_length
LemonBoy
2016-06-05
Replace strocpy with g_strlcpy
LemonBoy
2016-06-05
Check the return value of open() in rawlog.c
LemonBoy
2016-06-05
Replace mkpath with g_mkdir_with_parents
LemonBoy
2016-05-18
fix dist compilation failure
ailin-nemui
2016-05-13
Convert string policies from #define to enum.
Xavier G
2016-05-13
Adjust some conditions.
Xavier G
2016-05-13
Make get_alignment() available outside special-vars.c
Xavier G
2016-05-13
get_alignment: handle UTF-8 strings.
Xavier G
[next]