JustTestingV
  • Joined on 2023-08-26
JustTestingV pushed to xmpp-sanitizing at JustTestingV/lavina 2024-01-20 17:27:57 +00:00
b743252916 deleted lavina-core dependency in proto-xmpp
JustTestingV created pull request lavina/lavina#29 2024-01-20 17:13:19 +00:00
[xmpp] no panic!
JustTestingV pushed to xmpp-sanitizing at JustTestingV/lavina 2024-01-20 17:12:46 +00:00
798b27ccb2 [xmpp] no panic!
JustTestingV created branch xmpp-sanitizing in JustTestingV/lavina 2024-01-20 17:12:46 +00:00
JustTestingV pushed to main at JustTestingV/lavina 2024-01-20 16:35:08 +00:00
77d175ccd9 update hyper to 1.0 and other libs
cefd6f8df0 irc: basic implementation of PLAIN SASL auth #8 (#28)
85fa607e16 move sasl into separate crate
4dbc68adfe Update rust toolchain
ff806cc3d9 xmpp: split off stanza and update handling into modules (#27)
Compare 11 commits »
JustTestingV commented on pull request lavina/lavina#26 2023-10-13 11:11:14 +00:00
xmpp: a basic integration test scenario

Will other tests replaced to /test in future? (I know that the conventions in Rust do not prohibit testing a method under definition of this method)

JustTestingV commented on pull request lavina/lavina#26 2023-10-13 11:09:07 +00:00
xmpp: a basic integration test scenario

Why was added actual xmpp.key and .pem, when they are ignored?

JustTestingV deleted branch xmpp-logopass-auth from JustTestingV/lavina 2023-10-08 16:11:02 +00:00
JustTestingV deleted branch nonempty-prefixed-nicknames from JustTestingV/lavina 2023-10-08 16:10:57 +00:00
JustTestingV pushed to main at JustTestingV/lavina 2023-10-08 16:10:08 +00:00
9582160d2c xmpp: logopass auth (#19)
3ff8c98f14 update dependencies
1a1136187e sanitize IRC parsing (#23)
0b98102580 add author id in messages schema
1373767d7f xmpp: add muc proto tests
Compare 123 commits »
JustTestingV pushed to main at JustTestingV/lavina 2023-10-08 16:09:45 +00:00
JustTestingV pushed to xmpp-logopass-auth at JustTestingV/lavina 2023-10-08 16:08:38 +00:00
JustTestingV pushed to main at JustTestingV/lavina 2023-10-08 16:06:02 +00:00
82f8fc90b3 merge main
da520f5a25 [xmpp] logopass auth
8047a97baa remove /test/
47195f5eee add crates/README.md
2f034284cf rename telemetry mod to http
Compare 19 commits »
JustTestingV pushed to xmpp-logopass-auth at JustTestingV/lavina 2023-10-08 16:04:39 +00:00
9582160d2c xmpp: logopass auth (#19)
3ff8c98f14 update dependencies
1a1136187e sanitize IRC parsing (#23)
0b98102580 add author id in messages schema
1373767d7f xmpp: add muc proto tests
Compare 8 commits »
JustTestingV closed issue lavina/lavina#7 2023-10-08 15:54:42 +00:00
Plaintext authentication in XMPP
JustTestingV reopened issue lavina/lavina#7 2023-10-08 15:52:12 +00:00
Plaintext authentication in XMPP
JustTestingV closed issue lavina/lavina#7 2023-10-08 15:51:34 +00:00
Plaintext authentication in XMPP
JustTestingV pushed to xmpp-logopass-auth at JustTestingV/lavina 2023-10-08 11:18:53 +00:00
190118974a added tests for AuthBody::from_str