Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita pushed to irc-sasl at nikita/lavina 2023-10-14 19:13:54 +00:00
f20658559c format
nikita created pull request lavina/lavina#28 2023-10-13 23:37:29 +00:00
WIP: irc-sasl
nikita pushed to irc-sasl at nikita/lavina 2023-10-13 23:37:14 +00:00
4929da3f05 move sasl into separate crate
49f8def1d4 irc: sasl
ff806cc3d9 xmpp: split off stanza and update handling into modules (#27)
68c342aa44 xmpp: a basic integration test scenario (#26)
Compare 4 commits »
nikita pushed to main at lavina/lavina 2023-10-13 20:09:10 +00:00
ff806cc3d9 xmpp: split off stanza and update handling into modules (#27)
nikita deleted branch xmpp-modules from nikita/lavina 2023-10-13 20:09:10 +00:00
nikita merged pull request lavina/lavina#27 2023-10-13 20:09:09 +00:00
xmpp: split off stanza and update handling into modules
nikita pushed to xmpp-modules at nikita/lavina 2023-10-13 20:06:49 +00:00
e8e56da180 Merge branch 'main' into xmpp-modules
68c342aa44 xmpp: a basic integration test scenario (#26)
fea64e4232 irc: improve integration test
Compare 3 commits »
nikita deleted branch xmpp-tests from nikita/lavina 2023-10-13 20:06:42 +00:00
nikita pushed to main at lavina/lavina 2023-10-13 20:06:42 +00:00
68c342aa44 xmpp: a basic integration test scenario (#26)
nikita merged pull request lavina/lavina#26 2023-10-13 20:06:41 +00:00
xmpp: a basic integration test scenario
nikita pushed to xmpp-tests at nikita/lavina 2023-10-13 20:05:07 +00:00
aea11b0400 Merge branch 'main' into xmpp-tests
fea64e4232 irc: improve integration test
Compare 2 commits »
nikita pushed to irc-sasl at nikita/lavina 2023-10-13 14:54:15 +00:00
ce3c49cff6 move sasl into separate crate
nikita pushed to main at lavina/lavina 2023-10-13 14:31:23 +00:00
fea64e4232 irc: improve integration test
nikita created branch irc-sasl in nikita/lavina 2023-10-13 14:31:10 +00:00
nikita pushed to irc-sasl at nikita/lavina 2023-10-13 14:31:10 +00:00
dccb0b0f30 irc: sasl
fea64e4232 irc: improve integration test
Compare 2 commits »
nikita commented on pull request lavina/lavina#26 2023-10-13 11:15:56 +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)

No, tests inside /test/ dir are…

nikita commented on pull request lavina/lavina#26 2023-10-13 11:14:05 +00:00
xmpp: a basic integration test scenario

this is the certificate used only for running this test, it is not used when running the application locally

nikita pushed to xmpp-tests at nikita/lavina 2023-10-13 10:07:03 +00:00
nikita pushed to xmpp-tests at nikita/lavina 2023-10-12 23:11:19 +00:00
0ce1342032 logs
nikita created pull request lavina/lavina#27 2023-10-12 22:59:41 +00:00
xmpp: split off stanza and update handling into modules