[Konversation] Port from deprecated KTcpSocket to QSslSocket
ClosedPublic

Authored by ahmadsamir on Oct 12 2019, 4:48 PM.

Details

Summary

Increase the min. required Qt version to 5.7.0 since that was the version
where QOverload was introduced.

Diff Detail

Repository
R7 Konversation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir requested review of this revision.Oct 12 2019, 4:48 PM
ahmadsamir created this revision.
ahmadsamir added a comment.EditedOct 12 2019, 4:50 PM

I don't use IRC much, so I don't know how to thoroughly test the SSL encryption when authenticating with a name server; if someone could point me to some docs/guide about that, or test the patch himself, that'd be great.

Edit: and of course testing connecting to a server using SSL (which seems to work with chat.freenode.net).

ahmadsamir edited the summary of this revision. (Show Details)
ahmadsamir removed reviewers: hein, mlaurent.

Use KSslErrorUiData directly when calling askIgnoreSslErrors

ahmadsamir retitled this revision from Port from deprecated KTcpSocket to QSslSocket to [Konversation] Port from deprecated KTcpSocket to QSslSocket.

Better commit message

dvratil accepted this revision.Oct 19 2019, 11:00 AM

Looks good to me, thanks!

This revision is now accepted and ready to land.Oct 19 2019, 11:00 AM
This revision was automatically updated to reflect the committed changes.