caffeinatedgaze
  • Joined on 2024-03-25
caffeinatedgaze commented on issue lavina/lavina#39 2024-05-25 16:50:53 +00:00
IRC chathistory capability

batching means sending one message at a time.
message-tags means no replies, mentions, nickname changes, and other metadata (which one?).

It looks like server-time is easily implemented…

caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-25 16:11:53 +00:00
538de5e849 Merge remote-tracking branch 'lavina/main' into feature/muc-join-messages
bce8b332d2 irc: handle repeated joins correctly
Compare 2 commits »
caffeinatedgaze commented on issue lavina/lavina#39 2024-05-25 16:09:09 +00:00
IRC chathistory capability

However, limited functionality is available to clients without support for these CAPs.

I think the first implementation of chathistory should only include the limited version without the…

caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-25 09:37:51 +00:00
cb5651c528 Test serialization
caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-25 09:35:24 +00:00
9adc3e1154 Test serialization
caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-24 18:07:46 +00:00
021bde729c Sketch a serialization test
caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 17:27:51 +00:00
Send message history on MUC join

Rmoved.

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 17:27:41 +00:00
Send message history on MUC join

I switched to normal global consts, all good now.

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 17:26:58 +00:00
Send message history on MUC join

I misunderstood. However, it did not work anyways.

caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-24 17:25:12 +00:00
8d2e56fac9 Move delay namespace out of the constructor
caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 17:02:38 +00:00
Send message history on MUC join

The IDE says "Default parameter values are not supported in Rust".

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 17:02:17 +00:00
Send message history on MUC join

Nope.

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 09:34:01 +00:00
Send message history on MUC join

caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-24 09:33:50 +00:00
6def71b581 Serialize delay separately
8dff974df8 Add tracing info
Compare 2 commits »
caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 09:18:02 +00:00
Send message history on MUC join

I have only managed to cause Psi to crash while implementing this. 🆒

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 09:04:12 +00:00
Send message history on MUC join

I only use it as a means to provide defaults

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 08:55:17 +00:00
Send message history on MUC join

caffeinatedgaze pushed to feature/muc-join-messages at caffeinatedgaze/lavina 2024-05-24 08:55:16 +00:00
85c8d03f54 Make fields public
caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 08:54:43 +00:00
Send message history on MUC join

It is indeed. I would wanna keep it together with the other attributes tho, is there a better way?

caffeinatedgaze commented on pull request lavina/lavina#68 2024-05-24 08:53:14 +00:00
Send message history on MUC join