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

Last commit made on 2022-02-03
Get this branch:
git clone -b brokenjoinfix https://git.launchpad.net/~raof/conduit-snap/+git/trunk

Branch merges

Branch information

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

Recent commits

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

fix: repair after broken join

The bug that caused broken joins was fixed here:
https://gitlab.com/famedly/conduit/-/commit/a5f004d7e9c783caf280884d7fd332c7bafa67ce

But that commit doesn't repair those joins afterwards because the broken
join event is still in the auth chain. This commit will leave out the
the member join event from the auth_events in leave->* transitions.

Also see https://github.com/matrix-org/matrix-doc/issues/3695

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

fix: initial state deserialize->serialize error

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

fix: signature mismatch on odd send_join servers

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

feat: cache capacity modifier

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

fix: use to_lowercase on /register/available username

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

tests

4a34d75... by Jonas Zohren <email address hidden>

Merge branch 'fix/rocksdb-cross-compiling' into 'next'

Fix cross-compiling for RocksDB

Closes #213

See merge request famedly/conduit!261

fd67cd7... by Maxim De Clercq <email address hidden>

feat: support targetting i686

cd99026... by Maxim De Clercq <email address hidden>

feat: use rustembedded/cross images and use static relocation model to fix cross-compile

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

Merge branch 'list_local_users' into 'next'

Implement list_local_users command

See merge request famedly/conduit!260