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
2014-06-15
Merge pull request #33 from dajohi/modules_load
Alexander Færøy
2014-06-15
Silence a compiler warning.
David Hill
2014-06-15
Replace deprecated g_io_channel_close with g_io_channel_shutdown.
David Hill
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2014-01-11
Add -ssl_pass to /connect and /server
Alexander Færøy
2014-01-10
- Applied a patch from Jaroslav Škarvada (FTBFS if "-Werror=format-security"...
Geert Hauwaerts
2013-06-25
Clean-up after ourselves
Alexander Færøy
2013-06-23
Add TLSA related signals
Alexander Færøy
2013-06-23
Pass SERVER_REC directly to net_connect_ip_ssl
Alexander Færøy
2013-06-23
Implement experimental DNSSEC DANE support
Alexander Færøy
2012-06-24
Do not set SSL_OP_ALL, it is not needed to disable SSLv2 and it can prevent
Emanuele Giaquinta
2011-11-21
Add -noautosendcmd to /SERVER and /CONNECT.
Alexander Færøy
2010-11-17
Do not go beyond the end of the string when processing an octal escape.
Jilles Tjoelker
2010-07-28
Fix indention.
Alexander Færøy
2010-05-16
Fix segfault generated by SSL disconnections. (Bug #752)
Jase Thew
2010-04-04
Remove warnings about uninitialized variables.
Alexander Færøy
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
2010-04-03
glib iochannel fixes from exg.
Alexander Færøy
2010-04-03
Do not use SSLv2 protocol. From Bazerka.
Alexander Færøy
2010-03-21
Fix crash when checking for fuzzy nick match when not on the channel. Reporte...
Wouter Coekaerts
2010-03-21
Allow servers with the same server and port to be part of multiple networks. ...
Alexander Færøy
2010-02-22
Fix compiling without ssl
Wouter Coekaerts
2010-02-19
network-openssl: Show why a certificate failed validation.
Jilles Tjoelker
2010-01-31
Call OpenSSL_add_all_algorithms(), may be needed to verify SHA256 certs with ...
Jilles Tjoelker
2010-01-31
Use one SSL_CTX per connection, use default trusted CAs if nothing specified.
Jilles Tjoelker
2009-12-28
Check if an SSL certificate matches the hostname of the server we are connect...
Wouter Coekaerts
2009-09-02
Tell OpenSSL that our write buffer may move (although the content remains the...
Jilles Tjoelker
2009-04-03
Make the time duration parser stricter.
Jilles Tjoelker
2009-02-28
Remove unused variable.
Jilles Tjoelker
2009-02-28
Remove unused variable.
Emanuele Giaquinta
2009-02-28
Correct assertions.
Jilles Tjoelker
2009-02-28
Once a second seems sufficient for the expando timer.
Jilles Tjoelker
2009-02-27
Move to a single /join function, avoiding confusion on "/join -window".
Jilles Tjoelker
2009-02-21
Reject invalid level specifications in /set.
Jilles Tjoelker
2009-02-10
Prefer g_path_get_dirname() over g_dirname().
Alexander Færøy
2009-02-08
Code Cleanup:
Alexander Færøy
2009-02-08
Code Cleanup:
Alexander Færøy
2009-01-20
Fix 'defination' typo.
Emanuele Giaquinta
2008-12-30
Rewrite pidwait using g_child_watch_add.
Emanuele Giaquinta
2008-12-22
Remove useless net-sendbuffer init/deinit functions.
Emanuele Giaquinta
2008-12-22
Remove buffers GSList, it is unused since r1023.
Emanuele Giaquinta
2008-12-01
Aux-sort settings by key in settings_get_sorted.
Emanuele Giaquinta
2008-11-30
Improve SSL error display.
Jilles Tjoelker
2008-11-30
Make needlessly global variable local where used.
Emanuele Giaquinta
2008-11-30
Do not check for fcntl.
Emanuele Giaquinta
2008-11-29
Amend fix for bug #392, assume utf-8 encoding for an ascii string in
Emanuele Giaquinta
2008-11-28
Factor code to check if a string is ascii only into a function.
Emanuele Giaquinta
2008-11-28
Allow storing multiple "other" prefixes such as +q and +a.
Jilles Tjoelker
2008-11-10
recode.h include fixup.
Emanuele Giaquinta
2008-11-09
Move recoding of outgoing messages into irc send_message routine. Handlers for
Emanuele Giaquinta
[next]