Commit Graph

2178 Commits (cf1e7bc1ed491e66d26c74c441f508708c4a307b)
 

Author SHA1 Message Date
Timo Kösters cf1e7bc1ed Merge branch 'unregister-fail-id-not-found' into 'next'
fix: return error when trying to unregister unknown appservice id

See merge request famedly/conduit!610
5 months ago
Matthias Ahouansou 11612e347d
fix: return error when trying to unregister unknown appservice id 5 months ago
Timo Kösters 7aa70e2030 Merge branch 'error-appservice-token-auth' into 'next'
fix: reject requests with authentication when not used

Closes #430

See merge request famedly/conduit!608
5 months ago
Timo Kösters 71546a9fb7 Merge branch 'registration_appservice_token_check' into 'next'
fix: reject /register requests when there is no token and the type is appservice

Closes #430

See merge request famedly/conduit!609
5 months ago
Matthias Ahouansou 5c634ceb6b
fix: reject requests with authentication when not used 5 months ago
Matthias Ahouansou 8d70f69e62
fix: reject /register requests when there is no token and the type is appservice 5 months ago
Timo Kösters 9176474513 Merge branch 'ruma-registration-type' into 'next'
fix: don't panic if registration url is empty

See merge request famedly/conduit!583
5 months ago
Matthias Ahouansou b20483aa13
refactor(appservices): avoid cloning frequently 5 months ago
Matthias Ahouansou 5c650bb67e
refactor: use BTreeMap for cached registration info 5 months ago
Timo Kösters b11855e7a1 Merge branch 'performance' into 'next'
improvement: do not save typing edus in db

See merge request famedly/conduit!597
5 months ago
Timo Kösters 0bb28f60cf
refactor: minor appservice code cleanup 5 months ago
Timo Kösters d2817679e5
refactor: remove previous typing implementation and add sync wakeup for new one 5 months ago
Timo Kösters 6bd7ff4917
improvement: do not save typing edus in db 5 months ago
Timo Kösters bdae9ceccf Merge branch 'rocksdb' into 'next'
improvement: use simpler rocksdb config

See merge request famedly/conduit!602
5 months ago
Charles Hall 3ffdaaddcd Merge branch 'docs' into 'next'
reduce scope of the documentation

See merge request famedly/conduit!607
5 months ago
Charles Hall 5a4ee9808a
make chapter name reflect file name
Personally I think this makes more sense anyway.
5 months ago
Charles Hall 3dd21456ef
reduce scope of nixos documentation
There are so many ways to do this we realistically shouldn't bother
describing any of them, especially because people should be learning all
the options and choosing the one that suits them best anyway.
5 months ago
Charles Hall f6bfba7014
normalize headers to "Conduit for X" 5 months ago
Charles Hall f56abba216
rename "simple" deployment to "generic"
The main thing this section is really useful for is explaining how to
configure various reverse proxies, which applies to basically anything.

Also, remove all the language about this being "recommended", because
nothing in this documentation is actually tested in CI.
5 months ago
Charles Hall 2022efd279
remove section about cross compilation
It is very stale. Please just use Nix. Trying to do it outside of Nix
will be an exercise in frustration, I guarantee it.
5 months ago
Charles Hall 0a790686c5
avoid duplicating links in documentation
Because one might forget to update them. I did, initially, which is why
I'm making this change.
5 months ago
Charles Hall 68a33862b3
add mdbook to the devshell 5 months ago
Timo Kösters 879a8b969d
improvement: use simpler rocksdb config 5 months ago
Timo Kösters 81bc1fc4e3 Merge branch 'matrix-ecosystem-clients' into 'next'
docs: point people to the matrix client list instead of element

See merge request famedly/conduit!606
5 months ago
Timo Kösters 1931a45aba Merge branch 'disabled-federation-authcheck' into 'next'
refactor: check if federation is disabled inside the authcheck where possible

See merge request famedly/conduit!605
5 months ago
Matthias Ahouansou 5f0bea6961
refactor: check if federation is disabled inside the authcheck where possible 5 months ago
Matthias Ahouansou 120035685b
docs: point people to the matrix client list instead of element 5 months ago
Charles Hall a8da61e5b7 Merge branch 'docs/mdbook-full' into 'next'
docs: build docs using mdBook and copy all markdown files

See merge request famedly/conduit!604
5 months ago
Samuel Meenzen a3968725b4
chore: add EditorConfig 5 months ago
Charles Hall 6800e5fd18
build book in ci, deploy it to gitlab pages 5 months ago
Charles Hall 4f8d3953b3
add nix output for the book 5 months ago
Samuel Meenzen 425660472c
docs: build docs using mdBook 5 months ago
Charles Hall ab98b52b21 Merge branch 'remove-log-modification' into 'next'
Remove log config modification

See merge request famedly/conduit!553
5 months ago
Charles Hall 741ca63e94 Merge branch 'argparse' into 'next'
Add argument parser for the conduit executable

Closes #285

See merge request famedly/conduit!385
5 months ago
Max Cohen 9a81a49c6a
Add argument parser for the conduit executable
Allow fetching the version with `conduit --version`. Fixes #285.
5 months ago
Charles Hall c42aeb506f Merge branch 'ci/avoid-duplicate-pipelines' into 'next'
fix(ci): avoid duplicate pipelines

See merge request famedly/conduit!600
5 months ago
Samuel Meenzen 4af691d737
fix(ci): avoid duplicate pipelines 5 months ago
Charles Hall 88fbd5b294 Merge branch 'rename-rocksdb-crate' into 'next'
rename the `rust-rocksdb` crate to just `rocksdb`

See merge request famedly/conduit!599
5 months ago
Charles Hall d1bc7fcfd2
rename the `rust-rocksdb` crate to just `rocksdb`
This way the old `cfg`s still work and we don't need to constantly
remind ourselves what programming language we're using in `use`
statements.

Also fixes a problem where RocksDB users couldn't start Conduit because
the old `cfg`s were using the original crate's name instead of the
`backend_rocksdb` feature name for some reason. Maybe that should be
changed, but I'm not sure.
5 months ago
Charles Hall dc89fbed3a
document log config syntax, don't give example
Because the old one was stale. Shocking!
5 months ago
Charles Hall 516876f8ef
remove final reference to sled in log config 5 months ago
Charles Hall ed5bd23255
remove explicit references to log config
They're all stale. Sled was yote long ago.
5 months ago
Charles Hall 5f053a9357
link to example config instead of copying it
DRY FTW
5 months ago
Charles Hall 9ff9e85ebe
add newline to end of file
Please, people.
5 months ago
tezlm daed4cdddf
Remove log config modification 5 months ago
Charles Hall 086c4daa38 Merge branch 'update-rocksdb' into 'next'
update rocksdb

See merge request famedly/conduit!577
5 months ago
Charles Hall 10f3f9da49
switch/update rocksdb crate
This fork was created because the original seems de-facto unmaintained.
5 months ago
Matthias Ahouansou fa930182ae
fix(appservices): don't panic on empty registration url
perf(appservices): cache regex for namespaces
5 months ago
Charles Hall a095e02d04 Merge branch 'ci/optional-artifacts' into 'next'
feat: run ci on demand to prevent unnecessary job executions

See merge request famedly/conduit!585
5 months ago
Samuel Meenzen 0d2f1348da
feat: run ci on demand to prevent unnecessary job executions 6 months ago