Commit Graph

72 Commits

Author SHA1 Message Date
Devin Zuczek 20196361c8 [match] consume invite on join 2026-09-02 11:21:31 -04:00
Devin Zuczek 9c63f077b8 [match] fix play-and-invite endpoint 2026-09-01 14:47:49 -04:00
Devin Zuczek 2af5d5089d [match] support a cluster of tachyon servers 2026-09-01 10:55:47 -04:00
Devin Zuczek 1e26082f2e [match] the other v2 invite endpoint 2026-09-01 01:17:37 -04:00
Devin Zuczek 8e452f23eb [match] gate 2025 rooms 2026-08-30 01:37:43 -04:00
Devin Zuczek e07c52ced7 [match] add basic stat table for fun 2026-08-30 00:44:50 -04:00
Devin Zuczek 062ed452a5 [match] fix 2025 game invites 2026-08-26 17:37:09 -04:00
Devin Zuczek 5cb2cbf967 [rooms,match] add a couple missing endpoints 2026-08-25 14:02:39 -04:00
Devin Zuczek f9ffbcd374 [match] tachyon support endpoint 2026-08-24 23:58:01 -04:00
Devin Zuczek 5382bf96e3 [match] add tachyon server configuration 2026-08-24 20:15:07 -04:00
Devin Zuczek be24e62f1f [match] better invites 2026-08-22 12:23:57 -04:00
Devin Zuczek 244b3bca70 [match] do not allow crossplay between 2023 and 2025 2026-08-21 15:16:00 -04:00
devin 178d3b5b0e support for 202507 endpoints (#37)
* [auth][api] accept the 20250424.01 client

* [2025] unstable

* 20250718.0

* correct one this time

* stubs

* more stubs

* more stubs

* [lists] add worker

* [ai] route stubs

* [api] player photo setting

* [econ] add roomEconConfig route

* [infra] update worker generators

* [worker] add cards/moderation/platformnotification workers

* [lists] updates to some endpoints

* [clubs] stub out announcement endpoint, for now

* [econ] stub out season endpoints for now

* [chat] apps/chat stub out party endpoint not sure the shape yet

* [api] stub out statsig and lockeditems

* [doc] new services

* [lists] stub the bulk endpoint

* [datacollection] add placeholder service until we can kill it

* [api] set gifting to lvl5

* update lock

* [cdn] enable cache

* [match] matchmake v2

* [lists] stub some lists

* [ai] stubs

* [rooms] new subroom save endpoint

* [econ] add bulk purchase endpoint

* [discovery] update featured creator to 1 for fun

* [api] add photo settings flag

* [chat] fixup chat permissions (sorta)

* [auth] restrictions endpoint

* [rooms] contributed endpoint

* [api] fix outfit endpoint

* [discovery] attempt to fix store

* [chat] privacy endpoints

* [api] cheered images

* [rooms] add xp endpoint (disbaled)

* [rooms] add xp endpoint (disabled)

* update images-db for cheers

* [rooms] add autocomplete endpoint

* [cdn/img] increase cache ttl for statics

* [api] bulk route for images

* [accounts] add banner image

* [api] add misc missing endpoints

* [discovery] remove AI tab

* [platformnotifications] stub some endpoints

* [lists] add some more lists

* [rooms] additional endpoints

* [chat] stub a few privacy endpoints

* [econ] stub some endpoints

* misc db fixes

* [api] tweak shape for images v6

* [rooms] dont show trending RROs
2026-08-21 15:15:55 -04:00
Devin Zuczek 385e10bd55 [match] matchmake into event room 2026-08-12 17:16:52 -04:00
Devin Zuczek d3838fb590 [match] just a little cleanup 2026-08-12 14:24:59 -04:00
Devin Zuczek 36c30a396c [match] implement junior match pref 2026-08-12 14:16:21 -04:00
Devin Zuczek 5c5988c730 ban hammer evasion 2026-08-10 10:48:22 -04:00
Devin Zuczek 6bbdf989b9 ban hammer 2026-08-10 10:29:24 -04:00
Devin Zuczek 37489d05dc ability to swap out a room 2026-08-09 22:25:27 -04:00
Devin Zuczek 60505a2519 add matchmake error enums from dump 2026-08-09 01:08:23 -04:00
Devin Zuczek a3d9fdb8bf eh not the prettiest, but visits is just an increment and we might have others later. room_columns is not user-provided 2026-08-08 14:31:06 -04:00
Devin Zuczek df2d2af75b remove empty instances 2026-08-07 17:24:08 -04:00
Devin Zuczek d6a0e3e6a6 add a few admin endpoints for matching into instances 2026-08-04 17:49:53 -04:00
Devin Zuczek 7d300fa836 update shape of room instance browser 2026-08-04 17:19:03 -04:00
Devin Zuczek 73bb7c4609 implement room ban 2026-08-04 15:41:49 -04:00
Devin Zuczek db003d54ef add a non working banlist 2026-08-04 13:26:12 -04:00
Devin Zuczek af2a2a0683 fix a couple room routes 2026-08-03 19:43:38 -04:00
Devin Zuczek 9c8bf7087c fixup autopublish 2026-07-28 23:13:35 -04:00
Devin Zuczek d5ccad51d3 fixed room and subroom saving, add room saves 2026-07-28 20:29:20 -04:00
Devin Zuczek 568717bb53 migrate subrooms to own storage 2026-07-24 16:08:30 -04:00
Devin Zuczek 5ed9e765a5 clean up match code, remove old endpoints 2026-07-24 14:19:08 -04:00
Devin Zuczek cfc29cb175 update presence on drop 2026-07-23 22:19:25 -04:00
Devin Zuczek 82f011c0b0 fix invites 2026-07-23 18:09:16 -04:00
Devin Zuczek 2f6a40279d add version check for 20230414 client 2026-07-23 12:23:30 -04:00
Devin Zuczek 23b78104e8 updating api docs 2026-07-22 11:43:30 -04:00
Devin Zuczek 68b98665b2 update api docs 2026-07-22 10:12:50 -04:00
Devin Zuczek 7f497fcee0 fix #19 clubhouses 2026-07-21 12:59:47 -04:00
Devin Zuczek a4ddef2cf7 match docs, tweak for monowrapper 2026-07-20 17:59:00 -04:00
Devin Zuczek 2ff6526834 clean up some social endpoints, sockets not working yet 2026-07-16 13:15:06 -04:00
devin c33919bc67 Currency, storefronts, purchasing (#12)
And a few other minor things, but primarily, the balance table exists and also consumable/inventory table.
2026-07-15 14:10:49 -04:00
Devin Zuczek 2e057e93b7 record deviceclass 2026-07-14 11:26:11 -04:00
Devin Zuczek c9996229db update wrangler/workers version 2026-07-13 18:24:00 -04:00
Devin Zuczek c555f896a9 expire old presences 2026-07-13 18:13:18 -04:00
Devin Zuczek b463a79df2 subroom matchmake 2026-07-12 22:43:28 -04:00
Devin Zuczek fb553c2fd0 move presence to d1 2026-07-11 12:37:22 -04:00
Devin Zuczek aad184181b enforce steam ticket validation 2026-07-10 17:40:55 -04:00
Devin Zuczek 43c3bd93be clean up auth, some storage improvements 2026-07-09 23:28:04 -04:00
Devin Zuczek 68d77ee4a4 moving some more things to domains 2026-07-09 22:29:21 -04:00
Devin Zuczek 7686bf7bf6 move rooms schema to package 2026-07-09 22:29:21 -04:00
Devin Zuczek bdebc50075 move JWT validation to package 2026-07-09 20:15:10 -04:00