6 Commits

Author SHA1 Message Date
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