Andrew
|
32852c00b9
|
Fix bug with motd crashing stats
|
2022-01-25 21:40:34 -05:00 |
|
Andrew
|
9b03163c6b
|
Add try catch around troublesome logging statement
|
2022-01-25 21:11:06 -05:00 |
|
Iain Powrie
|
e0ce1d118c
|
Create pylintrc, code review pipeline & correct codebase errors
Fix uploads,
Only send server stats to user page when they have access to servers
|
2022-01-26 01:45:30 +00:00 |
|
Andrew
|
1bf47b5c54
|
Rework server start to look for user_id and not user_lang. Gives acces to more user info.
Fixes websocket broadcast to only send broadcast to user who sent original request.
|
2021-11-27 17:10:43 -05:00 |
|
luukas
|
d1f582edfe
|
Full release on stdout fix!
Basically I ditch the ANSI codes and use the old highlighting system.
|
2021-08-11 23:29:31 +03:00 |
|
luukas
|
4bac56e84a
|
Use stdout for virtual terminal. WebSockets seem to be "laggy".
|
2021-08-10 23:17:56 +03:00 |
|
computergeek125
|
bd6eed118a
|
Resolves CRAFTY-CONTROLLER-T-81 - error when creating new user
Also cleans up the panel and server code to handle other states better
|
2021-04-03 12:36:01 -05:00 |
|
luukas
|
37597f920f
|
Make sure clients are authenticated before sending messages.
As the system is asynchronous some messages could (?) slip through before the socket is closed when auth fails.
|
2021-03-01 19:33:15 +02:00 |
|
luukas
|
9c62099f32
|
Add authentication to WS, notify user when an activity log gets logged, and more
|
2021-03-01 02:54:20 +02:00 |
|
luukas
|
7691dc566e
|
Finish WebSockets
|
2021-02-27 14:05:04 +02:00 |
|
luukas
|
2595e6950d
|
Host stats are now realtime(d) by websockets
|
2021-02-26 17:39:35 +02:00 |
|