82f8fc90b3
merge main
da520f5a25
[xmpp] logopass auth
8047a97baa
remove /test/
47195f5eee
add crates/README.md
2f034284cf
rename telemetry mod to http
xmpp: rewrite bind request parser as a coroutine
I don’t see tags and namespaces being validated. Is it outdated todo?
xmpp: rewrite bind request parser as a coroutine
Why this error is separrated from if bytes.name().0 == b"resource" => {}
? It seems possible to throw an error instantly
xmpp: rewrite bind request parser as a coroutine
What are the benefits of using generators here? Also in rust docs mentioned "Generators are an extra-unstable feature in the compiler right now" or "The syntax and semantics for generators is unstable and will require a further RFC for stabilization."
JustTestingV
pushed to nonempty-prefixed-nicknames at JustTestingV/lavina
2023-09-15 16:31:43 +00:00
e5481035a7
formatted namings in user.rs
JustTestingV
pushed to nonempty-prefixed-nicknames at JustTestingV/lavina
2023-09-15 16:28:02 +00:00
bb2e4eecf8
formatted user.rs
JustTestingV
pushed to nonempty-prefixed-nicknames at JustTestingV/lavina
2023-09-15 16:17:22 +00:00
1617f428e4
PrefixedNick creation raw, not Result
JustTestingV
pushed to nonempty-prefixed-nicknames at JustTestingV/lavina
2023-09-15 16:13:19 +00:00
eb123da0e9
camelCase to snake_case
JustTestingV
pushed to nonempty-prefixed-nicknames at JustTestingV/lavina
2023-09-15 16:10:22 +00:00
cf6022827d
refactored PrefixedNick
[irc] used nonempty prefixed nicks in 353 reply
JustTestingV
pushed to nonempty-prefixed-nicknames at JustTestingV/lavina
2023-09-07 19:35:26 +00:00
9c020e970e
[irc] used nonempty prefixed nicks in 353 reply
JustTestingV
created branch nonempty-prefixed-nicknames in JustTestingV/lavina
2023-09-07 19:35:26 +00:00
53f218c58f
[irc] send 502 if not sender tries to change mode for other users (#4)
377d9c32d2
fix message sending