Delta-v/Content.Server/Database
nikthechampiongr 7f6d04b7d3
Implement BlacklistedRange exempt flag (#29258)
* Implement a new kind of ip range ban that only applies to new players

* Put determining whether a player record exists to its own function

* Make BlacklistedRange bans get bypassed by any ban exemption

* Stop trying to get another DbGuard while already having one

This does break with convention on the functions in that area but
considering the use of this function it's probably fine?
I could alternatively just move the place it's called from.

Also I was suppossed to wait for tests to finish locally just to be
sure, but nah. I am pushing this now
2024-07-25 00:40:24 +02:00
..
DatabaseRecords.cs Fix database round start date issues (#26838) 2024-04-21 21:57:13 +02:00
ServerBanDef.cs Better notes and bans (#14228) 2023-07-21 13:38:52 +02:00
ServerDbBase.cs Implement BlacklistedRange exempt flag (#29258) 2024-07-25 00:40:24 +02:00
ServerDbEntryManager.cs Log server ID in connection logs table (#21911) 2023-12-16 19:27:08 +01:00
ServerDbManager.cs Add job whitelist system (#28085) 2024-06-01 18:02:43 +02:00
ServerDbPostgres.cs Implement BlacklistedRange exempt flag (#29258) 2024-07-25 00:40:24 +02:00
ServerDbSqlite.cs Implement BlacklistedRange exempt flag (#29258) 2024-07-25 00:40:24 +02:00
ServerRoleBanDef.cs Better notes and bans (#14228) 2023-07-21 13:38:52 +02:00
ServerRoleUnbanDef.cs Role bans (#6703) 2022-02-21 23:11:39 +01:00
ServerUnbanDef.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
UserDbDataManager.cs Add job whitelist system (#28085) 2024-06-01 18:02:43 +02:00