Delta-v/Content.Server/Database
Pieter-Jan Briers 950ead9b47 Introduce artificial delay into SQLite on DEBUG.
This makes SQLite DB ops properly asynchronous (instead of synchronously completing tasks). This makes them more consistent with postgres and means that any deadlock bugs introduced the next time somebody does .Result will be caught on SQLite too.
2022-03-04 23:55:35 +01:00
..
PlayerRecord.cs Use HWIDs for bans. 2021-03-22 01:32:09 +01:00
ServerBanDef.cs Make ban command properly give a ban message instead of a placeholder (#5087) 2021-10-29 20:54:14 +02:00
ServerDbBase.cs Role bans (#6703) 2022-02-21 23:11:39 +01:00
ServerDbManager.cs Role bans (#6703) 2022-02-21 23:11:39 +01:00
ServerDbPostgres.cs Role ban improvements (#6855) 2022-02-21 22:00:55 -07:00
ServerDbSqlite.cs Introduce artificial delay into SQLite on DEBUG. 2022-03-04 23:55:35 +01:00
ServerRoleBanDef.cs Role bans (#6703) 2022-02-21 23:11:39 +01:00
ServerRoleUnbanDef.cs Role bans (#6703) 2022-02-21 23:11:39 +01:00
ServerUnbanDef.cs Add pardon command and tests (#3190) 2021-02-13 17:51:54 +01:00