Julien Marechal
Julien Marechal
E.g If you said the word "admin" to trigger a ping you also want the below to trigger: Admin!!! blabla is mean Admin, I have a problem I think a...
In the HLLConnection class when we detect that the payload is >= to the READ_BYTES_SIZE we try to read again (to get all the data) however if the data is...
Add hooks to call any commands implemented by the Rcon class and/or in the API from the ingame chat. Check against the steam ids of the moderators (need to check...
In a similar way as for the auto-broadcast we'd like to schedule Welcome message. 1. Build service, maybe re-using `broadcast.py` or make it more like a cron (so not a...
The `rcon.extended_commands.Rcon.set_broadcast` method could set the current message in Redis (with an auto expiry of say 20min?) Add an endpoint to fetch that value in `rconweb.api.views` Display that about the...
Create a page (or maybe just a[ drawer ](https://material-ui.com/components/drawers/) so that you don't leave your current view) That show the content of `/api/player?steam_id_64=76561........239` in a user friendly way. The page...
Currently we forward all commands executed to discord. We'd like to also store those commands in the database and show them on a dedicated page. Ideally when commands are applied...
Currently the django application (rconweb module) returns HTML when an error happens backend side. Which is then displayed to the user but the message is completly useless because it's just...
Some moderators don't have the best internet connection sometimes, and all the polling that is done from the RCON can cause them to lag sometimes. Add the ability to pause...