Commit Graph

22 Commits

Author SHA1 Message Date
Mia
0211066723
Add offline messaging (#8440) 2023-11-04 14:45:18 -05:00
Mia
71bf57716e Teams: Use passwords for private teams 2023-09-26 19:16:28 -05:00
Mia
f190b1c8a7
Add a chat plugin for storing teams remotely (#9513) 2023-09-24 11:22:26 -05:00
Annika
2a49eab3a5 CG Teams updates 2022-12-15 19:46:59 -08:00
Annika
06ad1838b4 Add [Gen 9] Computer-Generated Teams 2022-12-14 17:46:20 -08:00
Annika
223cac6293 Fix broken SQL 2022-11-30 19:56:39 -05:00
Mia
603f24f0ec
Info: Support accessing a log of alternate accounts (#9080)
* Info: Support accessing a log of alternate accounts

* Update server/chat-commands/info.ts

Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com>

* require nonnegatives

Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com>
2022-11-30 16:30:28 -08:00
Mia
922a7bf8a9 Postgres: Fix bugs in migration API 2022-07-27 23:57:31 -05:00
Mia
67fcc14bf4
Rooms: Ensure battles save all data correctly (#8851)
* Rooms: Ensure battles save all data correctly

* Standardize migration code for future use
2022-07-27 21:08:19 -07:00
Mia
ec4cb6a6fa
Support persisting battles in a Postgres database (#8442) 2022-07-22 18:07:10 -07:00
Mia
5d164453ea
Abuse-monitor: Support recommending punishments (#8588) 2022-01-23 17:56:47 -08:00
Annika
476d1327d8 Abuse monitor: Fix SQL schema 2021-12-23 19:07:26 -05:00
Mia
cee8f5a12c
Abuse-monitor: Support tracking stats (#8575) 2021-12-23 15:56:25 -08:00
Annika
57f19246a8 Trivia: Support a cycle-specific leaderboard 2021-12-11 18:13:20 -08:00
Mia
ab62e1af43
Add a plugin to use Perspective for monitoring battles (#8541) 2021-12-03 07:52:26 -06:00
Annika
dcb96fa7ed Trivia: Refactor to use SQLite as a storage backend 2021-08-14 20:35:08 -07:00
Annika
3288a1469e
Chat: Support accessing the chat-plugin database (#8433) 2021-08-14 18:25:50 -07:00
Annika
bcbe100c41
Modlog: Use SQLite for searches (#8004) 2021-07-23 13:47:49 -07:00
Mia
a0bdd4da88 Friends: Index databases 2021-07-20 23:43:19 -05:00
Mia
e5fbd64427
Support adding friends (#7333) 2021-07-16 12:56:34 -07:00
Annika
7f2dec0797
Modlog: Avoid optional properties in ModlogEntry (#7613)
* Modlog: Avoid optional properties in ModlogEntry

* Use a type

* Make IP nullable

* Add NOT NULL constrains

* Fix typo
2020-11-01 14:07:01 -08:00
Annika
2f130e8762
Modlog: Support logging to a SQLite database (#7513)
* Modlog: Support logging to a SQLite database

Co-authored-by: Christopher Monsanto <chris@monsan.to>
2020-10-30 19:27:25 -04:00