Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita pushed to main at lavina/lavina 2024-04-26 17:42:44 +00:00
4b5ab02322 start next version
nikita pushed tag 0.0.2 to lavina/lavina 2024-04-26 11:43:52 +00:00
nikita pushed to main at lavina/lavina 2024-04-26 11:36:21 +00:00
843d0e9c82 bump version
nikita pushed to main at lavina/lavina 2024-04-26 11:29:41 +00:00
72f5010988 clean up http.rs a little
nikita deleted branch tracing from nikita/lavina 2024-04-26 10:16:25 +00:00
nikita closed issue lavina/lavina#56 2024-04-26 10:16:25 +00:00
Distributed tracing support
nikita pushed to main at lavina/lavina 2024-04-26 10:16:25 +00:00
4ff09ea05f tracing otlp exporter and instrumentation annotations (#57)
nikita merged pull request lavina/lavina#57 2024-04-26 10:16:25 +00:00
tracing otlp exporter and instrumentation annotations
nikita pushed to tracing at nikita/lavina 2024-04-26 10:14:48 +00:00
0e0ffc31d2 small fix
nikita pushed to tracing at nikita/lavina 2024-04-26 10:12:44 +00:00
f78156c6a4 small fix
nikita created pull request lavina/lavina#57 2024-04-26 00:22:25 +00:00
tracing otlp exporter and instrumentation annotations
nikita pushed to tracing at nikita/lavina 2024-04-26 00:21:47 +00:00
cca30d5152 add more instrumentation
e76ebf060a instrument player send msg
af52c9371c add trace exporter
799332946c add instrumentation
Compare 4 commits »
nikita created branch tracing in nikita/lavina 2024-04-26 00:21:47 +00:00
nikita pushed to main at nikita/lavina 2024-04-24 18:47:09 +00:00
ec49489ef1 validate that rooms and dialogs are owned exclusively on shutdown
d305f5bf77 argon2-based password hashing (#55)
799da8366c basic dialog implementation with irc and xmpp support (#53)
d805061d5b refactor auth logic into a common module (#54)
6c08d69f41 sasl: remove unused code
Compare 6 commits »
nikita created branch player-shutdown in nikita/lavina 2024-04-24 18:46:54 +00:00
nikita pushed to player-shutdown at nikita/lavina 2024-04-24 18:46:54 +00:00
31ec30c2ef player shutdown cmds
ec49489ef1 validate that rooms and dialogs are owned exclusively on shutdown
d305f5bf77 argon2-based password hashing (#55)
799da8366c basic dialog implementation with irc and xmpp support (#53)
d805061d5b refactor auth logic into a common module (#54)
Compare 7 commits »
nikita commented on issue lavina/lavina#48 2024-04-23 17:46:01 +00:00
No clear error message when joining an MUC using a wrong room identifier

This is how it works with ejabberd when federation is enabled, but the domain does not exist:

request:
<presence to="room@fake.oflor.me/Oflor">
<priority>50</priority>
<c xmlns="http://…
nikita pushed to main at lavina/lavina 2024-04-23 17:18:58 +00:00
ec49489ef1 validate that rooms and dialogs are owned exclusively on shutdown
nikita pushed to main at lavina/lavina 2024-04-23 17:14:53 +00:00
a940114a14 validate that rooms and dialogs are owned exclusively on shutdown
nikita pushed to main at lavina/lavina 2024-04-23 16:31:03 +00:00
d305f5bf77 argon2-based password hashing (#55)