Nikita Vilunov nikita
  • Joined on 2023-08-25
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 created branch tracing in nikita/lavina 2024-04-26 00:21:47 +00:00
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 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)
nikita deleted branch new-auth from nikita/lavina 2024-04-23 16:31:03 +00:00
nikita merged pull request lavina/lavina#55 2024-04-23 16:31:02 +00:00
argon2-based password hashing
nikita pushed to new-auth at nikita/lavina 2024-04-23 16:29:33 +00:00
c710f206c9 Merge branch 'main' into new-auth
799da8366c basic dialog implementation with irc and xmpp support (#53)
Compare 2 commits »
nikita pushed to main at lavina/lavina 2024-04-23 16:26:42 +00:00
799da8366c basic dialog implementation with irc and xmpp support (#53)
nikita deleted branch dialogs from nikita/lavina 2024-04-23 16:26:42 +00:00
nikita merged pull request lavina/lavina#53 2024-04-23 16:26:41 +00:00
basic dialog implementation with irc and xmpp support
nikita pushed to dialogs at nikita/lavina 2024-04-23 16:25:15 +00:00
9223408518 comment
nikita pushed to dialogs at nikita/lavina 2024-04-23 16:23:18 +00:00
51a6333a61 change logs to debug
nikita opened issue lavina/lavina#56 2024-04-23 13:31:19 +00:00
Distributed tracing support