Delta-v/Content.Server/Database
Pieter-Jan Briers fa2223ed8d
Fix preferences sent to client not being sanitized (#27789)
Fucking whoops

In #27742 I made it so sanitization of character profiles was moved to be *after* database load. Except that means I moved it to be after the copy of all character profiles got sent to the client.

Move the sending to *also* be in that second load stage, and rename it. Fixes the issue.
2024-05-18 13:31:44 +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 Fix preference loading bugs (#27742) 2024-05-18 13:30:09 +02:00
ServerDbEntryManager.cs Log server ID in connection logs table (#21911) 2023-12-16 19:27:08 +01:00
ServerDbManager.cs Fix preference loading bugs (#27742) 2024-05-18 13:30:09 +02:00
ServerDbPostgres.cs Fix preference loading bugs (#27742) 2024-05-18 13:30:09 +02:00
ServerDbSqlite.cs Fix preference loading bugs (#27742) 2024-05-18 13:30:09 +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 Fix preferences sent to client not being sanitized (#27789) 2024-05-18 13:31:44 +02:00