Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita commented on pull request lavina/lavina#9 2023-09-08 17:55:29 +00:00
[irc] used nonempty prefixed nicks in 353 reply

also according to the rust code style variables are named in snake_case and not in camelCase

nikita commented on pull request lavina/lavina#9 2023-09-08 17:55:29 +00:00
[irc] used nonempty prefixed nicks in 353 reply

it's probably okay to make it just a Str, since this is the domain of irc and it doesn't have players, it has nicknames and usernames and other stuff (which probably could be wrapped into newtypes in future)

nikita suggested changes for lavina/lavina#9 2023-09-08 17:55:29 +00:00
[irc] used nonempty prefixed nicks in 353 reply
nikita commented on pull request lavina/lavina#9 2023-09-08 17:55:29 +00:00
[irc] used nonempty prefixed nicks in 353 reply

this is not the way, you should actually iterate over members in a for-loop and call writer.write_all there

nikita opened issue lavina/lavina#8 2023-09-06 19:29:41 +00:00
Non-PASS authentication in IRC
nikita pushed to main at lavina/lavina 2023-09-06 18:43:09 +00:00
53f218c58f [irc] send 502 if not sender tries to change mode for other users (#4)
nikita merged pull request lavina/lavina#4 2023-09-06 18:43:08 +00:00
[irc] send 502 if not sender tries to change mode for other users
nikita opened issue lavina/lavina#7 2023-09-06 18:26:35 +00:00
Plaintext authentication in XMPP
nikita opened issue lavina/lavina#6 2023-09-06 18:22:30 +00:00
Sanitize XMPP parsing
nikita opened issue lavina/lavina#5 2023-09-06 18:18:17 +00:00
Persistence MVP
nikita created pull request lavina/lavina#3 2023-09-06 17:23:30 +00:00
Introduce scoped async tasks and get-rid of Arc'ed objects
nikita pushed to async-scoped at nikita/lavina 2023-09-06 17:11:06 +00:00
2694936ca5 de-arcify Storage
99980720be de-arcify RoomRegistry
5818c0f516 de-arcify PlayerRegistry
c114de7dfa use scoped for telemetry and all socket connections
1652333184 use scoped for xmpp
Compare 7 commits »
nikita pushed to main at lavina/lavina 2023-09-06 14:34:31 +00:00
377d9c32d2 fix message sending
nikita created branch async-scoped in nikita/lavina 2023-09-06 13:44:43 +00:00
nikita pushed to async-scoped at nikita/lavina 2023-09-06 13:44:43 +00:00
fd96dd7449 add async-scoped
nikita created repository nikita/lavina 2023-09-06 13:42:54 +00:00
nikita pushed to main at lavina/lavina 2023-08-28 12:55:18 +00:00
43ea27b655 configure cargo deny
nikita pushed to main at lavina/lavina 2023-08-26 15:50:07 +00:00
e9fc74b46b used regex_static in Jid (#1)
nikita merged pull request lavina/lavina#1 2023-08-26 15:50:06 +00:00
used regex_static in Jid
nikita opened issue lavina/lavina#2 2023-08-26 15:31:50 +00:00
Graceful shutdown