summaryrefslogtreecommitdiffstats
path: root/src/client/net/serverdiscovery.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add more debug output to discovery partSimon Rettberg2023-03-071-2/+8
|
* 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
* Remove ugly comment separator lines above functionsSimon Rettberg2018-08-021-5/+5
|
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-5/+9
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-2/+2
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-011-2/+2
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-3/+3
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-261-1/+1
|
* astyle.Christian Klinger2016-09-291-22/+13Star
|
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-091-1/+1
|
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-281-5/+8
|
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-041-3/+3
|
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-251-10/+26
|
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-281-1/+1
|
* Outsource serverDiscovery.Manuel Schneider2014-05-281-0/+181