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
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
2016-05-13
Fix indentation of display_sorted_nicks().
Xavier G
2016-05-13
Introduce string_chars_for_width().
Xavier G
2016-05-13
Introduce string_length() and string_width().
Xavier G
2016-05-13
Leverage string_policy().
Xavier G
2016-05-13
Introduce string_policy().
Xavier G
2016-05-13
Rename advance() into string_advance().
Xavier G
2016-05-13
Move advance() from fe-common/core to core.
Xavier G
2016-05-13
Move utf8.{h,c} from fe-common/core to core.
Xavier G
2016-04-07
net_gethosterror: Handle EAI_SYSTEM ("System error") properly
dequis
2016-03-22
Simplify some logic in server_create_conn
LemonBoy
2016-03-19
Throw an error when a chatnet has no available url
LemonBoy
2016-03-17
Merge pull request #439 from horgh/ssl-errors
TheLemonMan
2016-03-14
Replace spaces with tabs
KindOne
2016-03-14
Return -1 from null-test to comply with the rest of strarray_find
Jari Matilainen
2016-03-13
Add clear error calls to irssi_ssl_get_iochannel
Will Storey
2016-03-13
Clear error queue before SSL I/O operations
Will Storey
2016-02-03
Merge pull request #410 from LemonBoy/getaddrinfo-v6-flag
ailin-nemui
[next]