construct/matrix
Jason Volk f6b3b8b758 ircd:Ⓜ️:event::append: Add branch for bundled relations; add m.replace bundle. 2023-05-01 10:48:07 -07:00
..
Makefile.am ircd:Ⓜ️:user::keys: Move amalgamated keys and sigs output into central interface. 2023-04-26 14:50:14 -07:00
acquire.cc ircd:Ⓜ️:room::events: Move nested interfaces out to room::. 2023-02-17 15:24:23 -08:00
app.cc ircd: Remove write_avoid mode replaced by maintenance mode. 2023-03-19 13:21:11 -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 ircd:Ⓜ️ Wrap all queries into ircd::server through fed suite. 2020-04-25 21:13:57 -07:00
dbs.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_desc.cc ircd:Ⓜ️:dbs: Shorten description. 2020-09-20 14:24:47 -07:00
dbs_event_column.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_horizon.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_idx.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_json.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_refs.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_sender.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_state.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_event_type.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -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::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_room_head.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_room_joined.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_room_state.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_room_state_space.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08:00
dbs_room_type.cc ircd::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -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 ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
error.cc ircd:Ⓜ️ Fix conflicting TLS models for static member buffers. 2022-07-20 10:42:13 -07:00
event.cc ircd:Ⓜ️:event: Split signature generating overload w/ custom sk/pk. 2023-03-14 20:51:46 -07:00
event_append.cc ircd:Ⓜ️:event::append: Add branch for bundled relations; add m.replace bundle. 2023-05-01 10:48:07 -07:00
event_auth.cc ircd:Ⓜ️:event: Add exists_count() convenience; simplify various popcounts. 2023-02-05 18:45:08 -08:00
event_cached.cc ircd:Ⓜ️ Fix m::index() interface for consistent leading std::nothrow_t. 2020-04-01 16:20:11 -07:00
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: Upgrade to v2 send_join. 2023-03-03 15:15:38 -08:00
fed_well_known.cc ircd:Ⓜ️:fed::well_known: Deduplicate requests sharing the same buffer only. 2023-02-24 20:15:07 -08: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 ircd:Ⓜ️:groups: Start namespace, central lib; preliminary client resource module. 2020-07-30 10:24:10 -07:00
homeserver.cc ircd:Ⓜ️ Add slave refresh interface. 2023-03-20 00:49:11 -07:00
homeserver_bootstrap.cc ircd::db: Simplify options wrappings; eliminate bitflags. 2022-07-02 12:42:09 -07:00
hook.cc ircd:Ⓜ️ Fix various occurrences of state_key="" considered falsy. 2023-02-24 18:51:18 -08:00
id.cc ircd:Ⓜ️🆔 de facto device id. 2023-04-19 14:56:11 -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 query overload for supplied buffer; add conf item defaults. 2023-03-22 22:57:18 -07:00
matrix.cc modules/client/sync: Stub device_unused_fallback_key_types. 2023-04-22 00:21:29 -07:00
media.cc ircd:Ⓜ️:media: Add optional file name to file room state. 2023-03-11 14:14:35 -08:00
membership.cc ircd:Ⓜ️ Add m::member(event) convenience inline interface. 2023-02-18 16:41:33 -08:00
name.cc ircd:Ⓜ️ Add user_signing_key to signing_key_update for completeness. 2023-04-27 20:41:18 -07: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:Ⓜ️:pretty: Increase widths; improve formatting for stateline. 2023-04-26 19:27:04 -07:00
push.cc ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). 2023-03-14 13:56:34 -07:00
receipt.cc ircd:Ⓜ️🧾 Simplify receipt freshness decisional. 2021-01-25 22:27:44 -08:00
relates.cc ircd:Ⓜ️:relates: Add conf item for non-type coarse control of sorting field. 2023-05-01 10:48:07 -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:Ⓜ️:resource: Add method flag for operator access requirement. 2023-03-02 19:29:53 -08:00
room.cc ircd:Ⓜ️:room: Add boolean query for room type. 2023-04-21 21:40:50 -07: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 ircd:Ⓜ️:room::auth: Perform relative check against state without the event included. 2023-03-13 12:54:08 -07:00
room_bootstrap.cc ircd:Ⓜ️:fed: Upgrade to v2 send_join. 2023-03-03 15:15:38 -08:00
room_create.cc ircd:Ⓜ️:createroom: Bump the default version. 2023-04-21 21:40:50 -07: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 ircd:Ⓜ️:room::bootstrap: Adjust interface allowing for multiple remote server arguments. 2020-04-21 19:22:06 -07:00
room_leave.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
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:Ⓜ️ Add convenience interface for querying m.replace relation. 2023-04-18 20:11:29 -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:Ⓜ️:room::power: Relax default invite power level in accordance with spec. 2023-03-02 13:45:58 -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: Implement matrix-org/matrix-spec-proposals#3827 2023-04-21 21:40:50 -07:00
rooms_summary.cc ircd:Ⓜ️:rooms::summary: Add room_type to /publicRooms response. 2023-02-22 16:04:12 -08: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 ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
user_devices.cc ircd:Ⓜ️:user::devices: Complete the m.device_list_update broadcast w/ keys; reinterface. 2023-04-27 20:41:18 -07:00
user_events.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_filter.cc ircd::b64: De-template dictionary argument; simplify. 2023-03-05 12:05:13 -08:00
user_ignores.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_keys.cc ircd:Ⓜ️:user::keys: Basis for verification cross-signatures between users. 2023-05-01 10:48:07 -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 ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
user_room_tags.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
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: Add method to delete access tokens by device_id. 2023-03-03 12:25:01 -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 reverse reflection of phase enum. 2023-03-23 03:29:57 -07: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:Ⓜ️:vm::execute: Fix propagation of conformity exceptions masked by opts. 2023-03-03 16:02:19 -08:00
vm_fetch.cc ircd:Ⓜ️:vm::fetch: Add stats items. 2023-03-16 21:44:20 -07:00
vm_inject.cc ircd:Ⓜ️:vm::inject: Add membership prior to auth_events generation. 2023-03-13 19:09:08 -07:00
vm_notify.cc ircd:Ⓜ️:vm::notify: Add promise/future based notify interface. 2023-03-16 19:32:14 -07:00
vm_seq.cc ircd:Ⓜ️ Add slave refresh interface. 2023-03-20 00:49:11 -07:00