0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 01:43:49 +02:00
construct/matrix
2023-03-03 16:02:19 -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 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: Renamespace errant conf item name. 2023-02-27 15:29:09 -08:00
event_append.cc ircd:Ⓜ️:event::append: Support replaces_state in unsigned object. 2023-03-02 00:39:35 -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 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::conf: Add reference to conf::item in setter callbacks. 2023-02-27 15:29:16 -08: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:Ⓜ️🆔 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: Fix fetch loop robustness to non-rfc3986 compliant host entries. 2023-03-03 15:16:40 -08:00
Makefile.am ircd:Ⓜ️:room: Rename room::content to room::iterate and abstract. 2023-02-22 16:04:12 -08:00
matrix.cc modules/admin/rooms: Implement GET /forward_extremities. 2023-03-02 21:24:10 -08:00
media.cc modules/media: Fix missing url decoding of mxc path params. 2023-02-22 16:04:12 -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:Ⓜ️:pretty: Add auth events to multiline output. 2023-03-02 00:39:35 -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:Ⓜ️:resource: Add method flag for operator access requirement. 2023-03-02 19:29:53 -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:Ⓜ️:fed: Upgrade to v2 send_join. 2023-03-03 15:15:38 -08:00
room_create.cc ircd:Ⓜ️:room::create: Add an initial local aliases event with the canonical alias. 2023-02-24 18:11: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 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:Ⓜ️: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:Ⓜ️: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: Filter rooms summaries for my server to those with aliases from server. 2023-01-24 22:46:44 -08: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 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 ircd::b64: Add encoding diction parameter; remove converters; reorg interface. 2020-08-10 06:19:48 -07:00
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 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 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:Ⓜ️:vm::execute: Fix propagation of conformity exceptions masked by opts. 2023-03-03 16:02:19 -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