Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita suggested changes for lavina/lavina#1 2023-08-26 15:21:54 +00:00
used regex_static in Jid
nikita commented on pull request lavina/lavina#1 2023-08-26 15:21:54 +00:00
used regex_static in Jid

Better not to use regex_static, since it hasn't been updated in a couple of years and depends on older crates. It should be pretty easy to implement this manually via lazy_static

nikita created branch main in lavina/lavina 2023-08-25 21:42:24 +00:00
nikita pushed to main at lavina/lavina 2023-08-25 21:42:24 +00:00
6ed1f6be40 readme.md
b9724cd995 stop player fibers on shutdown
5c07c8368d persistence of chat messages
f401aa786e Fix Storage closing during app shutdown.
1b5ac1491a persistence for rooms
Compare 10 commits »
nikita created repository lavina/lavina 2023-08-25 21:40:10 +00:00