Commit graph

  • 9da523c004 refactor for stronger RawPduId type Jason Volk 2024-11-02 06:12:54 +00:00
  • 2e4d9cb37c fix thread pagination Kirill Hmelnitski 2024-10-31 23:39:20 +03:00
  • 78aeb620bc add broad timeout on acquire_origins keys operation Jason Volk 2024-11-03 18:23:35 +00:00
  • 4a94a4c945 rename pdu/id to pdu/event_id Jason Volk 2024-11-04 18:20:32 +00:00
  • 768e81741c use FnMut for ready_try_for_each extension Jason Volk 2024-11-03 11:22:38 +00:00
  • 8d251003a2 reduce Error-related codegen; add PoisonError Jason Volk 2024-11-03 12:42:43 +00:00
  • 52f09fdb51 add database migration for missing referencedevents separator Jason Volk 2024-11-02 01:59:06 +00:00
  • f191b4bad4 add map_expect for stream Jason Volk 2024-11-02 04:54:28 +00:00
  • 8742437036 wrap unimplemented ser/de branches with internal macro Jason Volk 2024-11-01 22:43:26 +00:00
  • ba1c134689 move migrations out of globals service Jason Volk 2024-11-01 22:16:14 +00:00
  • 1f1e2d547c optimize override ips; utilize all ips from cache Jason Volk 2024-10-31 11:49:00 +00:00
  • f746be82c1 typename some loose u64 ShortId's Jason Volk 2024-10-31 08:41:43 +00:00
  • 0bc6fdd589 Refactor ShortStateInfo et al to properly named structures Jason Volk 2024-10-31 08:19:37 +00:00
  • 6b0eb7608d add Filter extension to Result Jason Volk 2024-10-31 07:33:16 +00:00
  • e49aee61c1 consolidate and parallelize api/server access check prologues Jason Volk 2024-10-30 07:01:50 +00:00
  • 7fcc6d11a4 de-wrap state_accessor.server_can_see_event Jason Volk 2024-10-30 11:04:23 +00:00
  • 0eb67cfea0 additional bool extensions for Result/Option conversion Jason Volk 2024-10-30 06:41:03 +00:00
  • 9775694423 inline database stream interface functions lt 64B Jason Volk 2024-10-30 05:08:04 +00:00
  • a7cb1c5951 slightly optimize request signing/verifying Jason Volk 2024-10-29 23:31:53 +00:00
  • ed76797b55 add raw_ overloads for prefix/from counting Jason Volk 2024-10-29 03:10:18 +00:00
  • ad117641b8 add tuple-apply macro with length argument for now Jason Volk 2024-10-29 00:08:41 +00:00
  • 1fbfc983e9 optimize FedDest::Named port Jason Volk 2024-10-29 10:53:56 +00:00
  • 0387871063
    add workaround for matrix-appservice-irc using historical localparts strawberry 2024-11-02 21:20:36 -04:00
  • 6f37a251fb
    allow taking room aliases for auto_join_rooms config option strawberry 2024-11-02 20:55:40 -04:00
  • 9466aeb088
    remove some unnecessary debug prints on notices strawberry 2024-11-02 18:52:25 -04:00
  • ee6af6c90e
    drop report delay response range to 2-5 secs strawberry 2024-11-02 18:46:20 -04:00
  • 6cbaef2d12 always set RUST_BACKTRACE=full in OCI images strawberry 2024-11-02 13:12:14 -04:00
  • 240c78e810
    strong-type URL for URL previews to Url type strawberry 2024-11-01 00:54:21 -04:00
  • 8ed9d49b73 skip new flakey complement test strawberry 2024-10-31 14:41:35 -04:00
  • 354dc9e703 add map accessor to Database; move cork interface Jason Volk 2024-10-29 00:08:41 +00:00
  • 567a4cb441 implement admin command to force join all local users to room strawberry 2024-10-28 19:06:53 -04:00
  • c71db93e22 implement admin command to force join list of local users strawberry 2024-10-28 18:28:56 -04:00
  • 0a281241ef bump few dependencies, bump ruwuma strawberry 2024-10-28 16:53:53 -04:00
  • 85890ed425 remove some unnecessary HTML from admin commands strawberry 2024-10-27 13:21:16 -04:00
  • 065396f8f5 better document allow_inbound_profile_lookup_federation_requests strawberry 2024-10-27 12:37:44 -04:00
  • d92f2c121f document nginx needing request_uri strawberry 2024-10-27 12:19:45 -04:00
  • 52e356d780 generate ActualDest https string on the fly Jason Volk 2024-10-28 06:49:25 +00:00
  • 7a09ac81e0 split send from messages; refactor client/messages; add filters to client/context Jason Volk 2024-10-27 20:13:10 +00:00
  • 6c9ecb031a re-export ruma Event trait through core pdu Jason Volk 2024-10-27 20:53:22 +00:00
  • e7e606300f slightly simplify reqwest/hickory hooks Jason Volk 2024-10-27 19:17:41 +00:00
  • 9787dfe77c fix clippy::ref_option Jason Volk 2024-10-27 00:30:30 +00:00
  • 5e6dbaa27f apply room event filter to messages endpoint (#596) Jason Volk 2024-10-27 01:48:57 +00:00
  • d281b8d3ae implement filters for search (#596) closes #596 Jason Volk 2024-10-26 22:22:10 +00:00
  • 21a67513f2 refactor search system Jason Volk 2024-10-26 22:21:23 +00:00
  • f245389c02 add typedef for pdu_ids Jason Volk 2024-10-26 22:20:16 +00:00
  • 1e7207c230 start an ArrayVec extension trait Jason Volk 2024-10-25 19:53:08 +00:00
  • 0426f92ac0 unify database record separator constants Jason Volk 2024-10-25 18:25:06 +00:00
  • 6808671751 merge search service w/ data Jason Volk 2024-10-25 05:22:50 +00:00
  • b7369074d4 add RoomEventFilter matcher for PduEvent Jason Volk 2024-10-25 02:56:24 +00:00
  • cf59f738b9 move macros incorrectly moved out of utils to top level Jason Volk 2024-10-25 02:01:29 +00:00
  • 8742266ff0 split up core/pdu Jason Volk 2024-10-25 01:16:01 +00:00
  • ee92a33a4d add some accessors to Ar for common patterns Jason Volk 2024-10-24 12:03:56 +00:00
  • 60cc07134f log error for auth_chain corruption immediately Jason Volk 2024-10-24 11:24:37 +00:00
  • e175b7d28d slightly cleanup prev_event eval loop Jason Volk 2024-10-24 11:24:03 +00:00
  • 0e616f1d12 add event macro log wrapper suite Jason Volk 2024-10-24 11:16:44 +00:00
  • 9438dc89e6 merge and resplit/cleanup appservice service Jason Volk 2024-10-24 10:58:08 +00:00
  • efb28c1a99 add a Map::contains suite to db Jason Volk 2024-10-24 06:03:45 +00:00
  • 49343281d4 additional bool extensions Jason Volk 2024-10-24 06:01:53 +00:00
  • b921983a79 send room alias on pusher notification strawberry 2024-10-26 17:39:27 -04:00
  • 60d84195c5 implement MSC4210, bump ruwuma strawberry 2024-10-26 17:26:50 -04:00
  • d6991611f0 add require_auth_for_profile_requests config option, check endpoint metadata instead of request string strawberry 2024-10-26 12:32:47 -04:00
  • 0efe24a028 remove spaces from CSP header to save a few bytes strawberry 2024-10-25 21:13:14 -04:00
  • 2ce91f33af log method on tracing req spans, fix path sometimes being truncated strawberry 2024-10-25 21:08:34 -04:00
  • 652b04b9b6 update conduwuit freebsd docs strawberry 2024-10-25 20:48:14 -04:00
  • f29879288d document conduwuit k8s helm chart strawberry 2024-10-25 20:47:30 -04:00
  • 89cc865868 bump conduwuit to 0.5.0 strawberry 2024-10-25 14:45:22 -04:00
  • aa768b5dec distill active and old keys for federation key/server response Jason Volk 2024-10-24 05:03:31 +00:00
  • c769fcc347 move core result into core utils Jason Volk 2024-10-24 01:31:30 +00:00
  • 5cb0a5f676 add config generator controls via attribute metadatas Jason Volk 2024-10-22 22:16:59 +00:00
  • 367d153380 add default-directives to config document comments Jason Volk 2024-10-22 10:09:14 +00:00
  • 3396542168 complete the example-config generator macro Jason Volk 2024-10-22 09:09:20 +00:00
  • b08c1241a8 add some interruption points in recursive event handling to prevent shutdown hangs Jason Volk 2024-10-22 07:15:28 +00:00
  • dd6621a720 reduce unnecessary clone in pdu handler Jason Volk 2024-10-22 07:07:42 +00:00
  • b8260e0104 optimize for pdu_exists; remove a yield thing Jason Volk 2024-10-22 06:37:09 +00:00
  • ca57dc7928 optimize config denylists Jason Volk 2024-10-22 06:21:57 +00:00
  • d35376a90c aggregate receipts into single edu; dedup presence; refactor selection limits etc Jason Volk 2024-10-22 05:30:28 +00:00
  • a74461fc9a split keys_changed for stronger-type overloads Jason Volk 2024-10-22 04:03:07 +00:00
  • 0e0438e1f9 further optimize presence_since iteration Jason Volk 2024-10-22 03:28:45 +00:00
  • c06f560913 add some additional database::de test cases Jason Volk 2024-10-22 03:21:56 +00:00
  • 167807e0a6 de-wrapper max_fetch_prev_event; increase default config Jason Volk 2024-10-22 00:09:55 +00:00
  • 0e55fa2de2 add ready_try_for_each to TryReadyExt extension utils Jason Volk 2024-10-21 23:54:54 +00:00
  • b505f0d0d7 add (back) query_trusted_key_servers_first w/ additional configuration detail Jason Volk 2024-10-21 22:00:39 +00:00
  • ac75ebee8a event_handler/timeline service cleanups Jason Volk 2024-10-16 11:33:24 +00:00
  • 93130fbb85 add is_ok to futures TryExtExt utils Jason Volk 2024-10-21 20:21:00 +00:00
  • 1fdcab0319 additional sync cleanup Jason Volk 2024-10-16 06:58:37 +00:00
  • 828cb96ba9 split client/sync Jason Volk 2024-10-16 05:32:27 +00:00
  • 55b8908894 merge rooms state_compressor service and data Jason Volk 2024-10-16 03:12:30 +00:00
  • 84191656fb slightly cleanup appservice_in_room Jason Volk 2024-10-16 02:31:36 +00:00
  • 0b085ea84f merge remaining rooms state_cache data and service Jason Volk 2024-10-15 10:34:37 +00:00
  • 4576313a7c merge rooms user service and data Jason Volk 2024-10-15 09:54:20 +00:00
  • ed5b5d7877 merge rooms state service and data Jason Volk 2024-10-15 09:34:43 +00:00
  • d0ee4b6d25 add resolve_with_servers() to alias service; simplify api Jason Volk 2024-10-14 01:01:12 +00:00
  • b4ec1e9d3c add federation client for select high-timeout requests Jason Volk 2024-10-14 03:58:25 +00:00
  • c0939c3e9a Refactor server_keys service/interface and related callsites Jason Volk 2024-10-11 18:57:59 +00:00
  • d82ea331cf add random shuffle util Jason Volk 2024-10-14 05:16:18 +00:00
  • 1a09eb0f02 use string::EMPTY; minor formatting and misc cleanups Jason Volk 2024-10-13 00:57:08 +00:00
  • 89b5c4ee1c add timepoint_from_now to complement timepoint_ago in utils Jason Volk 2024-10-11 20:32:32 +00:00
  • 2ed0c267eb Refactor for structured insertions Jason Volk 2024-10-07 17:54:27 +00:00
  • 8258d16a94 re-scheme naming of stream iterator overloads Jason Volk 2024-10-09 05:08:22 +00:00
  • 19880ce12b add IgnoreAll directive to deserializer Jason Volk 2024-10-09 19:41:52 +00:00