-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final async database (overall heavy performance improvement), misc bug fixes, /search
filters, remove legacy mentions (MSC4210) and dependency updates
#608
Commits on Oct 25, 2024
-
simplify service trait bounds and lifetimes
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2db017a - Browse repository at this point
Copy the full SHA 2db017aView commit details -
add str traits for split, between, unquote; consolidate tests
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99ad404 - Browse repository at this point
Copy the full SHA 99ad404View commit details -
add DebugInspect to Result move Result typedef into unit Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2709995 - Browse repository at this point
Copy the full SHA 2709995View commit details -
add expected! macro to checked math expression suite
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d4b0f1 - Browse repository at this point
Copy the full SHA 3d4b0f1View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa265f7 - Browse repository at this point
Copy the full SHA aa265f7View commit details -
move common_elements util into unit
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd75ff6 - Browse repository at this point
Copy the full SHA bd75ff6View commit details -
add util functors for is_zero/is_equal; move clamp to math utils
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6305364 - Browse repository at this point
Copy the full SHA 6305364View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5822eb - Browse repository at this point
Copy the full SHA a5822ebView commit details -
add is_not_found functor to error; tweak status code matcher
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7ce4db - Browse repository at this point
Copy the full SHA f7ce4dbView commit details -
re-export crates used by error macros
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5de274 - Browse repository at this point
Copy the full SHA a5de274View commit details -
add UnwrapInfallible to Result
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6001014 - Browse repository at this point
Copy the full SHA 6001014View commit details -
combine service/users data w/ mod unit split sliding sync related out of service/users instrument database entry points remove increment crap from database interface de-wrap all database get() calls de-wrap all database insert() calls de-wrap all database remove() calls refactor database interface for async streaming add query key serializer for database implement Debug for result handle add query deserializer for database add deserialization trait for option handle start a stream utils suite de-wrap/asyncify/type-query count_one_time_keys() de-wrap/asyncify users count add admin query users command suite de-wrap/asyncify users exists de-wrap/partially asyncify user filter related asyncify/de-wrap users device/keys related asyncify/de-wrap user auth/misc related asyncify/de-wrap users blurhash asyncify/de-wrap account_data get; merge Data into Service partial asyncify/de-wrap uiaa; merge Data into Service partially asyncify/de-wrap transaction_ids get; merge Data into Service partially asyncify/de-wrap key_backups; merge Data into Service asyncify/de-wrap pusher service getters; merge Data into Service asyncify/de-wrap rooms alias getters/some iterators asyncify/de-wrap rooms directory getters/iterator partially asyncify/de-wrap rooms lazy-loading partially asyncify/de-wrap rooms metadata asyncify/dewrap rooms outlier asyncify/dewrap rooms pdu_metadata dewrap/partially asyncify rooms read receipt de-wrap rooms search service de-wrap/partially asyncify rooms user service partial de-wrap rooms state_compressor de-wrap rooms state_cache de-wrap room state et al de-wrap rooms timeline service additional users device/keys related de-wrap/asyncify sender asyncify services refactor database to TryFuture/TryStream refactor services for TryFuture/TryStream asyncify api handlers additional asyncification for admin module abstract stream related; support reverse streams additional stream conversions asyncify state-res related Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 946ca36 - Browse repository at this point
Copy the full SHA 946ca36View commit details -
handle serde_json for deserialized()
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4776fe6 - Browse repository at this point
Copy the full SHA 4776fe6View commit details -
minor auth_chain optimizations/cleanup
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f7ec42 - Browse repository at this point
Copy the full SHA 3f7ec42View commit details -
add missing await to first admin room creation
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4496cf2 - Browse repository at this point
Copy the full SHA 4496cf2View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5192927 - Browse repository at this point
Copy the full SHA 5192927View commit details -
add ArrayVec-backed serialized query overload; doc comments
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e8ae1e - Browse repository at this point
Copy the full SHA 0e8ae1eView commit details -
merge rooms/short Data w/ Service; optimize queries
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c569881 - Browse repository at this point
Copy the full SHA c569881View commit details -
Add rocksdb logging integration with tracing.
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8d5cf9 - Browse repository at this point
Copy the full SHA a8d5cf9View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b80361 - Browse repository at this point
Copy the full SHA 6b80361View commit details -
add rocksdb secondary; fix read_only mode.
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96fcf7f - Browse repository at this point
Copy the full SHA 96fcf7fView commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26dcab2 - Browse repository at this point
Copy the full SHA 26dcab2View commit details -
refactor multi-get to handle result type
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab06701 - Browse repository at this point
Copy the full SHA ab06701View commit details -
optimize auth_chain short_id to event_id translation step
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36677bb - Browse repository at this point
Copy the full SHA 36677bbView commit details -
bump ruma, cargo.lock, and deps
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8311952 - Browse repository at this point
Copy the full SHA 8311952View commit details -
send EDUs to appservices if in events
to_device is not supported yet Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fafe320 - Browse repository at this point
Copy the full SHA fafe320View commit details -
dont send read receipts and typing indicators from ignored users
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 890ee84 - Browse repository at this point
Copy the full SHA 890ee84View commit details -
dont send non-state events from ignored users over sync
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2083c38 - Browse repository at this point
Copy the full SHA 2083c38View commit details -
dont allow sending/receiving room invites with ignored users
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4413793 - Browse repository at this point
Copy the full SHA 4413793View commit details -
use ok_or_else for a rare error
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b64a235 - Browse repository at this point
Copy the full SHA b64a235View commit details -
fix list_rooms admin command filters
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee1580e - Browse repository at this point
Copy the full SHA ee1580eView commit details -
add support for reading a registration token from a file
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a59add - Browse repository at this point
Copy the full SHA 7a59addView commit details -
dont send events from ignored users over /messages
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a81bf2 - Browse repository at this point
Copy the full SHA 6a81bf2View commit details -
dont send non-state events from ignored users over /context/{eventId}
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9e3e8f - Browse repository at this point
Copy the full SHA a9e3e8fView commit details -
remove unnecessary full type annos
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 115ea03 - Browse repository at this point
Copy the full SHA 115ea03View commit details -
update last_seen_ip and last_seen_ts on updating device metadata
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eb7ad7 - Browse repository at this point
Copy the full SHA 4eb7ad7View commit details -
fix: dont add remote users for push targets, use hashset instead of vec
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9836385 - Browse repository at this point
Copy the full SHA 9836385View commit details -
drop unnecessary error to debug_warn
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54a107c - Browse repository at this point
Copy the full SHA 54a107cView commit details -
add MSC4151 room reporting support
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab9a65d - Browse repository at this point
Copy the full SHA ab9a65dView commit details -
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd56d83 - Browse repository at this point
Copy the full SHA bd56d83View commit details -
miniscule spaces code optimisations
still terrible though Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa7c120 - Browse repository at this point
Copy the full SHA fa7c120View commit details -
consume all bytes for top-level Ignore; add comments/tweaks
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6b7c24 - Browse repository at this point
Copy the full SHA c6b7c24View commit details -
fix get_all_media_keys deserialization
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d049da - Browse repository at this point
Copy the full SHA 2d049daView commit details -
fix trait-solver issue requiring recursion_limit increase
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd9a9cc - Browse repository at this point
Copy the full SHA bd9a9ccView commit details -
fix aliasid_alias key deserialization
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba683cf - Browse repository at this point
Copy the full SHA ba683cfView commit details -
fix sliding sync room type filter regression
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9eace1f - Browse repository at this point
Copy the full SHA 9eace1fView commit details -
mark the server user bot as online/offline on shutdown/startup
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8eec78e - Browse repository at this point
Copy the full SHA 8eec78eView commit details
Commits on Oct 26, 2024
-
fix unnecessary re-serializations
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 814b9e2 - Browse repository at this point
Copy the full SHA 814b9e2View commit details -
use loop condition to account for loole channel close
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56dd0f5 - Browse repository at this point
Copy the full SHA 56dd0f5View commit details -
split admin-room branch from build_and_append_pdu (fixes large stack …
…warning) Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89a3c80 - Browse repository at this point
Copy the full SHA 89a3c80View commit details -
catch panics at base functions to integrate with other fatal errors.
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08a2fec - Browse repository at this point
Copy the full SHA 08a2fecView commit details -
add FlatOk trait to Result/Option suite
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2e5c3d - Browse repository at this point
Copy the full SHA a2e5c3dView commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4485f36 - Browse repository at this point
Copy the full SHA 4485f36View commit details -
add unwrap_or to TryFutureExtExt
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd9f530 - Browse repository at this point
Copy the full SHA dd9f530View commit details -
add is_not_found as Error member function; tweak interface; add doc c…
…omments Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 685eadb - Browse repository at this point
Copy the full SHA 685eadbView commit details -
parallelize calculate_invite_state
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b2055f - Browse repository at this point
Copy the full SHA 2b2055fView commit details -
abstract common patterns as core pdu memberfns
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48a767d - Browse repository at this point
Copy the full SHA 48a767dView commit details -
abstract account-data deserializations for serde_json::from_elim
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da34b43 - Browse repository at this point
Copy the full SHA da34b43View commit details -
Add state_get_content(shortid) for serde_json::from elim
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68315ac - Browse repository at this point
Copy the full SHA 68315acView commit details -
refactor to room_state_get_content() for serde_json::from_ elim
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7af696 - Browse repository at this point
Copy the full SHA f7af696View commit details -
refactor to pdu.get_content() for serde_json::from_ elim
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55c85f6 - Browse repository at this point
Copy the full SHA 55c85f6View commit details -
refactor various patterns for serde_json::from_ elim
bump ruma Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d526db6 - Browse repository at this point
Copy the full SHA d526db6View commit details -
additional database stream deserializations for serde_json::from_ elim
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57e0a5f - Browse repository at this point
Copy the full SHA 57e0a5fView commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f503ed9 - Browse repository at this point
Copy the full SHA f503ed9View commit details -
Add constructions and Default for PduBuilder
simplify various RoomMemberEventContent constructions Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e482c06 - Browse repository at this point
Copy the full SHA e482c06View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ea2dcc - Browse repository at this point
Copy the full SHA 8ea2dccView commit details -
relax Sized bound for debug::type_name
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9c405f - Browse repository at this point
Copy the full SHA c9c405fView commit details -
add util to restore state on scope exit
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16f82b0 - Browse repository at this point
Copy the full SHA 16f82b0View commit details -
add tuple access functor-macro
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5e8572 - Browse repository at this point
Copy the full SHA a5e8572View commit details -
add non-allocating fixed-size random string generator
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43b0bb6 - Browse repository at this point
Copy the full SHA 43b0bb6View commit details -
add macro util to determine if cargo build or check/clippy.
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c40d20c - Browse repository at this point
Copy the full SHA c40d20cView commit details -
initial example-config generator
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a59a56 - Browse repository at this point
Copy the full SHA 2a59a56View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f67cfcd - Browse repository at this point
Copy the full SHA f67cfcdView commit details -
add document comments to config items
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc4d109 - Browse repository at this point
Copy the full SHA fc4d109View commit details -
further develop serializer for insertions
add JSON delegator to db serializer consolidate writes through memfun; simplifications Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f24d71 - Browse repository at this point
Copy the full SHA 2f24d71View commit details -
add serialized insert interface
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3d1135 - Browse repository at this point
Copy the full SHA d3d1135View commit details -
add IgnoreAll directive to deserializer
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19880ce - Browse repository at this point
Copy the full SHA 19880ceView commit details -
re-scheme naming of stream iterator overloads
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8258d16 - Browse repository at this point
Copy the full SHA 8258d16View commit details -
Refactor for structured insertions
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ed0c26 - Browse repository at this point
Copy the full SHA 2ed0c26View commit details -
add timepoint_from_now to complement timepoint_ago in utils
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89b5c4e - Browse repository at this point
Copy the full SHA 89b5c4eView commit details -
use string::EMPTY; minor formatting and misc cleanups
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a09eb0 - Browse repository at this point
Copy the full SHA 1a09eb0View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d82ea33 - Browse repository at this point
Copy the full SHA d82ea33View commit details -
Refactor server_keys service/interface and related callsites
Signed-off-by: Jason Volk <[email protected]> Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0939c3 - Browse repository at this point
Copy the full SHA c0939c3View commit details -
add federation client for select high-timeout requests
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4ec1e9 - Browse repository at this point
Copy the full SHA b4ec1e9View commit details -
add resolve_with_servers() to alias service; simplify api
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0ee4b6 - Browse repository at this point
Copy the full SHA d0ee4b6View commit details -
merge rooms state service and data
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed5b5d7 - Browse repository at this point
Copy the full SHA ed5b5d7View commit details -
merge rooms user service and data
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4576313 - Browse repository at this point
Copy the full SHA 4576313View commit details -
merge remaining rooms state_cache data and service
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b085ea - Browse repository at this point
Copy the full SHA 0b085eaView commit details -
slightly cleanup appservice_in_room
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8419165 - Browse repository at this point
Copy the full SHA 8419165View commit details -
merge rooms state_compressor service and data
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55b8908 - Browse repository at this point
Copy the full SHA 55b8908View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 828cb96 - Browse repository at this point
Copy the full SHA 828cb96View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fdcab0 - Browse repository at this point
Copy the full SHA 1fdcab0View commit details -
add is_ok to futures TryExtExt utils
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93130fb - Browse repository at this point
Copy the full SHA 93130fbView commit details -
event_handler/timeline service cleanups
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac75ebe - Browse repository at this point
Copy the full SHA ac75ebeView commit details -
add (back) query_trusted_key_servers_first w/ additional configuratio…
…n detail Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b505f0d - Browse repository at this point
Copy the full SHA b505f0dView commit details -
add ready_try_for_each to TryReadyExt extension utils
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e55fa2 - Browse repository at this point
Copy the full SHA 0e55fa2View commit details -
de-wrapper max_fetch_prev_event; increase default config
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 167807e - Browse repository at this point
Copy the full SHA 167807eView commit details -
add some additional database::de test cases
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c06f560 - Browse repository at this point
Copy the full SHA c06f560View commit details -
further optimize presence_since iteration
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e0438e - Browse repository at this point
Copy the full SHA 0e0438eView commit details -
split keys_changed for stronger-type overloads
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a74461f - Browse repository at this point
Copy the full SHA a74461fView commit details -
aggregate receipts into single edu; dedup presence; refactor selectio…
…n limits etc Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d35376a - Browse repository at this point
Copy the full SHA d35376aView commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca57dc7 - Browse repository at this point
Copy the full SHA ca57dc7View commit details -
optimize for pdu_exists; remove a yield thing
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8260e0 - Browse repository at this point
Copy the full SHA b8260e0View commit details -
reduce unnecessary clone in pdu handler
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd6621a - Browse repository at this point
Copy the full SHA dd6621aView commit details -
add some interruption points in recursive event handling to prevent s…
…hutdown hangs Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b08c124 - Browse repository at this point
Copy the full SHA b08c124View commit details -
complete the example-config generator macro
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3396542 - Browse repository at this point
Copy the full SHA 3396542View commit details -
add default-directives to config document comments
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 367d153 - Browse repository at this point
Copy the full SHA 367d153View commit details -
add config generator controls via attribute metadatas
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cb0a5f - Browse repository at this point
Copy the full SHA 5cb0a5fView commit details -
move core result into core utils
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c769fcc - Browse repository at this point
Copy the full SHA c769fccView commit details -
distill active and old keys for federation key/server response
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa768b5 - Browse repository at this point
Copy the full SHA aa768b5View commit details -
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89cc865 - Browse repository at this point
Copy the full SHA 89cc865View commit details -
document conduwuit k8s helm chart
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f298792 - Browse repository at this point
Copy the full SHA f298792View commit details -
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 652b04b - Browse repository at this point
Copy the full SHA 652b04bView commit details -
log method on tracing req spans, fix path sometimes being truncated
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ce91f3 - Browse repository at this point
Copy the full SHA 2ce91f3View commit details -
remove spaces from CSP header to save a few bytes
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0efe24a - Browse repository at this point
Copy the full SHA 0efe24aView commit details -
add
require_auth_for_profile_requests
config option, check endpoint…… metadata instead of request string Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d699161 - Browse repository at this point
Copy the full SHA d699161View commit details -
implement MSC4210, bump ruwuma
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60d8419 - Browse repository at this point
Copy the full SHA 60d8419View commit details -
send room alias on pusher notification
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b921983 - Browse repository at this point
Copy the full SHA b921983View commit details
Commits on Oct 27, 2024
-
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4934328 - Browse repository at this point
Copy the full SHA 4934328View commit details -
add a Map::contains suite to db
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efb28c1 - Browse repository at this point
Copy the full SHA efb28c1View commit details -
merge and resplit/cleanup appservice service
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9438dc8 - Browse repository at this point
Copy the full SHA 9438dc8View commit details -
add event macro log wrapper suite
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e616f1 - Browse repository at this point
Copy the full SHA 0e616f1View commit details -
slightly cleanup prev_event eval loop
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e175b7d - Browse repository at this point
Copy the full SHA e175b7dView commit details -
log error for auth_chain corruption immediately
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60cc071 - Browse repository at this point
Copy the full SHA 60cc071View commit details -
add some accessors to Ar for common patterns
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee92a33 - Browse repository at this point
Copy the full SHA ee92a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8742266 - Browse repository at this point
Copy the full SHA 8742266View commit details -
move macros incorrectly moved out of utils to top level
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf59f73 - Browse repository at this point
Copy the full SHA cf59f73View commit details -
add RoomEventFilter matcher for PduEvent
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b736907 - Browse repository at this point
Copy the full SHA b736907View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6808671 - Browse repository at this point
Copy the full SHA 6808671View commit details -
unify database record separator constants
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0426f92 - Browse repository at this point
Copy the full SHA 0426f92View commit details -
start an ArrayVec extension trait
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e7207c - Browse repository at this point
Copy the full SHA 1e7207cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f245389 - Browse repository at this point
Copy the full SHA f245389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a6751 - Browse repository at this point
Copy the full SHA 21a6751View commit details -
implement filters for search (#596)
closes #596 Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d281b8d - Browse repository at this point
Copy the full SHA d281b8dView commit details -
apply room event filter to messages endpoint (#596)
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e6dbaa - Browse repository at this point
Copy the full SHA 5e6dbaaView commit details -
fix needless borrow fix clippy::nonminimal_bool
Configuration menu - View commit details
-
Copy full SHA for 9787dfe - Browse repository at this point
Copy the full SHA 9787dfeView commit details -
slightly simplify reqwest/hickory hooks
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7e6063 - Browse repository at this point
Copy the full SHA e7e6063View commit details -
re-export ruma Event trait through core pdu
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c9ecb0 - Browse repository at this point
Copy the full SHA 6c9ecb0View commit details
Commits on Oct 29, 2024
-
split send from messages; refactor client/messages; add filters to cl…
…ient/context Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a09ac8 - Browse repository at this point
Copy the full SHA 7a09ac8View commit details -
generate ActualDest https string on the fly
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52e356d - Browse repository at this point
Copy the full SHA 52e356dView commit details -
document nginx needing request_uri
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d92f2c1 - Browse repository at this point
Copy the full SHA d92f2c1View commit details -
better document allow_inbound_profile_lookup_federation_requests
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 065396f - Browse repository at this point
Copy the full SHA 065396fView commit details -
remove some unnecessary HTML from admin commands
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85890ed - Browse repository at this point
Copy the full SHA 85890edView commit details -
bump few dependencies, bump ruwuma
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a28124 - Browse repository at this point
Copy the full SHA 0a28124View commit details -
implement admin command to force join list of local users
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c71db93 - Browse repository at this point
Copy the full SHA c71db93View commit details -
implement admin command to force join all local users to room
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 567a4cb - Browse repository at this point
Copy the full SHA 567a4cbView commit details -
add map accessor to Database; move cork interface
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 354dc9e - Browse repository at this point
Copy the full SHA 354dc9eView commit details
Commits on Oct 31, 2024
-
skip new flakey complement test
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ed9d49 - Browse repository at this point
Copy the full SHA 8ed9d49View commit details
Commits on Nov 2, 2024
-
strong-type URL for URL previews to Url type
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 240c78e - Browse repository at this point
Copy the full SHA 240c78eView commit details -
always set RUST_BACKTRACE=full in OCI images
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cbaef2 - Browse repository at this point
Copy the full SHA 6cbaef2View commit details -
drop report delay response range to 2-5 secs
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee6af6c - Browse repository at this point
Copy the full SHA ee6af6cView commit details -
remove some unnecessary debug prints on notices
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9466aeb - Browse repository at this point
Copy the full SHA 9466aebView commit details
Commits on Nov 3, 2024
-
allow taking room aliases for
auto_join_rooms
config optionSigned-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f37a25 - Browse repository at this point
Copy the full SHA 6f37a25View commit details -
add workaround for matrix-appservice-irc using historical localparts
see matrix-org/matrix-appservice-irc#1780 Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0387871 - Browse repository at this point
Copy the full SHA 0387871View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fbfc98 - Browse repository at this point
Copy the full SHA 1fbfc98View commit details -
add tuple-apply macro with length argument for now
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad11764 - Browse repository at this point
Copy the full SHA ad11764View commit details -
add raw_ overloads for prefix/from counting
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed76797 - Browse repository at this point
Copy the full SHA ed76797View commit details -
slightly optimize request signing/verifying
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7cb1c5 - Browse repository at this point
Copy the full SHA a7cb1c5View commit details -
inline database stream interface functions lt 64B
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9775694 - Browse repository at this point
Copy the full SHA 9775694View commit details -
additional bool extensions for Result/Option conversion
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0eb67cf - Browse repository at this point
Copy the full SHA 0eb67cfView commit details -
de-wrap state_accessor.server_can_see_event
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fcc6d1 - Browse repository at this point
Copy the full SHA 7fcc6d1View commit details -
consolidate and parallelize api/server access check prologues
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e49aee6 - Browse repository at this point
Copy the full SHA e49aee6View commit details -
add Filter extension to Result
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b0eb76 - Browse repository at this point
Copy the full SHA 6b0eb76View commit details -
Refactor ShortStateInfo et al to properly named structures
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bc6fdd - Browse repository at this point
Copy the full SHA 0bc6fddView commit details -
typename some loose u64 ShortId's
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f746be8 - Browse repository at this point
Copy the full SHA f746be8View commit details -
optimize override ips; utilize all ips from cache
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f1e2d5 - Browse repository at this point
Copy the full SHA 1f1e2d5View commit details -
move migrations out of globals service
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba1c134 - Browse repository at this point
Copy the full SHA ba1c134View commit details -
wrap unimplemented ser/de branches with internal macro
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8742437 - Browse repository at this point
Copy the full SHA 8742437View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f191b4b - Browse repository at this point
Copy the full SHA f191b4bView commit details -
add database migration for missing referencedevents separator
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52f09fd - Browse repository at this point
Copy the full SHA 52f09fdView commit details -
reduce Error-related codegen; add PoisonError
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d25100 - Browse repository at this point
Copy the full SHA 8d25100View commit details -
use FnMut for ready_try_for_each extension
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 768e817 - Browse repository at this point
Copy the full SHA 768e817View commit details
Commits on Nov 4, 2024
-
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a94a4c - Browse repository at this point
Copy the full SHA 4a94a4cView commit details -
add broad timeout on acquire_origins keys operation
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78aeb62 - Browse repository at this point
Copy the full SHA 78aeb62View commit details -
refactor logic increase fetch limit for first relates apply other format Co-authored-by: Jason Volk <[email protected]> Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e4d9cb - Browse repository at this point
Copy the full SHA 2e4d9cbView commit details
Commits on Nov 6, 2024
-
refactor for stronger RawPduId type
implement standard traits for PduCount enable serde for arrayvec typedef various shortid's pducount simplifications split parts of pdu_metadata service to core/pdu and api/relations remove some yields; improve var names/syntax tweak types for limit timeline limit arguments Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da523c - Browse repository at this point
Copy the full SHA 9da523cView commit details -
merge rooms threads data and service
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 137e300 - Browse repository at this point
Copy the full SHA 137e300View commit details -
skip redundant receipts on syncs
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26c890d - Browse repository at this point
Copy the full SHA 26c890dView commit details -
move sync watcher from globals service to sync service
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ed2c17 - Browse repository at this point
Copy the full SHA 3ed2c17View commit details -
add get_pdu_owned sans Arc; improve client/room/event handler
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7450c65 - Browse repository at this point
Copy the full SHA 7450c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f367570 - Browse repository at this point
Copy the full SHA f367570View commit details
Commits on Nov 8, 2024
-
make pdu batch tokens zeroith-indexed
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e507c31 - Browse repository at this point
Copy the full SHA e507c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c6b51 - Browse repository at this point
Copy the full SHA 79c6b51View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2796622 - Browse repository at this point
Copy the full SHA 2796622View commit details -
add standalone getters for shortid service
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13ef6dc - Browse repository at this point
Copy the full SHA 13ef6dcView commit details -
optional arguments for timeline pdus iterations
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f2e939 - Browse repository at this point
Copy the full SHA 1f2e939View commit details -
slight cleanup/simplifications to backfil
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f59e8af - Browse repository at this point
Copy the full SHA f59e8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eba36d - Browse repository at this point
Copy the full SHA 6eba36dView commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ce3db7 - Browse repository at this point
Copy the full SHA 1ce3db7View commit details
Commits on Nov 10, 2024
-
split large notary requests into batches
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10be301 - Browse repository at this point
Copy the full SHA 10be301View commit details -
cork around send_join response processing
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14fce38 - Browse repository at this point
Copy the full SHA 14fce38View commit details -
fixes for key type changes Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc86fed - Browse repository at this point
Copy the full SHA cc86fedView commit details -
fix config generator macro matchers
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e74391 - Browse repository at this point
Copy the full SHA 5e74391View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e087bb - Browse repository at this point
Copy the full SHA 7e087bbView commit details -
prevent retry for missing keys later in join process
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f290d1a - Browse repository at this point
Copy the full SHA f290d1aView commit details -
increase logging during server keys acquire
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1efc52c - Browse repository at this point
Copy the full SHA 1efc52cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a5ecb - Browse repository at this point
Copy the full SHA 24a5ecbView commit details
Commits on Nov 11, 2024
-
supplement a from_str for FmtSpan
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08a4e93 - Browse repository at this point
Copy the full SHA 08a4e93View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9790a6e - Browse repository at this point
Copy the full SHA 9790a6eView commit details -
add config item for with_span_events
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2afaa9 - Browse repository at this point
Copy the full SHA e2afaa9View commit details -
check if lazyset already contains user prior to querying
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61174dd - Browse repository at this point
Copy the full SHA 61174ddView commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3962333 - Browse repository at this point
Copy the full SHA 3962333View commit details -
move err macro visitor out-of-line; reduce codegen
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 999d731 - Browse repository at this point
Copy the full SHA 999d731View commit details
Commits on Nov 13, 2024
-
move non-generic code out of generic; reduce codegen
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86694f2 - Browse repository at this point
Copy the full SHA 86694f2View commit details -
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c59f474 - Browse repository at this point
Copy the full SHA c59f474View commit details -
add pretty/si-unit byte size parsing/printing utils
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for feefa43 - Browse repository at this point
Copy the full SHA feefa43View commit details -
add parallel query for current membership state
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68582dd - Browse repository at this point
Copy the full SHA 68582ddView commit details -
use ruma visibility enum in directory interface
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77fab2c - Browse repository at this point
Copy the full SHA 77fab2cView commit details -
prepare utf-8 check bypass for database deserializer
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 004be3b - Browse repository at this point
Copy the full SHA 004be3bView commit details -
bump serde, image, loole, termimad etc
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ffdc1b - Browse repository at this point
Copy the full SHA 6ffdc1bView commit details -
add byte counting for compressed state caches
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e228dec - Browse repository at this point
Copy the full SHA e228decView commit details
Commits on Nov 14, 2024
-
replace additional use tracing::
add log:: to disallowed-macros Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ec5d1e - Browse repository at this point
Copy the full SHA 4ec5d1eView commit details
Commits on Nov 15, 2024
-
update config documentation, commit generated example config
also removes the no-op/useless "database_backend" config option Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08365bf - Browse repository at this point
Copy the full SHA 08365bfView commit details -
misc docs changes/improvements from example config
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fe4790 - Browse repository at this point
Copy the full SHA 4fe4790View commit details -
add receive_ephemeral check for appservice EDU sending (if it even wo…
…rks) Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4296d71 - Browse repository at this point
Copy the full SHA 4296d71View commit details -
dont build sentry or perf_measurements features for complement
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd2a002 - Browse repository at this point
Copy the full SHA fd2a002View commit details -
general misc bug fixes and slight improvements
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f0bdb5 - Browse repository at this point
Copy the full SHA 4f0bdb5View commit details -
link to migrating from conduit on the README
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72fb837 - Browse repository at this point
Copy the full SHA 72fb837View commit details -
add missing declared support for MSC3952
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 011d44b - Browse repository at this point
Copy the full SHA 011d44bView commit details -
add debug_assert is_sorted for inline content types
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44a7ac0 - Browse repository at this point
Copy the full SHA 44a7ac0View commit details -
update generated example config
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dac1a01 - Browse repository at this point
Copy the full SHA dac1a01View commit details -
replace deprecated sha-1 crate, try to reduce some unnecessary crates…
…/features Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f69f2e - Browse repository at this point
Copy the full SHA 3f69f2eView commit details -
add more checks for gh pages deployment workflow
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4d809c - Browse repository at this point
Copy the full SHA b4d809cView commit details -
bump rocksdb to v9.7.4, and ruwuma
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1f553c - Browse repository at this point
Copy the full SHA c1f553cView commit details -
document NAT hairpinning/loopback if needed
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9c280b - Browse repository at this point
Copy the full SHA a9c280bView commit details -
dont try to backfill empty, private rooms
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c23786d - Browse repository at this point
Copy the full SHA c23786dView commit details -
remove sentry_telemetry from default features
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9783bc7 - Browse repository at this point
Copy the full SHA 9783bc7View commit details -
delete trivy as lately its been terribly unreliable
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 666989f - Browse repository at this point
Copy the full SHA 666989fView commit details -
ci: remove all free runner space steps due to flakiness
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f897b4d - Browse repository at this point
Copy the full SHA f897b4dView commit details -
add missing knock_restricted room type to /publicRooms
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b1b464 - Browse repository at this point
Copy the full SHA 6b1b464View commit details -
fix getting canonical alias server for backfill
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c95a74 - Browse repository at this point
Copy the full SHA 9c95a74View commit details -
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be5a04f - Browse repository at this point
Copy the full SHA be5a04fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b652f5 - Browse repository at this point
Copy the full SHA 4b652f5View commit details
Commits on Nov 16, 2024
-
add is_read_only()/is_secondary() to Engine
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59834a4 - Browse repository at this point
Copy the full SHA 59834a4View commit details -
flush=false for database-backup in read-only/secondary modes; improve…
… error Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20836cc - Browse repository at this point
Copy the full SHA 20836ccView commit details -
slight optimizations for statediff
calculate with_capacity for set/get_statediff() etc Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f62521 - Browse repository at this point
Copy the full SHA 5f62521View commit details -
improve tracing/logging for state_compressor
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f7a4a0 - Browse repository at this point
Copy the full SHA 9f7a4a0View commit details -
add database get_batch stream wrapper
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14e3b24 - Browse repository at this point
Copy the full SHA 14e3b24View commit details -
optimize sha256 interface gather/vector inputs
Signed-off-by: Jason Volk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 887ae84 - Browse repository at this point
Copy the full SHA 887ae84View commit details -
add missing fix_referencedevents_missing_sep key on fresh db creations
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd2c473 - Browse repository at this point
Copy the full SHA cd2c473View commit details -
send the actual unsupported room version in join errors
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ead9d66 - Browse repository at this point
Copy the full SHA ead9d66View commit details -
implement
GET /_matrix/client/v3/pushrules/global/
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6319384 - Browse repository at this point
Copy the full SHA 6319384View commit details -
drop hyper-util back down to 0.1.8 due to DNS issues
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b92b4e0 - Browse repository at this point
Copy the full SHA b92b4e0View commit details -
nix: remove libllvm, libgcc, and llvm from OCI images as well
aarch64 OCI images love llvm?? Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f96b2f - Browse repository at this point
Copy the full SHA 7f96b2fView commit details -
ci: free up a bit of runner space safely (again)
Signed-off-by: strawberry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f14048 - Browse repository at this point
Copy the full SHA 8f14048View commit details