Commit graph

5 commits

Author SHA1 Message Date
Noi
b5b7725df1 Add setting to allow private confirmation of commands
With some exceptions: for the sake of transparency, positive
confirmations of moderator commands will still always be shown.
2023-09-09 11:43:52 -07:00
Noi
09ba9644dc Add 12-hour time format (implements #2) 2023-01-14 21:43:55 -08:00
Noi
b595e701c4 Load database config on initialization
Adapted from RegexBot.
This allows `dotnet ef` tools to make use of actual SQL credentials
rather than dummy ones.
2022-08-09 18:40:14 -07:00
Noi
191ac13355 Remove last active value
Recent activity is no longer required for users to be shown on listings.
2022-06-28 18:07:02 -07:00
Noi
745fba06ab Switch to Entity Framework
Turned existing database setup into a migration, and all helper methods
were moved to the new class for easy migration to the new system.
2022-06-28 17:27:31 -07:00