Commit graph

  • c519a40cb8 use multiget for shortid conversions Jason Volk 2024-11-22 16:01:27 +00:00
  • 3789d60b6a refactor to iterator inputs for auth_chain/short batch functions Jason Volk 2024-11-22 12:25:46 +00:00
  • 5da42fb859 refactor account_data.changes_since to stream Jason Volk 2024-11-19 03:08:09 +00:00
  • fd4c447a2d move attribute argument extractor to utils Jason Volk 2024-11-23 23:25:14 +00:00
  • f30b08f015 fix optional config section related Jason Volk 2024-11-24 00:19:55 +00:00
  • 5f1cab6850 passthru worker thread count from env Jason Volk 2024-11-23 03:45:11 +00:00
  • 175e1c6453
    correct admin cmd getting version and bin name strawberry 2024-11-23 22:36:22 -05:00
  • af772b0240
    various misc documentation improvements strawberry 2024-11-23 22:35:54 -05:00
  • 3fe98f35f2
    remove queued push keys on pusher deletion, use more refs strawberry 2024-11-23 13:45:27 -05:00
  • 9d23a2b6f5
    add missing length checks on pushkey/appid, improve error msgs for pusher strawberry 2024-11-23 12:53:26 -05:00
  • f15370027e
    improve DNS error messages strawberry 2024-11-23 12:05:52 -05:00
  • b94eeb9580 fix deletions on readreceipt update Jason Volk 2024-11-22 03:57:29 +00:00
  • 3968d03868 move and improve common-rooms related Jason Volk 2024-11-20 20:21:31 +00:00
  • aea82183b2 add set intersection util for two sorted streams Jason Volk 2024-11-21 05:51:25 +00:00
  • bae0667066 limit sync response events to within the since/next_batch window fixes #606 Jason Volk 2024-11-20 19:42:34 +00:00
  • 5256cad396
    ignore bare_urls lint for well_known client config option strawberry 2024-11-21 23:49:46 -05:00
  • 9100af9974
    add eventid_pdu database cf cache strawberry 2024-11-21 23:45:16 -05:00
  • b6d53e97a6 bump ruwuma and a few http deps strawberry 2024-11-20 16:31:36 -05:00
  • 336de49e6a tiny optimisation in append_pdu push notif strawberry 2024-11-20 15:58:07 -05:00
  • ee3c58f78f docs: add workaround to use unix sockets with the nixos module emily 2024-11-20 16:29:42 +01:00
  • 876c6e933c A minimal caveat nisbet-hubbard 2024-11-17 11:12:57 +08:00
  • 2f2cebe84d implement local room preview Jason Volk 2024-11-12 03:46:31 +00:00
  • e257512aa7 relax state visibility for invited modes Jason Volk 2024-11-17 04:45:45 +00:00
  • 411c60009d enrich state iteration interface Jason Volk 2024-11-17 03:57:21 +00:00
  • 7680d1bd5e replace yields point with consume_budget Jason Volk 2024-11-19 08:14:02 +00:00
  • 8fedc358e0 typename additional shortids Jason Volk 2024-11-15 22:23:42 +00:00
  • 90106c4c33 streamline batch insertions Jason Volk 2024-11-16 23:13:27 +00:00
  • a05dc03100 use debug_warn for backfill event evals Jason Volk 2024-11-17 07:46:36 +00:00
  • 26bcc7e312 fix default stateinfo cache size Jason Volk 2024-11-17 00:13:20 +00:00
  • 85a6d8fc6b
    ci: fix github pages publish check strawberry 2024-11-16 01:57:31 -05:00
  • 2b2793fac6 docs: add note about the nixos service defaulting to sqlite Tamara Schmitz 2024-11-04 14:27:43 +01:00
  • 8f14048528
    ci: free up a bit of runner space safely (again) strawberry 2024-11-15 23:48:55 -05:00
  • 7f96b2f92a
    nix: remove libllvm, libgcc, and llvm from OCI images as well strawberry 2024-11-15 23:18:12 -05:00
  • b92b4e043c
    drop hyper-util back down to 0.1.8 due to DNS issues strawberry 2024-11-15 22:16:11 -05:00
  • 6319384072
    implement GET /_matrix/client/v3/pushrules/global/ strawberry 2024-11-15 21:40:13 -05:00
  • ead9d66797
    send the actual unsupported room version in join errors strawberry 2024-11-15 21:28:08 -05:00
  • cd2c473bfe
    add missing fix_referencedevents_missing_sep key on fresh db creations strawberry 2024-11-15 21:00:26 -05:00
  • 887ae84f1e optimize sha256 interface gather/vector inputs Jason Volk 2024-11-15 22:20:28 +00:00
  • 14e3b242df add database get_batch stream wrapper Jason Volk 2024-11-15 03:44:04 +00:00
  • 9f7a4a012b improve tracing/logging for state_compressor Jason Volk 2024-11-15 03:41:08 +00:00
  • 5f625216aa slight optimizations for statediff Jason Volk 2024-11-14 23:35:53 +00:00
  • 20836cc3db flush=false for database-backup in read-only/secondary modes; improve error Jason Volk 2024-11-14 22:44:18 +00:00
  • 59834a4b05 add is_read_only()/is_secondary() to Engine Jason Volk 2024-11-14 22:43:18 +00:00
  • 4b652f5236
    ok cargo doc strawberry 2024-11-15 17:50:39 -05:00
  • be5a04f47c ci: install liburing-dev strawberry 2024-11-15 17:09:36 -05:00
  • 9c95a74d56 fix getting canonical alias server for backfill strawberry 2024-11-15 16:35:58 -05:00
  • 6b1b464abc add missing knock_restricted room type to /publicRooms strawberry 2024-11-15 14:48:10 -05:00
  • f897b4daee ci: remove all free runner space steps due to flakiness strawberry 2024-11-15 13:20:47 -05:00
  • 666989f74c delete trivy as lately its been terribly unreliable strawberry 2024-11-15 13:19:32 -05:00
  • 9783bc78ba remove sentry_telemetry from default features strawberry 2024-11-15 13:58:44 -05:00
  • c23786d37f dont try to backfill empty, private rooms strawberry 2024-11-15 12:59:05 -05:00
  • a9c280bd4c document NAT hairpinning/loopback if needed strawberry 2024-11-15 12:58:02 -05:00
  • c1f553cf4f
    bump rocksdb to v9.7.4, and ruwuma strawberry 2024-11-15 12:25:47 -05:00
  • b4d809c681
    add more checks for gh pages deployment workflow strawberry 2024-11-15 09:49:54 -05:00
  • 3f69f2ee73
    replace deprecated sha-1 crate, try to reduce some unnecessary crates/features strawberry 2024-11-15 09:44:29 -05:00
  • dac1a01216
    update generated example config strawberry 2024-11-15 09:43:58 -05:00
  • 44a7ac0703 add debug_assert is_sorted for inline content types strawberry 2024-11-15 09:40:04 -05:00
  • 011d44b749 add missing declared support for MSC3952 strawberry 2024-11-13 20:06:25 -05:00
  • 72fb8371f9 link to migrating from conduit on the README strawberry 2024-11-13 17:08:16 -05:00
  • 4f0bdb5194 general misc bug fixes and slight improvements strawberry 2024-11-10 21:20:38 -05:00
  • fd2a002480 dont build sentry or perf_measurements features for complement strawberry 2024-11-10 20:30:34 -05:00
  • 4296d7174f add receive_ephemeral check for appservice EDU sending (if it even works) strawberry 2024-11-02 21:25:13 -04:00
  • 4fe47903c2 misc docs changes/improvements from example config strawberry 2024-11-10 20:20:27 -05:00
  • 08365bf5f4 update config documentation, commit generated example config strawberry 2024-11-10 20:16:38 -05:00
  • 4ec5d1e28e replace additional use tracing:: Jason Volk 2024-11-14 04:31:29 +00:00
  • e228dec4f2 add byte counting for compressed state caches Jason Volk 2024-11-13 01:01:33 +00:00
  • 6ffdc1b2a6 bump serde, image, loole, termimad etc Jason Volk 2024-11-13 22:01:46 +00:00
  • 004be3bf00 prepare utf-8 check bypass for database deserializer Jason Volk 2024-11-13 05:28:15 +00:00
  • 77fab2c323 use ruma visibility enum in directory interface Jason Volk 2024-11-13 01:01:00 +00:00
  • 68582dd868 add parallel query for current membership state Jason Volk 2024-11-13 00:59:53 +00:00
  • feefa43e65 add pretty/si-unit byte size parsing/printing utils Jason Volk 2024-11-12 22:01:32 +00:00
  • c59f474aff fixes for gh workflow strawberry 2024-11-12 05:01:11 +00:00
  • 86694f2d1d move non-generic code out of generic; reduce codegen Jason Volk 2024-11-12 08:01:23 +00:00
  • 999d731a65 move err macro visitor out-of-line; reduce codegen Jason Volk 2024-11-11 22:18:14 +00:00
  • 3962333043 partially revert e507c31306 Jason Volk 2024-11-11 05:00:29 +00:00
  • 61174dd0d3 check if lazyset already contains user prior to querying Jason Volk 2024-11-11 21:27:40 +00:00
  • e2afaa9f03 add config item for with_span_events Jason Volk 2024-11-11 20:49:25 +00:00
  • 9790a6edc9 add unwrap_or_err to result Jason Volk 2024-11-11 20:33:56 +00:00
  • 08a4e931a0 supplement a from_str for FmtSpan Jason Volk 2024-11-11 20:12:20 +00:00
  • 24a5ecb6b4 fix incorrect user id for non-admin invites checking OverPhoenix 2024-11-10 21:45:37 +00:00
  • 1efc52c440 increase logging during server keys acquire Jason Volk 2024-11-10 11:09:48 +00:00
  • f290d1a9c8 prevent retry for missing keys later in join process Jason Volk 2024-11-10 08:39:30 +00:00
  • 7e087bb93c Fixes for CI strawberry 2024-11-10 03:25:57 +00:00
  • 5e74391c6c fix config generator macro matchers Jason Volk 2024-11-10 02:29:45 +00:00
  • cc86feded3 bump ruma Jason Volk 2024-11-10 01:49:16 +00:00
  • 14fce38403 cork around send_join response processing Jason Volk 2024-11-09 02:42:09 +00:00
  • 10be301646 split large notary requests into batches Jason Volk 2024-11-09 01:09:09 +00:00
  • 1ce3db727f split event_handler service Jason Volk 2024-11-08 07:30:52 +00:00
  • 6eba36d788 split make_body template Jason Volk 2024-11-08 08:21:19 +00:00
  • f59e8af734 slight cleanup/simplifications to backfil Jason Volk 2024-11-08 05:49:28 +00:00
  • 1f2e939fd5 optional arguments for timeline pdus iterations Jason Volk 2024-11-07 04:49:01 +00:00
  • 13ef6dcbcf add standalone getters for shortid service Jason Volk 2024-11-07 03:59:08 +00:00
  • 27966221f1 add ready_try_fold to utils Jason Volk 2024-11-05 04:37:08 +00:00
  • 79c6b51860 renames for core pdu Jason Volk 2024-11-07 03:30:47 +00:00
  • e507c31306 make pdu batch tokens zeroith-indexed Jason Volk 2024-11-06 22:21:51 +00:00
  • f36757027e split api/client/room Jason Volk 2024-11-06 18:27:40 +00:00
  • 7450c654ae add get_pdu_owned sans Arc; improve client/room/event handler Jason Volk 2024-11-06 06:20:39 +00:00
  • 3ed2c17f98 move sync watcher from globals service to sync service Jason Volk 2024-11-06 01:24:44 +00:00
  • 26c890d5ac skip redundant receipts on syncs Jason Volk 2024-11-04 22:38:12 +00:00
  • 137e3008ea merge rooms threads data and service Jason Volk 2024-11-06 21:02:23 +00:00