0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00
construct/matrix
2023-02-22 16:04:12 -08:00
..
acquire.cc ircd:Ⓜ️:room::events: Move nested interfaces out to room::. 2023-02-17 15:24:23 -08:00
app.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
breadcrumbs.cc ircd:Ⓜ️ Fix br3adcrumbs again. (related 8e7c1c3eb2) 2021-01-24 21:42:03 -08:00
bridge.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
burst.cc
dbs.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
dbs_desc.cc
dbs_event_column.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
dbs_event_horizon.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_event_idx.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
dbs_event_json.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
dbs_event_refs.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_event_sender.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_event_state.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
dbs_event_type.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_init.cc ircd:Ⓜ️:dbs::init: Split unit; preliminary schema update vector; ctor exceptions. 2022-08-06 22:47:59 -07:00
dbs_room_events.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_room_head.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
dbs_room_joined.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_room_state.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_room_state_space.cc ircd:Ⓜ️:dbs: Add missing and fix inconsistent tuple typedefs for columns. 2023-02-17 18:40:12 -08:00
dbs_room_type.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
default.proftext ircd: Add target to preprocess PGO data bundled in text form. 2020-11-28 14:35:45 -08:00
display_name.cc
error.cc ircd:Ⓜ️ Fix conflicting TLS models for static member buffers. 2022-07-20 10:42:13 -07:00
event.cc ircd::util: Add popcount wrapping; consolidate callsites. 2023-02-07 20:04:26 -08:00
event_append.cc ircd:Ⓜ️:event::append: Add conf item to exclude org.matrix.dummy_event fake read receipts. 2023-02-22 16:04:12 -08:00
event_auth.cc ircd:Ⓜ️:event: Add exists_count() convenience; simplify various popcounts. 2023-02-05 18:45:08 -08:00
event_cached.cc
event_conforms.cc ircd:Ⓜ️ Split vm.conforms hook handles into unit. 2022-08-10 18:20:52 -07:00
event_fetch.cc ircd:Ⓜ️:event::fetch: Improve codegen w/ dtor linkage. 2022-08-18 15:01:38 -07:00
event_get.cc ircd:Ⓜ️:get: Support empty key for full _event_json. 2023-02-22 16:04:12 -08:00
event_horizon.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
event_id.cc ircd:Ⓜ️ Appease unused-result warning (for array-copy return value) internally. 2022-06-29 14:59:57 -07:00
event_index.cc ircd::util: Add popcount wrapping; consolidate callsites. 2023-02-07 20:04:26 -08:00
event_prefetch.cc ircd:Ⓜ️:prefetch: Prefetch index; prevent blocking on translation. 2020-10-31 12:05:51 -07:00
event_prev.cc ircd:Ⓜ️:event: Add exists_count() convenience; simplify various popcounts. 2023-02-05 18:45:08 -08:00
event_purge.cc ircd:Ⓜ️ Add dbs::opts passed to room::purge and event::purge interfaces. 2023-02-10 23:15:47 -08:00
event_refs.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
events.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
fed.cc ircd:Ⓜ️:fed: Remove any legacy trailing slashes from urls. 2023-01-08 19:26:02 -08:00
fed_well_known.cc ircd:Ⓜ️:fed::well_known: Use proper http::category; minor split/reorg. 2022-08-17 13:05:39 -07:00
feds.cc ircd::util: Generalize util::boolean into returns template. 2023-02-09 19:17:45 -08:00
fetch.cc ircd:Ⓜ️ Fix various inconsistent format strings; minor cleanup. 2023-02-17 17:25:58 -08:00
fetch_check.cc ircd:Ⓜ️:fetch: Split fetch_check related into unit. 2022-08-10 18:20:52 -07:00
filter.cc ircd:Ⓜ️:filter: Add overloads to match() w/ fetch from event_idx. 2022-07-13 22:48:14 -07:00
gossip.cc ircd:Ⓜ️:gossip: Fix attempt hash; msb on remote. 2020-12-28 19:41:40 -08:00
groups.cc
homeserver.cc ircd:Ⓜ️:homeserver: Replace use of instance_multimap w/ instance_map. 2023-02-05 18:47:31 -08:00
homeserver_bootstrap.cc ircd::db: Simplify options wrappings; eliminate bitflags. 2022-07-02 12:42:09 -07:00
hook.cc ircd:Ⓜ️🪝 Fix call to m::membership() for non-member event. 2023-02-18 16:41:33 -08:00
id.cc ircd:Ⓜ️🆔 Ensure expected iterator types; fix iterator interference. 2022-07-05 13:01:58 -07:00
init_backfill.cc ircd::ctx::pool: Upgrade various opts sites to designated inits; minor inline. 2023-02-19 19:57:14 -08:00
keys.cc ircd:Ⓜ️:keys: Add key_id to debug log for single fetch path. 2022-08-17 17:09:31 -07:00
Makefile.am ircd:Ⓜ️:room: Rename room::content to room::iterate and abstract. 2023-02-22 16:04:12 -08:00
matrix.cc modules/m_bridge_register: Add module w/ bridge set cmd from yam^h^h^hjson file. (closes #11) 2023-02-14 18:43:33 -08:00
media.cc ircd:Ⓜ️:media::file: Fix illegal context switch; mask interruption. 2023-02-18 16:41:33 -08:00
membership.cc ircd:Ⓜ️ Add m::member(event) convenience inline interface. 2023-02-18 16:41:33 -08:00
name.cc ircd:Ⓜ️ Additional thread related properties for filter schema. 2023-02-11 12:01:23 -08:00
node.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
presence.cc ircd:Ⓜ️:presence: Add prefetch() to interface. 2020-12-28 19:33:14 -08:00
pretty.cc ircd:Ⓜ️ Add event horizon data in pretty_detailed(event) output. 2023-02-04 20:16:20 -08:00
push.cc ircd::util: Generalize util::boolean into returns template. 2023-02-09 19:17:45 -08:00
receipt.cc ircd:Ⓜ️🧾 Simplify receipt freshness decisional. 2021-01-25 22:27:44 -08:00
relates.cc ircd:Ⓜ️:relates: Add reverse iteration; consolidate abi, inline interface. 2022-08-17 18:15:30 -07:00
request.cc ircd:Ⓜ️:request: Throw more descriptive error for node key failure. 2022-06-30 14:29:26 -07:00
resource.cc ircd:Ⓜ️ Fix various inconsistent format strings; minor cleanup. 2023-02-17 17:25:58 -08:00
room.cc ircd:Ⓜ️ Add convenience suite to extract creator from event tuple. 2023-02-20 15:15:01 -08:00
room_aliases.cc ircd:Ⓜ️:room::aliases: Add has_server() optimized count(server)>0 to interface. 2023-01-24 22:44:03 -08:00
room_auth.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_bootstrap.cc ircd:Ⓜ️:room::bootstrap: Mask all errors nothrow to continue auth chain eval. 2023-02-02 18:51:03 -08:00
room_create.cc ircd:Ⓜ️ Fix various inconsistent format strings; minor cleanup. 2023-02-17 17:25:58 -08:00
room_events.cc ircd:Ⓜ️ Simplify room::events interface; separate event::fetch. 2023-02-18 16:41:33 -08:00
room_head.cc ircd:Ⓜ️ Simplify room::events interface; separate event::fetch. 2023-02-18 16:41:33 -08:00
room_head_fetch.cc ircd:Ⓜ️ Ensure signed integer subtractions are defined. 2022-07-05 13:01:58 -07:00
room_horizon.cc ircd:Ⓜ️ Simplify room::events interface; separate event::fetch. 2023-02-18 16:41:33 -08:00
room_iterate.cc ircd:Ⓜ️:room: Rename room::content to room::iterate and abstract. 2023-02-22 16:04:12 -08:00
room_join.cc
room_leave.cc
room_members.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_message.cc ircd:Ⓜ️:room::message: Fix reply fallback accepting non-mxid careted names. 2022-09-21 16:39:05 -07:00
room_messages.cc ircd:Ⓜ️:room::messages: Add option toggling redacted query. 2022-09-28 15:05:42 -07:00
room_missing.cc ircd:Ⓜ️:room::missing: Move event::fetch out of loop body. 2023-02-22 16:04:12 -08:00
room_origins.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_power.cc ircd::util: Generalize util::boolean into returns template. 2023-02-09 19:17:45 -08:00
room_purge.cc ircd:Ⓜ️ Simplify room::events interface; separate event::fetch. 2023-02-18 16:41:33 -08:00
room_server_acl.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_sounding.cc ircd:Ⓜ️:room::events: Move nested interfaces out to room::. 2023-02-17 15:24:23 -08:00
room_state.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
room_state_fetch.cc ircd::util: Add popcount wrapping; consolidate callsites. 2023-02-07 20:04:26 -08:00
room_state_history.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_state_space.cc ircd:Ⓜ️ Simplify room::events interface; separate event::fetch. 2023-02-18 16:41:33 -08:00
room_stats.cc ircd:Ⓜ️:room::stats: Optimize byte counter with pipelined iteration. 2023-02-22 16:04:12 -08:00
room_type.cc ircd:Ⓜ️:room::type: Fix ascending order seek correctness; for now. 2022-08-20 11:07:38 -07:00
room_visible.cc ircd:Ⓜ️ Add oper trapdoor to visibility check. 2021-02-02 07:54:26 -08:00
rooms.cc ircd:Ⓜ️:rooms: Filter rooms summaries for my server to those with aliases from server. 2023-01-24 22:46:44 -08:00
rooms_summary.cc modules/client/rooms: Implement client 11.36.2 GET /hierarchy. 2022-06-19 19:55:02 -07:00
sync.cc ircd::ctx::pool: Upgrade various opts sites to designated inits; minor inline. 2023-02-19 19:57:14 -08:00
trace.cc ircd:Ⓜ️:trace: Add interface for the trace. 2022-09-28 15:05:43 -07:00
txn.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
typing.cc ircd:Ⓜ️:typing: Fix dead interruption point; move guard into loop. 2023-02-04 20:16:20 -08:00
user.cc ircd:Ⓜ️ Fix various inconsistent format strings; minor cleanup. 2023-02-17 17:25:58 -08:00
user_account_data.cc
user_devices.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_events.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_filter.cc
user_ignores.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_mitsein.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_notifications.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_profile.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_pushers.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_pushrules.cc ircd:Ⓜ️ Fix various const reference range construction warnings in clang. 2021-02-26 14:52:33 -08:00
user_register.cc ircd:Ⓜ️:user::registar: Allow full mxid argument w/ localname extraction. 2020-11-16 07:22:12 -08:00
user_room_account_data.cc
user_room_tags.cc
user_rooms.cc ircd:Ⓜ️:user::rooms: Simplify interface w/ util::closure_bool. 2022-08-19 20:57:35 -07:00
user_tokens.cc ircd:Ⓜ️:user::tokens: Allow undefined device_id in ircd.access_token w/o throwing. 2023-02-13 21:15:38 -08:00
users.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
users_servers.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
vm.cc ircd:Ⓜ️:vm: Add evaluator identity suite; add #IDENT fault code. 2023-02-18 17:53:09 -08:00
vm_conforms.cc ircd:Ⓜ️ Fix various inconsistent format strings; minor cleanup. 2023-02-17 17:25:58 -08:00
vm_eval.cc ircd:Ⓜ️:vm: Add evaluator identity suite; add #IDENT fault code. 2023-02-18 17:53:09 -08:00
vm_execute.cc ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header. 2023-02-10 23:15:47 -08:00
vm_fetch.cc modules/federation/invite: Re-enable auth fetch attempts for non-synapse invites. 2023-02-12 19:26:02 -08:00
vm_inject.cc ircd:Ⓜ️ Fix various inconsistent format strings; minor cleanup. 2023-02-17 17:25:58 -08:00
vm_notify.cc ircd:Ⓜ️:vm: Add vm::notify interface w/ yielding wait for event_id. 2023-02-05 18:45:08 -08:00
vm_seq.cc ircd:Ⓜ️:vm: Split vm::sequence into unit. 2023-02-05 18:45:08 -08:00