Nikita Vilunov nikita
  • Joined on 2023-08-25
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
nikita pushed to xmpp-modules at nikita/lavina 2023-10-12 22:58:39 +00:00
6226e92438 split updates
ca58ae1877 split stanza handlers into modules
Compare 2 commits »
nikita created branch xmpp-modules in nikita/lavina 2023-10-12 22:58:39 +00:00
nikita created pull request lavina/lavina#26 2023-10-12 22:19:42 +00:00
xmpp: a basic integration test scenario
nikita created branch xmpp-tests in nikita/lavina 2023-10-12 22:18:55 +00:00
nikita pushed to xmpp-tests at nikita/lavina 2023-10-12 22:18:55 +00:00
ea1735bd92 finish xmpp test scenario up to auth
20db4f915b xmpp tests
013a20cbea update docs
f0b38545bf new irc integration tests (#25)
ac0b0dc962 start next version
Compare 9 commits »
nikita pushed to main at lavina/lavina 2023-10-10 13:05:31 +00:00
013a20cbea update docs
nikita pushed to main at lavina/lavina 2023-10-10 00:20:24 +00:00
155e2c07a5 update docs
nikita pushed to main at lavina/lavina 2023-10-10 00:19:03 +00:00
788b177626 update docs
nikita deleted branch irc-tests from nikita/lavina 2023-10-09 11:35:44 +00:00
nikita pushed to main at lavina/lavina 2023-10-09 11:35:43 +00:00
f0b38545bf new irc integration tests (#25)
nikita merged pull request lavina/lavina#25 2023-10-09 11:35:42 +00:00
new irc integration tests