summaryrefslogtreecommitdiffstats
path: root/src/server/net
Commit message (Expand)AuthorAgeFilesLines
* Correct indenting by tabsManuel Schneider2014-07-215-33/+33
* Rename modes. Move code in slots to avoid unnecessary branching. Give the cli...Manuel Schneider2014-07-212-7/+10
* Moved method isManagerMachine() from MainWindow to Client.Björn Hagemeister2014-06-172-1/+18
* Removed _watchers List.Björn Hagemeister2014-06-031-0/+3
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-06-032-2/+0Star
|\
| * Removed some unnecessary qDebug comments.Björn Hagemeister2014-06-022-2/+0Star
* | Remove client list from listenServer. Check maxClients in MainwindowManuel Schneider2014-06-032-10/+0Star
|/
* Increase timeout for debuggingManuel Schneider2014-05-281-2/+2
* Remove TODO. User get visual feedback via cam icon.Manuel Schneider2014-05-271-1/+0Star
* Add several documentation stubs. Remove autogenreated TODOManuel Schneider2014-05-271-22/+32
* Add icon for locked screen. Add monochrome and stylized connectionframe icons.Manuel Schneider2014-05-272-1/+6
* Drop _isBroadcastSource. The client must not know anything about the management.Manuel Schneider2014-05-272-4/+0Star
* Change _currentProjectionSource before emit. Fixes Appearance bug.Manuel Schneider2014-05-271-2/+2
* Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)Manuel Schneider2014-05-272-3/+3
* Drop unused _state. Introduce member _locked to avoid unnecessary messages.Manuel Schneider2014-05-272-14/+4Star
* Drop _activeVncClient. _currentProjectionSource holds this information.Manuel Schneider2014-05-272-10/+5Star
* Drop _desiredProjectionSource. Dont send a stopVncClient if it has not been s...Manuel Schneider2014-05-272-23/+11Star
* Make tutor check implicit in lock screenManuel Schneider2014-05-261-0/+2
* Several changes:Björn Hagemeister2014-05-262-0/+2
* Refactor ambigious projectionsSoure to BroadcastSourceManuel Schneider2014-05-223-6/+6
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ...Manuel Schneider2014-05-222-50/+40Star
* [Client] Make setTutor inline and drop the communication stuff since the clie...Manuel Schneider2014-05-212-21/+30
* Several changes:Manuel Schneider2014-05-212-44/+33Star
* Fix ip bugManuel Schneider2014-05-201-1/+1
* Make vnc credentials completely private to client. Make VNCConnect work clien...Manuel Schneider2014-05-202-17/+10Star
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage (imp...Manuel Schneider2014-05-202-46/+47
* Remove any knowledge of Networkmesage in MainwindowManuel Schneider2014-05-202-46/+58
* Reduce codebaseManuel Schneider2014-05-201-4/+2Star
* Configured not locking the screen, if manager and client working on same mach...Björn Hagemeister2014-05-122-1/+13
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-292-9/+19
* Adding comments for each method in the .cpp files and class definition in the...Björn Hagemeister2014-04-284-1/+19
* Thrown out redundant slots.Manuel Schneider2014-04-252-27/+10Star
* Now handling the _desiredProjectionSource correctlyManuel Schneider2014-04-251-2/+8
* [SERVER] Fixed tracking of which clients is watching (trying to watch) whichManuel Schneider2014-04-231-3/+13
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-182-4/+7
* New feature. Download of tutor-ip-list and automated assingment.Björn Hagemeister2014-04-162-0/+80
* [SERVER] Use remove instead of unlink for better compatibilitysr2013-02-081-2/+2
* [SERVER] Add "stop projection" buttonsr2013-02-062-4/+14
* [SERVER] Go back from ClientId to int, so queued signal/slot connections worksr2013-02-052-14/+12Star
* ...sr2013-02-051-2/+4
* ...sr2013-02-052-2/+2
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ...sr2013-02-052-9/+25
* [SHARED] Add missing error message if network message parsing failssr2013-02-051-1/+1
* [SERVER] Properly tell client the VNC server'S client idsr2013-02-051-1/+0Star
* [SERVER] fix vnc startup commandsr2013-02-051-1/+1
* [SERVER] Implement all four VNC projection modessr2013-02-052-4/+25
* Initial commitsr2013-02-0410-0/+951