Matthias Ahouansou
9db1f5a13c
fix(admin): don't allow creation of remote users
2 years ago
Jakub Kubík
c1f695653b
feat: support hosting .well-known from Conduit
...
Co-authored-by: Matthias Ahouansou <matthias@ahouansou.cz>
2 years ago
Matthias Ahouansou
2d3f64c1e5
chore: upgrade lockfile
2 years ago
Timo Kösters
3b3466fd51
Bump version to v0.8.0-alpha
2 years ago
Timo Kösters
a854a46c24
Bump version to v0.7.0
2 years ago
Charles Hall
61cb186b5b
update rocksdb
2 years ago
Matthias Ahouansou
1c529529aa
chore: upgrade nix to 0.28
...
needed for musl targets on s390x
2 years ago
Matthias Ahouansou
5c634ceb6b
fix: reject requests with authentication when not used
2 years ago
Timo Kösters
879a8b969d
improvement: use simpler rocksdb config
2 years ago
Charles Hall
10f3f9da49
switch/update rocksdb crate
...
This fork was created because the original seems de-facto unmaintained.
2 years ago
Matthias Ahouansou
c58af8485d
revert: remove dependency on async_recursion
2 years ago
Matthias Ahouansou
becaad677f
refactor: use async-aware RwLocks and Mutexes where possible
2 years ago
Matthias Ahouansou
21a5fa3ef0
refactor: use re-exported JsOption from ruma rather than directly adding it as a dependency
2 years ago
Matthias Ahouansou
b27e9ea95c
chore: bump ruma to latest commit (as of 2024-02-25)
2 years ago
Matthias Ahouansou
8aa915acb9
bump ruma, support deprecated user login field
2 years ago
Matthias Ahouansou
d841b81c56
chore: update Cargo.lock
2 years ago
Charles Hall
7fb9e99649
update ring and jsonwebtoken to remove ring ^0.16
2 years ago
Charles Hall
1274b48ebb
run `cargo update`
...
`IndexMap::remove` was deprecated in favor of explicitly named methods.
I assume that we actually needed to be using `shift_remove`, otherwise
we probably wouldn't be bothering with `indexmap` here in the first
place. I wonder if this fixes any bugs lol
2 years ago
Tobias Bucher
69d0003222
Use upstream `reqwest` instead of vendored one
...
This uses the `ClientBuilder::dns_resolver` function that was added in
reqwest 0.11.13, instead of the homebrew `ClientBuilder::resolve_fn`.
2 years ago
Charles Hall
dc2f53e773
comment out heed backend things
...
The code in conduit doesn't compile.
2 years ago
Timo Kösters
75c80df271
Sliding sync improvements and redaction fixes
3 years ago
Timo Kösters
11103a92ed
Do not show "Invalid room version" errors when server is not in room
3 years ago
Timo Kösters
5d16948030
Bump version to v0.6.0
3 years ago
Timo Kösters
d82c26f0a9
Avatars for sliding sync DMs
3 years ago
June
fbb256dd91
bump rusqlite to 0.29.0
...
Signed-off-by: June <june@girlboss.ceo>
3 years ago
June
5a7bade476
update base64 to 0.21.2
...
Signed-off-by: June <june@girlboss.ceo>
3 years ago
Charles Hall
291290db92
maximize fd limit
3 years ago
Timo Kösters
4b7d3e24dd
bump ruma
3 years ago
Timo Kösters
e4f769963f
feat: very simple sliding sync implementation
3 years ago
Jonas Platte
0ded637b4a
Upgrade axum to 0.6
3 years ago
Timo Kösters
be877ef719
Improve sync performance with more caching and wrapping things in Arcs to avoid copies
3 years ago
Timo Kösters
91180e011d
bump ruma
3 years ago
Timo Kösters
15cc801840
Disable compression, see https://en.wikipedia.org/wiki/BREACH
3 years ago
Timo Kösters
c7e0ea525a
feat: WIP relationships and threads
3 years ago
Timo Kösters
49b5af6d45
chore: bump rocksdb
3 years ago
Kévin Commaille
f53ecaa97d
Bump Ruma
3 years ago
Timo Kösters
19156c7bbf
Update Cargo.lock
3 years ago
Timo Kösters
f7db3490f6
Bump version to v0.5.0
3 years ago
Timo Kösters
c7a7c913d4
Bump ruma
3 years ago
Timo Kösters
6d5e54a66b
fix: jaeger support
3 years ago
Jonas Platte
d39ce1401d
WIP: Upgrade Ruma
3 years ago
Vladan Popovic
66ad114e19
feat: add systemd feature flag
3 years ago
Andriy Kushnir (Orhideous)
583aea187b
Update Cargo.lock
3 years ago
Nyaaori
66bc41125c
refactor: cleanup
3 years ago
Timo Kösters
7540227388
chore: bump dependencies
3 years ago
AndSDev
10d2da3009
fix(main): fix request size limit to max_request_size (axum defaults 2MB)
3 years ago
Timo Kösters
fdd64fc966
fix: fluffychat login works again
3 years ago
Timo Kösters
d3968c2fd1
fix: bump ruma again to fix state res problems
3 years ago
Timo Kösters
7cf060ae5b
Bump version to 0.4
3 years ago
Timo Kösters
ca82b2940d
fix: sending does not work
...
We were inserting one too many 0xff bytes
3 years ago