summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2010-04-03Do not use SSLv2 protocol. From Bazerka.Alexander Færøy
2010-03-21Fix crash when checking for fuzzy nick match when not on the channel. Reporte...Wouter Coekaerts
2010-03-21Allow servers with the same server and port to be part of multiple networks. ...Alexander Færøy
2010-02-22Fix compiling without sslWouter Coekaerts
2010-02-19network-openssl: Show why a certificate failed validation.Jilles Tjoelker
2010-01-31Call OpenSSL_add_all_algorithms(), may be needed to verify SHA256 certs with ...Jilles Tjoelker
2010-01-31Use one SSL_CTX per connection, use default trusted CAs if nothing specified.Jilles Tjoelker
2009-12-28Check if an SSL certificate matches the hostname of the server we are connect...Wouter Coekaerts
2009-09-02Tell OpenSSL that our write buffer may move (although the content remains the...Jilles Tjoelker
2009-04-03Make the time duration parser stricter.Jilles Tjoelker
2009-02-28Remove unused variable.Jilles Tjoelker
2009-02-28Remove unused variable.Emanuele Giaquinta
2009-02-28Correct assertions.Jilles Tjoelker
2009-02-28Once a second seems sufficient for the expando timer.Jilles Tjoelker
2009-02-27Move to a single /join function, avoiding confusion on "/join -window".Jilles Tjoelker
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-10Prefer g_path_get_dirname() over g_dirname().Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-01-20Fix 'defination' typo.Emanuele Giaquinta
2008-12-30Rewrite pidwait using g_child_watch_add.Emanuele Giaquinta
2008-12-22Remove useless net-sendbuffer init/deinit functions.Emanuele Giaquinta
2008-12-22Remove buffers GSList, it is unused since r1023.Emanuele Giaquinta
2008-12-01Aux-sort settings by key in settings_get_sorted.Emanuele Giaquinta
2008-11-30Improve SSL error display.Jilles Tjoelker
2008-11-30Make needlessly global variable local where used.Emanuele Giaquinta
2008-11-30Do not check for fcntl.Emanuele Giaquinta
2008-11-29Amend fix for bug #392, assume utf-8 encoding for an ascii string inEmanuele Giaquinta
2008-11-28Factor code to check if a string is ascii only into a function.Emanuele Giaquinta
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-10recode.h include fixup.Emanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-11-02When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError withEmanuele Giaquinta
2008-11-02Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN ifEmanuele Giaquinta
2008-08-25Ignore DNS not found errors when considering reconnect.Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-05-24Read more bytes at a time from servers.Jilles Tjoelker
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-05-22Allow increasing the send buffer to 1MB/connection, and warn if that is excee...Jilles Tjoelker
2008-04-28Make some variables static.Emanuele Giaquinta
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-04-08Factor strchr call.Emanuele Giaquinta
2008-04-05Partly revert r4796, it is not a bug but by design thatEmanuele Giaquinta
2008-04-05Cosmetics.Emanuele Giaquinta
2008-04-05Fix logic in recode_in:Emanuele Giaquinta
2008-04-02Always use g_realloc rather than using g_malloc when the pointerEmanuele Giaquinta
2008-03-30Set is_readable/is_writeable/use_buffer flags.Emanuele Giaquinta
2008-03-30Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close}Emanuele Giaquinta