caffeinatedgaze
created branch x-user-and-items in caffeinatedgaze/lavina
2024-05-15 11:05:36 +00:00
scalability: initial support for remote rooms
Oh, wait. We send XML over network. There can be now UoW. I guess this is irrelevant.
scalability: initial support for remote rooms
UoW could solve this, but it is hard to implement given that the individual updates are sent out by command handlers.
scalability: initial support for remote rooms
Is it necessary to make sure that either all of the updates are delivered or none? Currently, some updates might be lost along the way if the server is terminated abruptly.
fix/check-if-member
f3fd15b781
Test joining a room twice
8dd3ee4443
Fix query
061c3a1093
Format
5512a74999
Check if user is a member before inserting a membership (#62)
775f43a1f3
Fix query
660794c1dd
Format
04c2ef68a3
Check if user is member
7f2c6a1013
continue propagated traces in http request handlers
bb0fe3bf0b
use borrows in http endpoint handlers
Check if user is member
caffeinatedgaze
created branch fix/check-if-member in caffeinatedgaze/lavina
2024-05-07 14:11:58 +00:00
Implement Message Archive Management stub for XEP-0313
yup, for the sake of moving to the next state of the state machine