Jonas Zohren
d8b3003273
docs: WIP: Adjust suggested value ranges to Timo's suggestion and when to change them
...
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
2021-09-15 12:45:13 +02:00
Jonas Zohren
edd690c583
docs: WIP: Added some suggested range for numeric values
...
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
2021-09-15 12:38:17 +02:00
Jonas Zohren
c2068a434e
docs: WIP: More config options
...
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
2021-09-15 12:21:43 +02:00
Jonas Zohren
b981d3d039
Move some documentation to docs/ and start overhaul
2021-09-15 11:16:19 +02:00
Jonas Zohren
80a2711f45
Move some documentation to docs/ and start overhaul
2021-09-15 11:16:19 +02:00
Jonas Zohren
2f4885c2a1
Remove the "register an account with element" test
...
Broke due to a timeout and Timo does not like broken tests.
Less testing means less failing tests.
Also, hopefully sytest is less broken now.
2021-09-15 11:16:18 +02:00
Timo Kösters
3fec75a7b6
improvement: more efficient sqlite
2021-09-15 11:16:18 +02:00
Timo Kösters
5094f8e7f1
improvement: deduplicate watchers
2021-09-15 11:16:18 +02:00
Jonas Platte
cd19f02d3b
Clean up (mostly automated with cargo clippy --fix)
2021-09-15 11:16:18 +02:00
Jonas Platte
dbfe16bdb2
Upgrade ruma
2021-09-15 11:16:18 +02:00
Jonas Platte
5bdeb971d8
Get rid of more unnecessary intermediate collections
2021-09-15 11:16:18 +02:00
Daniel Wiesenberg
a38b23d56d
Add mautrix-signal appservice instructions
2021-09-15 11:16:18 +02:00
Jonathan de Jong
25a81c480b
fix sync not firing on new events in room
2021-09-15 11:16:16 +02:00
Rasmus Thomsen
1282405f1d
fix(database): handle errors in config parsin or database creation
...
Showing the user a backtrace can be pretty confusing, so just printing
a nice error message makes errors easier to understand for end users.
fixes #121
2021-09-15 11:16:16 +02:00
Jonas Platte
ca4b676b4c
Remove unused dependencies
2021-09-15 11:16:16 +02:00
charludo
3db558b2f8
These lines get *generated* by certbot. Having them in the file before running certbot results in an apache2 error, and putting them in afterwards is not necessary, since certbot places them there on its own.
2021-09-15 11:16:16 +02:00
Daniel Wiesenberg
5ea10bbd8e
Fix deprecated/removed Traefik label
2021-09-15 11:16:16 +02:00
Timo Kösters
31b2728551
fix: make sure old events don't sneek into the timeline
2021-09-15 11:16:16 +02:00
Jonas Zohren
d48b96fda6
chore(CI): Adjust CI for master and next branch development model
...
- Build release builds for branches "master" and "next"
- Push docker images under different tags, depending on why the pipeline started
- branch master: push to `latest`
- branch next: push to `next`
- tag: push to `$TAG_NAME`
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
2021-09-15 11:16:16 +02:00
Timo Kösters
fe83c80a65
docs: add thanks to
2021-09-15 11:16:16 +02:00
Jonas Zohren
98ce5f62d5
chore: Also run CI on git tags, not only new commits.
...
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
2021-09-15 11:16:16 +02:00
Timo Kösters
870c178c8b
fix: avoid panic
2021-09-15 11:16:16 +02:00
Timo Kösters
1b9f56e48c
chore: update dependencies
2021-09-15 11:16:16 +02:00
Timo Kösters
3143d468c7
revert Arc<EventId> commit
2021-09-15 11:16:15 +02:00
Timo Kösters
ac594f5502
docs: update readme and version
2021-09-15 11:16:15 +02:00
Jonas Platte
75701f75e4
Remove unneeded intermediary container collection
2021-09-15 11:16:09 +02:00
Timo Kösters
186722c51f
fix: batch key fetching
2021-09-15 11:16:09 +02:00
Kurt Roeckx
fc3ff86ad9
fixup! Get required keys in batch when joining a room
2021-09-15 11:16:09 +02:00
Kurt Roeckx
a8d181e00e
fixup! Get required keys in batch when joining a room
2021-09-15 11:16:09 +02:00
Kurt Roeckx
61adef8f2c
Let our server signing be valid for 1 week
...
It was valid for 2 minutes, which can result in the server being
asked too much for something that never changes.
2021-09-15 11:16:09 +02:00
Kurt Roeckx
13c9f2fb50
Get required keys in batch when joining a room
...
We now ask the trusted server for all keys in 1 request, instead of
asking each server individual for it's own keys.
2021-09-15 11:16:09 +02:00
Daniel Wiesenberg
5d279159e3
Add Traefik setup, incl. step-by-step, to docker README.
2021-09-15 11:16:09 +02:00
Jonas Platte
e14db60b6c
Fix a bunch of clippy lints
2021-09-15 11:16:09 +02:00
Timo Kösters
4cba464faf
improvement: make pdu cache capacity configurable
2021-09-15 11:16:09 +02:00
Timo Kösters
828611c0e4
improvement: stop prev event fetching if too many events fail
2021-09-15 11:16:09 +02:00
Timo Kösters
e206b0ca8f
docs: documentation for every endpoint
2021-09-15 11:16:09 +02:00
Daniel Wiesenberg
4c971d7695
Fix healthcheck.sh permissions and rearange ci dockerfile
2021-09-15 11:16:09 +02:00
Jonathan de Jong
8aed9b7711
registration default true
2021-09-15 11:16:09 +02:00
Daniel Wiesenberg
3f766d2a13
Use $CI_COMMIT_SHORT_SHA
for GIT_REF
...
Using `$CI_COMMIT_REF_NAME` means we get `master` for every image build,
which is not very useful/informative. Using `$CI_COMMIT_SHORT_SHA`,
on the other hand, makes it possible to see exactly from which commit an
image was built.
2021-09-15 11:16:09 +02:00
Daniel Wiesenberg
6d6ce0f697
Change healthcheck in ci dockerfile
2021-09-15 11:16:09 +02:00
Daniel Wiesenberg
8b4389e0c2
Move docker healthcheck into dedicated script.
2021-09-15 11:16:09 +02:00
Jonathan de Jong
fc29ad088c
add tls
2021-09-15 11:16:09 +02:00
Timo Kösters
b0aa4fc7f5
improvement: call /state_ids less often by using state res
2021-09-15 11:16:09 +02:00
Timo Kösters
73ae29c0de
fix: inviting dendrite users
2021-09-15 11:16:09 +02:00
Timo Kösters
8c7ae60518
improvement: don't do state updates if the event was soft failed
2021-09-15 11:16:09 +02:00
Timo Kösters
4d6af6ee88
fix: make appservices more efficient
2021-09-15 11:16:09 +02:00
Timo Kösters
4ede0dc2d9
add warning if calculated event id != requested event id
2021-09-15 11:16:09 +02:00
Timo Kösters
4ce02e8ff6
fix: don't retry soft failed events
2021-09-15 11:16:09 +02:00
Devin Ragotzy
4ac40dec9a
Use Arc<EventId> in place of most EventIds
2021-09-15 11:16:09 +02:00
Timo Kösters
51b96b3538
fix: server resolution
2021-09-15 11:16:09 +02:00