summaryrefslogtreecommitdiffstats
path: root/src/main/java/de/bwlehrpool/bwlp_guac/JsonGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with guacamole 1.4.0Steffen Ritter2023-03-021-2/+2
|
* Sanity checks, thread safety, remove unused grouplist in AvailableClientSimon Rettberg2020-07-201-3/+3
|
* Fix two ways a client could be listed as free but be not connectable.Udo Walter2020-05-141-3/+0Star
| | | | | | 1. User gets assigned a client but never connects to the vnc. Client is "in use" but ist actually idleing in the login screen. The client gets updated and the state set to IDLE but the inUseBy is not reset because the vnc password stays the same for some time. Clients in IDLE state with no user connected to the vnc tunnel now get reset to not in use. 2. If a client is missing from the JSON list and had IDLE as the last status it was still listed as IDLE until the timeout (5 minutes) where it is removed entirely. Missing clients waiting to timeout are now set to OFFLINE state.
* Add some debug logs. Rename the 'virtual' locations to groups.Udo Walter2020-05-131-0/+45