~raof/conduit-snap/+git/trunk:perf

Last commit made on 2021-11-25
Get this branch:
git clone -b perf https://git.launchpad.net/~raof/conduit-snap/+git/trunk

Branch merges

Branch information

Name:
perf
Repository:
lp:~raof/conduit-snap/+git/trunk

Recent commits

c1dd192... by =?utf-8?q?Timo_K=C3=B6sters?= <email address hidden>

performance tests

afa5d44... by =?utf-8?q?Timo_K=C3=B6sters?= <email address hidden>

Merge branch 'better-multiarch-building-the-second-attempt' into 'next'

CI: New Multiarch builds and Docker images + cargo clippy/test output now integrated into GitLab

Closes #145

See merge request famedly/conduit!225

2fff720... by Jonas Zohren <email address hidden>

CI: New Multiarch builds and Docker images + cargo clippy/test output now integrated into GitLab

da00f61... by =?utf-8?q?Timo_K=C3=B6sters?= <email address hidden>

Merge branch 'feature/turn-server-settings' into 'next'

Implement turn server settings

Closes #97

See merge request famedly/conduit!208

9fccbb0... by Moritz Bitsch <email address hidden>

Implement TURN server authentication with hmac

This is a prefered method to allow limited access to the TURN server

109892b... by Moritz Bitsch <email address hidden>

Implement turn server settings

this fills out the infos in /_matrix/client/r0/voip/turnServer with
values specified in the server config

24a8356... by Jonas Platte <email address hidden>

Merge branch 'nyaaori/fix-room-creation' into 'next'

Make createRoom follow spec for m.room.create, allowing creation of spaces

See merge request famedly/conduit!220

c4bce1d... by Nyaaori <+@nyaaori.cat>

Cleanup room.rs; replace unwraps with map_err

9b63708... by Jonas Platte <email address hidden>

Merge branch 'nyaaori/fix-join-panic' into 'next'

Fix join panic bug

See merge request famedly/conduit!224

86177fa... by Nyaaori <+@nyaaori.cat>

Fix join panic bug