Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #529

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 37 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,21 @@ Before we tag a 1.0.0 release, we will write some proper user-facing documentati
- [ ] General
- [x] Multi server support
- [x] Global bans & mutes
- [x] [Docker support](https://hub.docker.com/repository/docker/leighmacdonald/gbans)
- [x] [Docker support](https://ghcr.io/leighmacdonald/gbans:latest)
- [ ] Import/Export of gbans databases
- [ ] Backend linking of gbans services to enable use of other operators lists in real-time.
- [x] [tf2_bot_detector](https://github.com/PazerOP/tf2_bot_detector) compatible player list
- [x] [tf2_bot_detector](https://github.com/PazerOP/tf2_bot_detector) compatible player list exports.
- [x] Game support, support for other games would be possible, but is not currently planned.
- [x] Team Fortress 2
- [ ] Blocking lists & types
- [x] Valves source server banip config
- [ ] Existing sourcebans database
- [x] [CIDR/IP](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) bans
- [x] [tf2_bot_detector](https://github.com/PazerOP/tf2_bot_detector/blob/master/staging/cfg/playerlist.official.json)
- [ ] Known VPN Networks
- [ ] Known non-residential addresses
- [ ] Known proxies
- [x] Arbitrary 3rd party CIDR block lists, Proxy/VPN/Datacenter bans
- [ ] [FireHOL](https://github.com/firehol/blocklist-ipsets) databases
- [x] Database support
- [x] Postgresql w/PostGIS
- [x] Postgresql w/[PostGIS](https://postgis.net/) & [ip4r](https://github.com/RhodiumToad/ip4r) extensions
- [x] Centralized UDP based logging
- [x] Message History
- [x] Connection History
Expand All @@ -61,28 +59,49 @@ Before we tag a 1.0.0 release, we will write some proper user-facing documentati
- [x] Restrict banned players from connecting
- [x] Restrict muted/gagged players on join
- [x] Dynamically load admins/mods/reserved slots from gbans
- [x] STV Recording. Uploads are done using the simple [srcdsup](https://github.com/leighmacdonald/srcdsup) tool.
- [x] Sourcemod admins-sql-* plugin compatibility.
- [x] STV Recording with auto truncating methods to cleanup old demos
- [ ] `/gb_ban <player_id|steam_id> duration Reason` Ban a user
- [ ] `/gb_unban` Unban a previously banned user
- [ ] `/gb_kick` Kick a user
- [x] `/gb_mod or /mod <message>` Call for a mod on discord
- [ ] Markdown formatting support for all multiline inputs with image uploading
- [x] Community Forum System
- [x] Categories
- [x] Forums
- [x] Private / Restricted forums
- [x] Signatures
- [x] Active user display
- [ ] Advanced markdown editor interface
- [ ] User Interfaces
- [ ] CLI
- [x] Discord
- [x] Web
- Public / Authenticated
- [x] Server Browser
- [x] News
- [x] Wiki
- [x] User reports
- [x] Ban Appeals
- Admin
- [x] Edit Word Filters
- [x] Ban player by steam/net/asn/group
- [x] Current Reports
- [x] Current Appeals
- [x] Edit News
- [x] Server Browser
- [x] News
- [x] Wiki
- [x] User reports
- [x] Ban Appeals
- [x] SourceTV Downloads
- [x] In-Game chat logs
- [x] Server browser
- Mods
- [x] Edit Word Filters
- [x] Ban player by steam/net/asn/group
- [x] Current Reports
- [x] Current Appeals
- [x] Edit News
- [x] Edit contests
- [x] In-Game Vote logging
- [x] Networking Queries
- [x] Player IP History
- [x] Players Sharing IPs
- [x] Query IP information: Location/ASN/Proxy/Map
- [x] External CIDR block lists editor
- Admins
- [x] Edit Servers
- [x] Edit game moderator/admin permissions. Admins/Groups/Command overrides/Group immunities.

## Docker

Expand Down
Loading