Commit Graph

  • 0b4e3de9c0 fix: spaces with restricted rooms Timo Kösters 2023-07-10 16:28:08 +02:00
  • edd4a3733f fix: actually clear memory in the admin commands Timo Kösters 2023-07-10 16:27:42 +02:00
  • c17187777f fix: never try federation with self Timo Kösters 2023-07-10 16:26:36 +02:00
  • 78e7b711df fix: better sliding sync Timo Kösters 2023-07-10 16:25:33 +02:00
  • 4b7d3e24dd bump ruma Timo Kösters 2023-07-10 16:24:57 +02:00
  • e4f769963f feat: very simple sliding sync implementation Timo Kösters 2023-07-06 10:32:25 +02:00
  • eab5dac6e8 Merge branch 'fix-docker-build-image-size' into 'next' Jonas Zohren 2023-07-04 21:18:25 +00:00
  • c4824a6ebc ci: Fix "0 B" image size display Jonas Zohren 2023-07-04 21:13:11 +00:00
  • f8a36e7554 Merge branch 'memory' into 'next' Timo Kösters 2023-07-03 17:43:27 +00:00
  • a2c3256ced improvement: better memory usage and admin commands to analyze it Timo Kösters 2023-07-03 19:37:54 +02:00
  • 833c1505f1 Merge branch 'hierarchy' into 'next' Timo Kösters 2023-07-03 13:56:47 +00:00
  • bac13d08ae fix: cache invalidation Timo Kösters 2023-07-02 22:50:50 +02:00
  • f0a27dcb00 Merge branch 'next' into 'next' Timo Kösters 2023-07-02 20:20:31 +00:00
  • 9d49d599f3 feat: space hierarchies Timo Kösters 2023-07-02 16:06:54 +02:00
  • 2640f67e4b remove comments Jacob Taylor 2023-07-02 18:00:30 +00:00
  • eb8bc1af8d Merge branch 'jplatte/axum06' into 'next' Timo Kösters 2023-07-02 07:02:04 +00:00
  • 0ded637b4a Upgrade axum to 0.6 Jonas Platte 2023-06-29 11:20:52 +02:00
  • dc50197a13 update example configurations in DEPLOY.md for Apache and Nginx which include upstream proxy timeouts of 5 minutes to allow for room joins which take a while Jacob Taylor 2023-06-29 02:42:32 +00:00
  • 06a1321e56 easier-to-read docker setup instructions purplemeteorite 2023-06-28 18:51:44 +02:00
  • 6a6f8e80f1 Merge branch 'joinfix' into 'next' Timo Kösters 2023-06-28 15:47:36 +00:00
  • fd1ccbd3ad improvement: randomize server order for alias joins Timo Kösters 2023-06-28 17:41:55 +02:00
  • 3a1a72df98 Merge branch 'stateres' into 'next' Timo Kösters 2023-06-28 10:46:32 +00:00
  • 84784970b2 Merge branch 'fix/docker-ci-pipeline' into 'next' Timo Kösters 2023-06-27 18:54:40 +00:00
  • d64a56d88b Do soft fail check before doing state res to allow leave events Timo Kösters 2023-06-27 18:48:34 +02:00
  • be877ef719 Improve sync performance with more caching and wrapping things in Arcs to avoid copies Timo Kösters 2023-06-27 13:06:55 +02:00
  • 7c6d25dcd1 Do state res even if the event soft fails Timo Kösters 2023-06-26 21:57:59 +02:00
  • b671238aa0 Merge branch 'rumafix' into 'next' Timo Kösters 2023-06-26 21:11:20 +00:00
  • 91180e011d bump ruma Timo Kösters 2023-06-26 23:10:26 +02:00
  • 26b8605fa0 ci: Adjust to current docker Jonas Zohren 2023-06-26 22:06:17 +02:00
  • dbd360ebb9 Merge branch 'unbreak' into 'next' Timo Kösters 2023-06-26 19:12:46 +00:00
  • 48e6e0659f Merge branch 'relations' into 'next' Timo Kösters 2023-06-26 19:11:57 +00:00
  • 72eb1972c1 Add relations endpoints, edits and threads work now Timo Kösters 2023-06-26 12:38:51 +02:00
  • 63cbaedb79 Merge branch 'bearerfix' into 'next' Timo Kösters 2023-06-26 07:16:20 +00:00
  • db6def8800 fix: send correct bearer token to appservices Timo Kösters 2023-06-26 09:15:14 +02:00
  • caa841c434 Merge branch 'contextfix' into 'next' Timo Kösters 2023-06-26 06:34:10 +00:00
  • 49a0f3a60d fix: /context for element android. start and end must be set even with limit=0 Timo Kösters 2023-06-26 08:33:31 +02:00
  • bac82f43af Merge branch 'compressionoff' into 'next' Timo Kösters 2023-06-25 21:46:34 +00:00
  • 15cc801840 Disable compression, see https://en.wikipedia.org/wiki/BREACH Timo Kösters 2023-06-25 23:43:19 +02:00
  • 5f9ca8e458 Merge branch 'threads' into 'next' Timo Kösters 2023-06-25 20:59:53 +00:00
  • c7e0ea525a feat: WIP relationships and threads Timo Kösters 2023-06-25 19:31:40 +02:00
  • abd0a014e8 nixpkgs' rocksdb is too old :( Charles Hall 2023-06-17 17:04:57 -07:00
  • 4a7d3c7301 upgrade rust in Cargo.toml/flake.nix Charles Hall 2023-06-17 17:04:11 -07:00
  • 15e60818c9 pin nixos-unstable, update flake.lock Charles Hall 2023-06-17 17:02:10 -07:00
  • def079267d Merge branch 'adjust-to-rust-version-bumps' into 'next' Timo Kösters 2023-06-10 15:35:22 +00:00
  • a3a9b60abc chore(ci): Adjust to rust version bumps Jonas Zohren 2023-06-10 15:35:22 +00:00
  • 808b12f618 Merge branch 'restricted' into 'next' Timo Kösters 2023-06-08 18:52:03 +00:00
  • faa9208a3e cargo fmt Timo Kösters 2023-06-08 20:51:34 +02:00
  • 1ea27c4f97 fix: restricted room error is now FORBIDDEN Timo Kösters 2023-06-08 20:48:35 +02:00
  • 422ee40107 Merge branch 'mr-conduit-appservice-login' into 'next' Timo Kösters 2023-05-26 12:48:23 +00:00
  • 0280fa5793 Merge branch 'next' into 'next' Timo Kösters 2023-05-26 12:30:02 +00:00
  • 664d6baace fix: make requested changes digital 2023-05-26 13:06:28 +02:00
  • be9196430d fix nix readme to work with ipv6 Jade 2023-05-25 18:21:01 +00:00
  • 533bccad8f Merge branch '350-debian-package-from-docker-packager-result-doesn-t-seem-to-install-configuration-files' into 'next' Jonas Zohren 2023-05-21 20:41:08 +00:00
  • a4261aac76 * Fix Debian builds by actually including the whole debian directory into deb creation * Fix CI by explicitly setting hostname of docker in docker service * Fix Docker build by bumping the Rust version to 1.69 * Fix cargo check in CI by bumping the Rust version to 1.69 Jonas Zohren 2023-05-21 20:41:08 +00:00
  • c38df57279 Merge branch 'deploymd' into 'next' Timo Kösters 2023-05-21 13:17:29 +00:00
  • 4e2bbf9d6a Minor DEPLOY.md changes Timo Kösters 2023-05-21 15:16:23 +02:00
  • 7a9ec851fc Merge branch 'bump' into 'next' Timo Kösters 2023-05-21 11:45:20 +00:00
  • d62cd2ae51 chore: bump dependencies Timo Kösters 2023-05-21 13:42:59 +02:00
  • 49b5af6d45 chore: bump rocksdb Timo Kösters 2023-05-21 11:51:36 +02:00
  • 1f1444da8c Merge branch 'pushrules' into 'next' Timo Kösters 2023-05-21 10:41:31 +00:00
  • 2a9a908343 Merge branch 'x4u/add-apache-cloudflare-deploy-info' into 'next' Timo Kösters 2023-05-21 07:04:59 +00:00
  • 921b266d86 X4u/add apache cloudflare deploy info x4u 2023-05-21 07:04:58 +00:00
  • dbbd164e39 Merge branch 'admin-command-fix' into 'next' Timo Kösters 2023-05-17 19:09:54 +00:00
  • f5e3b0e2dd Recognize admin commands without : after tag Very useful since many Matrix clients don't insert : after user tags Jonathan Flueren 2023-05-15 19:25:57 +00:00
  • 1b9e63f426 Merge branch 'unbreak-nix' into 'next' Timo Kösters 2023-04-05 09:59:09 +00:00
  • eb4323cc0f use mold on linux Charles Hall 2023-04-04 19:11:34 -07:00
  • a6712627e4 tiny refactor Charles Hall 2023-04-04 19:15:09 -07:00
  • 3be32c4dac factor out shared things Charles Hall 2023-04-04 17:52:15 -07:00
  • 55149e3336 use crane instead of naersk Charles Hall 2023-04-04 17:30:30 -07:00
  • 2b63e46fc5 use system rocksdb Charles Hall 2023-04-04 16:47:08 -07:00
  • a0c449e570 update flake.lock Charles Hall 2023-04-04 16:58:19 -07:00
  • c997311bea Revert "build(nix): fix flake builds" Charles Hall 2023-04-04 16:56:51 -07:00
  • 1929ca5d9d Add a database migration to fix and update the default pushrules Kévin Commaille 2023-02-26 17:57:44 +01:00
  • 88c6bf7595 Always return an error if a push rule is not found Kévin Commaille 2023-02-26 17:49:42 +01:00
  • 4635644e21 Use the ruma methods for managing rulesets Kévin Commaille 2023-02-26 16:55:42 +01:00
  • f53ecaa97d Bump Ruma Kévin Commaille 2023-02-26 16:29:06 +01:00
  • f704169aeb Merge branch 'fixjoin' into 'next' Timo Kösters 2023-03-18 07:59:36 +00:00
  • 2a7c4693b8 fix: don't accept new requests when shutting down Timo Kösters 2023-03-18 08:58:20 +01:00
  • da3871f39a fix: let requests continue event if client disconnects Timo Kösters 2023-03-17 22:44:50 +01:00
  • 664ee7d89a Merge branch 'backfill' into 'next' Timo Kösters 2023-03-16 13:32:42 +00:00
  • 42b12934e3 Don't crash when a room errors Timo Kösters 2023-03-13 10:39:02 +01:00
  • 63f787f635 Reduce logs from info to debug Timo Kösters 2023-03-13 08:27:59 +01:00
  • a1bd348977 fix: history visibility Timo Kösters 2023-03-07 17:58:55 +01:00
  • 27f29ba699 fix: SRV lookups should end with a period Timo Kösters 2023-02-23 16:12:58 +01:00
  • cb0ce5b08f Logs for server resolution Timo Kösters 2023-02-23 12:28:15 +01:00
  • b7c99788e4 All the logs Timo Kösters 2023-02-23 11:49:35 +01:00
  • 2316d89048 Even more logging Timo Kösters 2023-02-23 11:20:40 +01:00
  • bde4880c1d fix: don't unwrap server keys Timo Kösters 2023-02-22 23:49:49 +01:00
  • 8b648d0d3f fix: force abort federation requests after 2 minutes Timo Kösters 2023-02-22 22:09:15 +01:00
  • 4617ee2b6b More logging for remote joins Timo Kösters 2023-02-22 21:07:47 +01:00
  • 10fa686c77 feat: respect history visibility Timo Kösters 2023-02-22 15:49:55 +01:00
  • 2a16a5e967 fix: don't send nulls as unsigned content Timo Kösters 2023-02-22 13:12:19 +01:00
  • 2aa0a2474b fix: ignore unparsable pdus in /send Timo Kösters 2023-02-22 09:32:47 +01:00
  • d39003ffc0 Allow backfilling create event itself Timo Kösters 2023-02-21 17:43:39 +01:00
  • eae0989c40 fix: refactor backfill and add support for search Timo Kösters 2023-02-21 16:38:50 +01:00
  • 17a6431f5f fix: make backfilled events reachable Timo Kösters 2023-02-21 00:56:26 +01:00
  • fcfb06ffa6 fix: allow handling create event itself Timo Kösters 2023-02-21 00:56:05 +01:00
  • 7bdd9660aa feat: ask for backfill Timo Kösters 2023-02-20 22:59:45 +01:00
  • 23b18d71ee feat: handle backfill requests Timo Kösters 2023-02-18 13:20:20 +01:00
  • 84cfed5231 Merge branch 'fix-nix-build' into 'next' Timo Kösters 2023-02-18 21:18:51 +00:00