[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
Branch
ahmad/ktcpsocket-qsslsocket (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17639
Build 17657: arc lint + arc unit
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.