Commit Graph

15 Commits

Author SHA1 Message Date
Kris Johnson
8797d4628c Remove inactive ladders 2025-08-31 23:57:15 -06:00
larry-the-table-guy
4046533194
Teams DB: Fix column for format_idx (#10632)
Some checks are pending
Node.js CI / build (16.x) (push) Waiting to run
2024-11-03 01:21:14 -05:00
Mia
13a5c1ca52
Roomlogs: Support logging to Cockroach instead of flat files (#10298)
* Roomlogs: Support logging to Cockroach instead of flat files

* Correct roomlog timestamp use

* Remove nonnull cast

* Update server/roomlogs.ts

Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>

* remove y/m/d cols

* Fix indices

* consistency

* replace refs

* Fix syntax error

* Separate out dates into an extra table

* Fix other stuff

* Refactor chatlog

* use type param

* prevent crash in child process

* test

Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>

* Update server/roomlogs.ts

Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>

* RU: Ban Thundurus-T

* Inheritance: Unban Enamorus

* Add ADV RU challenge format

* SSB: Fix Haste Inky's move

* UU: Ban Pelipper

* use miscrosecond precision for timestamps

* cleanup

---------

Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2024-05-15 16:12:07 -05:00
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
Mia
ec4cb6a6fa
Support persisting battles in a Postgres database (#8442) 2022-07-22 18:07:10 -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