summaryrefslogtreecommitdiffstats
path: root/src/server/net/sslserver.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-3/+3
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* [server] Cleanup and simplify SslServerSimon Rettberg2018-07-241-14/+6Star
|
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+4
|
* Fix compile warningsSimon Rettberg2016-10-281-1/+1
|
* Correct indenting by tabsManuel Schneider2014-07-211-13/+13
|
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-281-0/+3
| | | | the .h files.
* Initial commitsr2013-02-041-0/+50