Kurt Roeckx
1cd16f7046
Don't use a vector for the key of the auth chain cache
...
We only ever get and insert one element in the vector
4 years ago
Timo Kösters
8a5dbef474
Merge branch 'set-canonical-room-alias-on-room-creation' into 'master'
...
Try to set canonical room alias on room creation.
Closes #123
See merge request famedly/conduit!154
4 years ago
Jonas Zohren
4cf3c432af
Try to set canonical room alias on room creation.
...
The spec does not require servers to apply a room canonical alias event upon room creation (yet).
Still, synapse does that, since users can set their desired alias in Elements room creation dialog.
With this commit, conduit also sets that alias if it is a valid one.
This closes https://gitlab.com/famedly/conduit/-/issues/123
4 years ago
Timo Kösters
dd3c60fb5a
Merge branch 'master' into 'master'
...
Bump version of alpine docker image to 3.14
See merge request famedly/conduit!150
4 years ago
Timo Kösters
e83c226b1b
Merge branch 'zap-displayname' into 'master'
...
Set nicer displayname
See merge request famedly/conduit!149
4 years ago
Jonathan de Jong
8335f44bfe
Set nicer displayname
4 years ago
Timo Kösters
3745a7cbe6
Merge branch '3pid' into 'master'
...
Add support for a minimal `r0/account/3pid`.
See merge request famedly/conduit!151
4 years ago
Timo Kösters
610b4f9ad1
Merge branch 'fetchprev' into 'master'
...
improvement: try to load missing prev events
See merge request famedly/conduit!152
4 years ago
Ahmed Charles
879aeafa9e
Add support for a minimal `r0/account/3pid`.
4 years ago
Daniel Wiesenberg
a7b6af7caf
Bump version of alpine docker image to 3.14
4 years ago
Timo Kösters
260db9fcc7
improvement: try to load missing prev events
4 years ago
Timo Kösters
1cbc61c558
Merge branch 'badeventfix' into 'master'
...
fix: handle bad events in db better
See merge request famedly/conduit!148
4 years ago
Timo Kösters
d2f406e0e8
fix: handle bad events in db better
4 years ago
Timo Kösters
a816e3decd
Merge branch 'room_create_version' into 'master'
...
Support creating rooms with a version
See merge request famedly/conduit!147
4 years ago
Kurt Roeckx
989a20e99c
Support creating rooms with a version
4 years ago
Timo Kösters
1cf9da26bf
Merge branch 'timeout' into 'master'
...
improvement: longer timeout, more descriptive errors
See merge request famedly/conduit!146
4 years ago
Timo Kösters
55a2ff025f
improvement: longer timeout, more descriptive errors
4 years ago
Timo Kösters
76660bf189
Merge branch 'sqlitefixes' into 'master'
...
Sqlitefixes
See merge request famedly/conduit!144
4 years ago
Timo Kösters
df727688ef
remove rocksdb
4 years ago
Timo Kösters
902404d48d
improvement: save member count + sled fixes
4 years ago
Timo Kösters
b813c34642
improvement: more auth chain caching
4 years ago
Timo Kösters
ab7835dedb
fix: early return from state res
4 years ago
Timo Kösters
9bb4c3cd01
improvement: batched inserts for tokenids
4 years ago
Timo Kösters
fce22362d4
improvement: better auth chain calculation
4 years ago
Timo Kösters
41ec7cf5d0
improvement: batch inserts for stateids
4 years ago
Timo Kösters
49ade0cfbd
improvement: allow batch inserts
4 years ago
Timo Kösters
0eeba86b32
fix: improve locks
4 years ago
Timo Kösters
6b06fc9707
fix: don't run push rules for users that don't exist
4 years ago
Timo Kösters
bd63797213
improvement: make better use of sqlite connections
4 years ago
Timo Kösters
2c4f966d60
improvement: use sqlite properly
4 years ago
Timo Kösters
8174b16c38
Merge branch 'master' into 'master'
...
Also push docker image to docker hub
See merge request famedly/conduit!142
4 years ago
Timo Kösters
6666aae5a5
Merge branch 'docs' into 'master'
...
docs: make it clear that database_path is a folder
See merge request famedly/conduit!143
4 years ago
Timo Kösters
0f045890eb
docs: make it clear that database_path is a folder
4 years ago
Timo Kösters
9cb99a05e0
Merge branch 'tracing_flame' into 'master'
...
feat: tracing flame graph
See merge request famedly/conduit!140
4 years ago
Timo Kösters
dc85a8fafd
fix: migration and push edu bugs
4 years ago
Daniel Wiesenberg
fcd127aadc
Also push docker image to docker hub
4 years ago
Timo Kösters
5df6b8cd5f
improvement: better account data implementation
4 years ago
Timo Kösters
5c776e9ba7
feat: heed db backend (LMDB)
4 years ago
Timo Kösters
c209775abd
fix: pdu without state bug
4 years ago
Timo Kösters
5e924227b6
feat: add threadpool for iterator threads, bug fixes, tracing_flame support
4 years ago
Timo Kösters
734c4637f0
Merge branch 'ci-build-docker-image' into 'master'
...
CI: Build docker image
See merge request famedly/conduit!134
5 years ago
Timo Kösters
e0072eff63
Merge branch 'v5' into 'master'
...
feat: support room version 5
See merge request famedly/conduit!138
5 years ago
Timo Kösters
cae2b200cc
Merge branch 'initial_state_keys' into 'master'
...
Implement From<AnyInitialStateEvent> on PduBuilder
Closes #116
See merge request famedly/conduit!136
5 years ago
Timo Kösters
918df9ca6d
feat: support room version 5
5 years ago
Timo Kösters
387e864659
Merge branch 'aliases' into 'master'
...
Implement getting room aliases
See merge request famedly/conduit!116
5 years ago
Timo Kösters
c84960df91
Merge branch 'deploy-guide-remove-arm-add-x86_64-musl' into 'master'
...
Docs: Remove arm download, but add x86_64 musl one
See merge request famedly/conduit!137
5 years ago
Jonas Zohren
32db4c09a0
Docs: Remove arm download, but add x86_64 musl one
5 years ago
Kurt Roeckx
0d33cc4acd
Implement getting room aliases
...
Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
5 years ago
phesch
666e1d30a3
Implement From<AnyInitialStateEvent> on PduBuilder
...
The conversion between the two is now direct and thus shouldn't lose the state_keys.
5 years ago
Timo Kösters
f43fd6a475
Merge branch 'e2ee-fed' into 'master'
...
Initial E2EE over federation support
See merge request famedly/conduit!135
5 years ago