Implemented rudimentary SSL support for IRC connections.
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 13 Mar 2008 17:38:32 +0000 (17:38 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 13 Mar 2008 17:38:32 +0000 (17:38 +0000)
commit6ac855b96988ebc999f7017765ae3dbda527301a
tree691ac9a2bea109037ebd331455946f93454467eb
parentfee29a2c223027f15ac911809ec4fcbbf74a0e4c
Implemented rudimentary SSL support for IRC connections.
SSL errors (untrusted/invalid certs etc) are silently ignored at the moment; proper handling
will come soonish.
You can activate SSL encryption for a given server (not network, as this is a per-server
setting) in the server edit dialog in network settings. Please to be testink this :)
src/core/networkconnection.cpp
src/core/networkconnection.h
src/qtui/settingspages/servereditdlg.ui
version.inc