Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita commented on pull request lavina/lavina#43 2024-05-05 15:51:24 +00:00
implement WHOIS command

and this

nikita commented on pull request lavina/lavina#43 2024-05-05 15:51:24 +00:00
implement WHOIS command

and this

nikita pushed to main at lavina/lavina 2024-05-05 15:13:00 +00:00
adf1d8c14c xmpp: Implement Message Archive Management stub for XEP-0313 (#60)
nikita merged pull request lavina/lavina#60 2024-05-05 15:12:59 +00:00
Implement Message Archive Management stub for XEP-0313
nikita suggested changes for lavina/lavina#60 2024-05-04 18:36:19 +00:00
Implement Message Archive Management stub for XEP-0313
nikita commented on pull request lavina/lavina#60 2024-05-04 18:36:19 +00:00
Implement Message Archive Management stub for XEP-0313

Set implements FromXmlTag, but judging from parsing it's not a tag, it's just any two events. If this isn't needed then it's better to remove it

nikita commented on pull request lavina/lavina#60 2024-05-04 18:36:19 +00:00
Implement Message Archive Management stub for XEP-0313

same

nikita suggested changes for lavina/lavina#60 2024-05-04 10:52:28 +00:00
Implement Message Archive Management stub for XEP-0313
nikita commented on pull request lavina/lavina#60 2024-05-04 10:52:28 +00:00
Implement Message Archive Management stub for XEP-0313

not me pls

nikita commented on pull request lavina/lavina#60 2024-05-04 10:52:28 +00:00
Implement Message Archive Management stub for XEP-0313

and here

nikita commented on pull request lavina/lavina#60 2024-05-04 10:52:28 +00:00
Implement Message Archive Management stub for XEP-0313

delete commented out code?

nikita commented on pull request lavina/lavina#60 2024-05-04 10:52:28 +00:00
Implement Message Archive Management stub for XEP-0313

no need for extern crate here

nikita pushed to cluster at nikita/lavina 2024-05-03 20:36:24 +00:00
5377b4c96a config
8a14a4d687 cluster
9a09ff717e management api endpoints for rooms
a87f7c9d73 xmpp: extract common fragments of integration tests into functions
25605322a0 player shutdown API (#58)
Compare 10 commits »
nikita created branch cluster in nikita/lavina 2024-05-03 20:36:24 +00:00
nikita pushed to clustering at nikita/lavina 2024-05-03 20:35:53 +00:00
9cd088ef78 config
nikita commented on pull request lavina/lavina#43 2024-05-03 16:25:49 +00:00
implement WHOIS command

[T; 20] is an array of 20 elements exactly, and there might be fewer that 20 elements?

nikita commented on pull request lavina/lavina#43 2024-05-03 16:24:40 +00:00
implement WHOIS command

All protocol types like any other network-transmitted types are plain data, they have no encapsulation of data and no behavior other than [de]serialization. This concerns all that kind of types,…

nikita pushed to main at lavina/lavina 2024-05-01 15:30:37 +00:00
9a09ff717e management api endpoints for rooms
nikita opened issue lavina/lavina#59 2024-05-01 11:16:17 +00:00
IRC echo-message capability
nikita commented on pull request lavina/lavina#43 2024-04-30 14:04:23 +00:00
implement WHOIS command

it's better to move this entire module to proto-irc, make all fields public and remove new methods