summaryrefslogtreecommitdiffstats
path: root/src/main/java/de/bwlehrpool/bwlp_guac/TunnelListener.java
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one when displaying tunnel count on close eventSimon Rettberg2020-07-201-2/+3
* Log total numer of user sessions (no duplicates)Simon Rettberg2020-07-201-3/+6
* Fix getUsername/getIdentifier in TunnelListener, make it thread safeSimon Rettberg2020-07-201-35/+44
* Keep track of the number of tunnels per user.Udo Walter2020-05-141-5/+17
* Fix two ways a client could be listed as free but be not connectable.Udo Walter2020-05-141-0/+40