~raof/conduit-snap/+git/trunk:Nyaaori/declare-msc3827

Last commit made on 2022-11-28
Get this branch:
git clone -b Nyaaori/declare-msc3827 https://git.launchpad.net/~raof/conduit-snap/+git/trunk

Branch merges

Branch information

Name:
Nyaaori/declare-msc3827
Repository:
lp:~raof/conduit-snap/+git/trunk

Recent commits

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

fix: Declare support for msc3827

Not doing so causes recent matrix-react-sdk versions to set room_types to null
instead of omitting, which is against spec and results in ruma throwing
an error, resulting in room listings being entirely unavailable for users
of element-web and other matrix-react-sdk based clients

We also pass room_types over federation already,
not declaring support means compliant clients will not make use of said feature.

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

Merge branch 'cross-compiling' into 'next'

Added cross-compilation instructions

See merge request famedly/conduit!430

bcd522e... by Orhideous <email address hidden>

Added cross-compilation instructions to DEPLOY.md

249960b... by Jonas Zohren <email address hidden>

Merge branch 'fix-lock' into 'next'

Update Cargo.lock

See merge request famedly/conduit!427

583aea1... by "Andriy Kushnir (Orhideous)" <email address hidden>

Update Cargo.lock

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

Merge branch 'fixroomleave' into 'next'

fix: unable to leave room

See merge request famedly/conduit!419

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

Merge branch 'logs-cleanup' into 'next'

Clean some noisy logs

See merge request famedly/conduit!423

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

Merge branch 'Nyaaori/reduce-generated-token-length' into 'next'

Reduce length of generated access tokens and session ids

See merge request famedly/conduit!386

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

Merge branch 'Nyaaori/cleanup' into 'next'

misc. cleanup

See merge request famedly/conduit!420

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

Reduce length of generated access tokens and session ids

Reduces generated tokens and session ids down to 32 characters (~190 bits of entropy) in length