hll_rcon_tool icon indicating copy to clipboard operation
hll_rcon_tool copied to clipboard

Hell Let Loose Community RCON, CRCON for short. An alternative rcon client for HLL. It is a web application with many features, historical data, statistics, discord integrations, etc

Results 82 hll_rcon_tool issues
Sort by recently updated
recently updated
newest added

Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.4.0 to 4.5.0. Changelog Sourced from django-cors-headers's changelog. 4.5.0 (2024-10-12) Drop Python 3.8 support. Support Python 3.13. Commits 6f5222d Version 4.5.0 96ef5d7 Drop Python 3.8 support (#977)...

dependencies
python

Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.2.0. Release notes Sourced from redis's releases. 5.2.0 Changes 🚀 New Features Extend AggregateRequest with scorer argument (#3409) 🧰 Maintenance Pin pytest-profiling version due to...

dependencies
python

This is an elusive error that I've only seen when trying to use 4 or more game servers in the same CRCON install. Doesn't make sense to me because it...

Builds and runs locally without any obvious problems :)

Bumps [django](https://github.com/django/django) from 4.2.15 to 5.1.2. Commits c499184 [5.1.x] Bumped version for 5.1.2 release. 6e07a77 [5.1.x] Added release date for 5.1.2. 17fa759 [5.1.x] Fixed #35809 -- Set background color for...

dependencies
python

There are communities that would like to use chat commands with a more powerful set of actions that can be triggered when a player uses a chat command. Two real-worl...

* Creates our own `permission_required` decorator which just passes through to Django's method so that we can track which permissions are required by endpoint * Include the permission(s) required in...

The `default.env` file says that you can prefix `PUBLIC_STATS_PORT` with `127.0.0.1:` to disable access. While the stats can also be disabled through Settings > CRCON Settings > `lock_stats_api`, this is...

bug

`GET api/get_live_game_stats v10.3.0` When `set_game_layout` is used to restart the map, the players's statistics is behaving very unpredictably. Even though there were 50 players, it would show only a couple....

`GET api/get_scoreboard_maps v10.3.0` I expect to get only `x` games in the response when the `page_size` param is used, e.g. `/api/get_scoreboard_maps?page_size=x` The default value for `page_size = 100` and it...

bug