Nikita Vilunov nikita
  • Joined on 2023-08-25
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

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

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

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

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

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

nikita deleted branch fix-links from lavina/lavina 2024-05-22 19:43:52 +00:00
nikita closed pull request lavina/lavina#3 2024-05-22 19:43:26 +00:00
Introduce scoped async tasks and get-rid of Arc'ed objects
nikita deleted branch async-scoped from nikita/lavina 2024-05-22 19:43:26 +00:00
nikita closed pull request lavina/lavina#16 2024-05-22 19:43:15 +00:00
WIP: irc simulator
nikita deleted branch sim-irc from nikita/lavina 2024-05-22 19:43:15 +00:00
nikita deleted branch xmpp-muc-join from nikita/lavina 2024-05-22 09:29:48 +00:00
nikita pushed to main at lavina/lavina 2024-05-22 09:29:47 +00:00
580923814b xmpp: send user-item and empty room subject on muc join (#69)
nikita merged pull request lavina/lavina#69 2024-05-22 09:29:45 +00:00
xmpp: send user-item and empty room subject on muc join
nikita commented on pull request lavina/lavina#69 2024-05-21 09:41:43 +00:00
xmpp: send user-item and empty room subject on muc join

afraid not, that's just the description of conditions that these status codes represent. added dome new docs.

nikita pushed to xmpp-muc-join at nikita/lavina 2024-05-21 09:39:30 +00:00