Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita created pull request lavina/lavina#66 2024-05-11 12:44:00 +00:00
core: separate the model from the logic implementation
nikita pushed to main at nikita/lavina 2024-05-11 12:33:57 +00:00
d1a72e7978 move repo methods into submodules and clean up warnings
6749103726 scalability: initial support for remote rooms (#61)
3b454ad7cd xmpp: unit-tests for resource bind it and muc presence
5512a74999 Check if user is a member before inserting a membership (#62)
7f2c6a1013 continue propagated traces in http request handlers
Compare 22 commits »
nikita created branch refactor-services in nikita/lavina 2024-05-11 12:33:50 +00:00
nikita pushed to refactor-services at nikita/lavina 2024-05-11 12:33:50 +00:00
a8a4b1c490 remove arcs
e123fe85ca part 1
d1a72e7978 move repo methods into submodules and clean up warnings
6749103726 scalability: initial support for remote rooms (#61)
3b454ad7cd xmpp: unit-tests for resource bind it and muc presence
Compare 10 commits »
nikita pushed to main at lavina/lavina 2024-05-10 21:58:21 +00:00
d1a72e7978 move repo methods into submodules and clean up warnings
nikita deleted branch clustering from nikita/lavina 2024-05-10 20:44:59 +00:00
nikita pushed to main at lavina/lavina 2024-05-10 20:44:26 +00:00
6749103726 scalability: initial support for remote rooms (#61)
nikita deleted branch cluster from nikita/lavina 2024-05-10 20:44:26 +00:00
nikita merged pull request lavina/lavina#61 2024-05-10 20:44:25 +00:00
scalability: initial support for remote rooms
nikita commented on issue lavina/lavina#32 2024-05-10 20:03:17 +00:00
Horizontal scalability

Step 1 – players and dialogs centralized, rooms distributed

All players are located on the same node. The client traffic is terminated on the same node

Rooms and their history could be…

nikita commented on pull request lavina/lavina#61 2024-05-10 16:28:57 +00:00
scalability: initial support for remote rooms

I'm going full anti-RESTful and full pro-RPC here.

There will be only two HTTP verbs used: GET for read-only queries and POST for write commands (as in CQRS). I hope it will limit the amount of…

nikita pushed to cluster at nikita/lavina 2024-05-10 14:00:29 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:52:05 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:47:48 +00:00
nikita pushed to cluster at nikita/lavina 2024-05-10 13:43:30 +00:00
65dc59a8b5 default config
Compare 2 commits »
nikita deleted branch xmpp-tests from nikita/lavina 2024-05-10 13:36:39 +00:00
nikita closed pull request lavina/lavina#63 2024-05-10 13:36:27 +00:00
WIP: xmpp test example
nikita pushed to cluster at nikita/lavina 2024-05-10 13:35:58 +00:00
cb958c1e65 Merge branch 'refs/heads/main' into cluster
3b454ad7cd xmpp: unit-tests for resource bind it and muc presence
5512a74999 Check if user is a member before inserting a membership (#62)
Compare 4 commits »
nikita pushed to main at lavina/lavina 2024-05-10 13:35:36 +00:00
3b454ad7cd xmpp: unit-tests for resource bind it and muc presence
nikita merged pull request lavina/lavina#64 2024-05-10 13:35:35 +00:00
fix/check-if-member