summaryrefslogtreecommitdiffstats
path: root/src/server/net/discoverylistener.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add more debug output to discovery partSimon Rettberg2023-03-071-4/+10
|
* Clean up and modernize codeSimon Rettberg2022-10-301-13/+10Star
| | | | | | | - 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
* Fix Qt fixv29r2v29r1Simon Rettberg2020-10-011-1/+1
|
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-5/+5
|
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-9/+9
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* [server] Fix logic errorSimon Rettberg2018-07-241-1/+1
|
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-011-1/+1
|
* [server] Bail out if certificates cannot be createdSimon Rettberg2017-03-061-1/+7
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-8/+9
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* refactoring.Christian Klinger2016-09-301-4/+4
|
* astyle.Christian Klinger2016-09-291-20/+10Star
|
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-091-1/+1
|
* cleaned up some dead code.Christian Klinger2016-05-201-1/+0Star
|
* Closes bug #2807. (And also cleans the code (a bit))Christian Klinger2016-05-191-2/+2
|
* read gridSize&clientSize from config.Christian Klinger2016-04-271-0/+1
|
* refactor to use Room structChristian Klinger2016-04-271-1/+1
| | | | to save additional properties like gridSize and clientSize.
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-041-2/+7
|
* Add several documentation stubs. Remove autogenreated TODOManuel Schneider2014-05-271-22/+32
|
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-3/+6
|
* Initial commitsr2013-02-041-0/+165