summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-29wip: Hard-code info log sizetopic/limit_info_logscos
https://docs.rs/rocksdb/latest/rocksdb/struct.Options.html https://github.com/facebook/rocksdb/wiki/RocksDB-Troubleshooting-Guide#information-logs
2023-08-10Merge branch 'next' into 'master'v0.6.0Timo Kösters
Merge remote-tracking branch 'origin/next' See merge request famedly/conduit!538
2023-08-10Merge branch 'nextversion' into 'next'Timo Kösters
Bump version to v0.6.0 See merge request famedly/conduit!537
2023-08-10Bump version to v0.6.0Timo Kösters
2023-08-10Merge branch 'trust' into 'next'Timo Kösters
improvement: matrix.org is default trusted server if unspecified See merge request famedly/conduit!536
2023-08-10improvement: matrix.org is default trusted server if unspecifiedTimo Kösters
2023-08-10Merge branch 'admincommands' into 'next'Timo Kösters
improvement: more forgiving admin command syntax See merge request famedly/conduit!535
2023-08-10improvement: more forgiving admin command syntaxTimo Kösters
2023-08-10More sanity checksTimo Kösters
2023-08-09Merge branch 'registrationtokens' into 'next'Timo Kösters
Registrationtokens Closes #372 See merge request famedly/conduit!533
2023-08-09fix: don't show removed rooms in spaceTimo Kösters
2023-08-09feat: registration tokensTimo Kösters
2023-08-09Merge branch 'fix-broken-links' into 'next'Timo Kösters
Docs: Fix broken links in docker documentation See merge request famedly/conduit!520
2023-08-07Merge branch 'improvements' into 'next'Timo Kösters
cross signing fixes See merge request famedly/conduit!532
2023-08-07Merge branch 'more-logging-enrichment' into 'next'Timo Kösters
Slightly more logging improvements See merge request famedly/conduit!530
2023-08-07Avatars for sliding sync DMsTimo Kösters
2023-08-07improvement: maybe cross signing really works nowTimo Kösters
2023-08-03debug log before and after nofile soft limit increasesJune
Signed-off-by: June <june@girlboss.ceo>
2023-08-03log room ID for invalid room topic event errorsgirlbossceo
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-08-02Merge branch 'rusqlite-update' into 'next'Timo Kösters
bump rusqlite to 0.29.0 See merge request famedly/conduit!529
2023-08-02Merge branch 'base64-update' into 'next'Timo Kösters
update base64 to 0.21.2 See merge request famedly/conduit!528
2023-08-01bump rusqlite to 0.29.0June
Signed-off-by: June <june@girlboss.ceo>
2023-08-01update base64 to 0.21.2June
Signed-off-by: June <june@girlboss.ceo>
2023-08-01Merge branch 'error-leak-fix' into 'next'Timo Kösters
sanitise potentially sensitive errors See merge request famedly/conduit!523
2023-08-01Merge branch 'msteenhagen-next-patch-18830' into 'next'Timo Kösters
Removed ambiguity in deploy.md See merge request famedly/conduit!525
2023-08-01Merge branch 'msteenhagen-next-patch-22350' into 'next'Timo Kösters
Correct option error adduser in DEPLOY.md See merge request famedly/conduit!526
2023-08-01Correct option error adduser in DEPLOY.mdMaarten Steenhagen
2023-08-01Changed 'right' to 'appropriate' to avoid ambiguity (original could be read ↵Maarten Steenhagen
as right-hand-side)
2023-07-31Merge branch 'threads' into 'next'Timo Kösters
fix: threads get updated properly See merge request famedly/conduit!524
2023-07-31fix: threads get updated properlyTimo Kösters
Workaround for element web while waiting for https://github.com/matrix-org/matrix-js-sdk/pull/3635
2023-07-30sanitise potentially sensitive errorsgirlbossceo
prevents errors like DB or I/O errors from leaking filesystem paths Co-authored-by: infamous <ehuff007@gmail.com> Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Merge branch 'spaces' into 'next'Timo Kösters
Automatic update checker See merge request famedly/conduit!522
2023-07-29feat: version checkerTimo Kösters
2023-07-29Merge branch 'patch-1' into 'next'Timo Kösters
fix: s/ok_or/ok_or_else in relevant places See merge request famedly/conduit!521
2023-07-29fix: s/ok_or/ok_or_else in relevant placesgirlbossceo
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Admin commands to sign and verify jsonsTimo Kösters
2023-07-29Merge branch 'small-logging-improvements' into 'next'Timo Kösters
Slight logging improvements See merge request famedly/conduit!517
2023-07-29cargo fmtgirlbossceo
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Return "Hello from Conduit!" on the / routegirlbossceo
akin to Synapes's "It works!" page, removing an unnecessary warning about / route being unknown Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Log the room ID, event ID, PDU, and event type where possiblegirlbossceo
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Log the unknown login type in warning levelgirlbossceo
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Print relevant room ID and ACL'd server in informational levelgirlbossceo
These are room ACLs, not server ACLs. Causes confusion where people think their Conduit homeserver was ACL'd. Print where these are coming from in informational level. Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Only print raw malformed JSON body in debug levelgirlbossceo
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-07-29Merge branch 'next' into 'fix-broken-links'purplemeteorite
# Conflicts resolved: # docker/README.md
2023-07-29Merge branch 'uak-next-patch-77212' into 'next'Timo Kösters
Change link from docker-compose.override.traefik.yml to docker-compose.override.yml in README.md See merge request famedly/conduit!514
2023-07-29fixed broken traefik links in docker READMEpurplemeteorite
2023-07-29moved docker-compose.yml into the docker folderpurplemeteorite
2023-07-28Merge branch 'next' into 'next'Timo Kösters
Docs: OCI image registries and tags See merge request famedly/conduit!492
2023-07-28Merge branch 'bugfix/well-known-missing' into 'next'Timo Kösters
It's ok not being able to find a .well-known response. See merge request famedly/conduit!519
2023-07-28It's ok not being able to find a .well-known response.Tobias Tom