Commit Graph

10 Commits (master)

Author SHA1 Message Date
Simon Stürz c36a138f07 Update license text and add SPDX identifier 2025-12-02 09:48:35 +01:00
Simon Stürz bf7a2c0238 Remove deprecated proxy functionality and clean up code 2023-10-24 13:39:15 +02:00
Simon Stürz f43dc9f78e Show only active tunnel in monitor 2023-08-04 09:59:30 +02:00
Simon Stürz 8081c7804e Add monitor non interactive mode and add traffic counter for tunnel proxy 2023-08-04 09:59:30 +02:00
Michael Zanetti 3de679705d Don't use format string function with variable input
New gcc refuses to compile this as it may load to crashes
if the input variable contains a format string literal, e.g. %s
and there are no ... args provided to fill those in.

Being at it, removed the convertString() method as QByteArray already
provides a constData() method, so it's not needed.
2022-04-22 00:19:39 +02:00
Simon Stürz 1ca3119995 Extend monitor and add test script for connections 2022-01-11 09:01:54 +01:00
Michael Zanetti aec92c46d9 Updatet copyright 2020-01-23 00:40:33 +01:00
Simon Stürz 2173d8e61f Improve monitor and implement server statistics 2018-09-04 21:02:30 +02:00
Simon Stürz d308be58b3 Update monitor behaviour 2018-08-23 10:02:08 +02:00
Simon Stürz faff3e9074 Add monitor 2018-08-21 22:09:59 +02:00