TeamspeakStats/tsstats
Thor77 b6e73e733d Fix adding server/clientgroup-actions to clients.
This was caused, because the used regex was very generic.
Therefore it parsed these lines without any problems,
a timestamp wasn't added but it was already in the clients-dict,
when these checks (conn or disconnect) were performed.
2016-10-27 00:02:56 +02:00
..
tests Add testcase for logs with server/clientgroup-actions 2016-10-27 00:02:17 +02:00
__init__.py Delay debugfile-creation to suppress needless creation if not in debugmode 2016-08-08 22:10:30 +02:00
__main__.py Remove default for output-flag 2016-09-22 15:28:42 +02:00
client.py Add session-time on disconnect to debug-log 2016-10-04 15:21:05 +02:00
config.py Set default for General.output to tsstats.html 2016-09-22 15:35:39 +02:00
exceptions.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
log.py Fix adding server/clientgroup-actions to clients. 2016-10-27 00:02:56 +02:00
template.html update bootstrap and hint.css version 2016-08-03 22:02:56 +02:00
template.py Add debug-logging-output to tsstats.template.render_template 2016-09-18 21:51:24 +02:00
utils.py expect key as lambda in tsstats.utils.sort_clients 2016-06-12 17:36:12 +02:00