Delta-v/Content.Server/Voting
Pieter-Jan Briers 7419408ec5 Ban database refactor (#42495)
* Ban DB refactor seems to work at a basic level for PostgreSQL

* New ban creation API

Supports all the new functionality (multiple players/addresses/hwids/roles/rounds per ban).

* Make the migration irreversible

* Re-implement ban notifications

The server ID check is no longer done as admins may want to place bans spanning multiple rounds irrelevant of the source server.

* Fix some split query warnings

* Implement migration on SQLite

* More comments

* Remove required from ban reason

SS14.Admin changes would like this

* More missing AsSplitQuery() calls

* Fix missing ban type filter

* Fix old CreateServerBan API with permanent time

* Fix department and role ban commands with permanent time

* Re-add banhits navigation property

Dropped this on accident, SS14.Admin needs it.

* More ban API fixes.

* Don't fetch ban exemption info for role bans

Not relevant, reduces query performance

* Regenerate migrations

* Fix adminnotes command for players that never connected

Would blow up handling null player records. Not a new bug introduced by the refactor, but I ran into it.

* Great shame... I accidentally committed submodule update...

* Update GDPR scripts

* Fix sandbox violation

* Fix bans with duplicate info causing DB exceptions

Most notably happened with role bans, as multiple departments may include the same role.
2026-06-29 12:43:39 +02:00
..
Managers Ban database refactor (#42495) 2026-06-29 12:43:39 +02:00
IVoteHandle.cs Add Votekick functionality (#32005) 2024-10-02 11:38:43 +01:00
VoteCommands.cs Command resolves (#38415) 2025-08-07 19:17:10 +02:00
VoteFinishedEventArgs.cs Relay custom votes to a webhook (#18561) 2023-12-16 20:24:33 +01:00
VoteFinishedEventHandler.cs Remove redundant #nullable enable (#4275) 2021-07-16 17:37:09 -07:00
VoteOptions.cs Add Votekick functionality (#32005) 2024-10-02 11:38:43 +01:00
VotingSystem.cs upstream merge 2/11 (#2090) 2024-11-07 20:09:25 +00:00