Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita pushed to muc-leave at nikita/lavina 2024-05-26 16:19:12 +00:00
nikita created pull request lavina/lavina#71 2024-05-26 16:18:47 +00:00
xmpp: add support leaving MUCs via unavailable presence
nikita pushed to muc-leave at nikita/lavina 2024-05-26 16:18:37 +00:00
fe802aca26 xmpp: add support leaving MUCs via unavailable presence
f02971d407 xmpp: add tracing instrumentations
381b5650bc xmpp, core: Send message history on MUC join (#68)
bce8b332d2 irc: handle repeated joins correctly
580923814b xmpp: send user-item and empty room subject on muc join (#69)
Compare 6 commits »
nikita created branch muc-leave in nikita/lavina 2024-05-26 16:18:37 +00:00
nikita created pull request lavina/lavina#70 2024-05-26 12:30:28 +00:00
reduce usage of unwraps
nikita pushed to error-handling at lavina/lavina 2024-05-26 12:30:09 +00:00
638b9eb796 unwraps and other stuff
8fe241edff connection errors
427f14f35a errors
Compare 3 commits »
nikita created branch error-handling in lavina/lavina 2024-05-26 12:30:09 +00:00
nikita pushed to main at lavina/lavina 2024-05-26 11:57:43 +00:00
f02971d407 xmpp: add tracing instrumentations
nikita pushed to main at lavina/lavina 2024-05-26 11:20:28 +00:00
381b5650bc xmpp, core: Send message history on MUC join (#68)
nikita merged pull request lavina/lavina#68 2024-05-26 11:20:27 +00:00
Send message history on MUC join
nikita pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-25 21:16:48 +00:00
8a8cb0da5c style
nikita pushed to main at lavina/lavina 2024-05-25 10:41:02 +00:00
bce8b332d2 irc: handle repeated joins correctly
nikita commented on pull request lavina/lavina#68 2024-05-24 09:37:20 +00:00
Send message history on MUC join

does this work?

impl Delay {
  const XMLNS: &'static str = "blahblah";
}
nikita commented on pull request lavina/lavina#68 2024-05-23 19:19:07 +00:00
Send message history on MUC join

perhaps move this into Delay's own serialize?

nikita commented on pull request lavina/lavina#68 2024-05-23 19:19:07 +00:00
Send message history on MUC join

if Delay is just a data class then this should be public

nikita commented on pull request lavina/lavina#68 2024-05-23 19:19:07 +00:00
Send message history on MUC join

not needed?

nikita commented on pull request lavina/lavina#68 2024-05-23 19:19:07 +00:00
Send message history on MUC join

message.id is the ordering key; created_at could be in different order since it will be generated at edge nodes

nikita commented on pull request lavina/lavina#68 2024-05-23 19:19:07 +00:00
Send message history on MUC join

and if all fields are public we don't need a new method

nikita commented on pull request lavina/lavina#68 2024-05-23 19:19:07 +00:00
Send message history on MUC join

this is statically known, no? it doesn't need to be a field

nikita deleted branch fix-links from lavina/lavina 2024-05-22 19:43:52 +00:00