0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 22:18:54 +02:00
construct/matrix
2022-07-11 12:53:33 -07:00
..
acquire.cc ircd:Ⓜ️:acquire: Promote and improve some log messages for non-debug builds. 2022-07-10 15:48:05 -07: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: Move any externally used interfaces out of init objects. 2022-06-17 21:11:53 -07:00
dbs_desc.cc ircd:Ⓜ️:dbs: Shorten description. 2020-09-20 14:24:47 -07:00
dbs_event_column.cc ircd:Ⓜ️:dbs: Add conf items for content / event_json file size. 2021-01-12 13:55:45 -08:00
dbs_event_horizon.cc ircd:Ⓜ️:dbs: Propagate appendix bits to horizon resolver options. 2020-12-19 22:53:13 -08:00
dbs_event_idx.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_event_json.cc ircd:Ⓜ️:dbs: Add conf items for content / event_json file size. 2021-01-12 13:55:45 -08:00
dbs_event_refs.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
dbs_event_sender.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_event_state.cc ircd:Ⓜ️:dbs: Optimize branch complex. 2021-08-01 00:35:32 -07:00
dbs_event_type.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_events.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_head.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_joined.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_state.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_state_space.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_type.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07: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:Ⓜ️:error: Improve ctor codegen; non-template out-of-line; elide fmt. 2022-07-02 18:10:38 -07:00
event.cc Revert "ircd:Ⓜ️:essential: Add join_authorised_via_users_server and allow keys." 2022-07-10 15:48:05 -07:00
event_append.cc ircd:Ⓜ️:event::append: Use consistent quoting around ids in format strings. 2020-12-28 02:01:26 -08:00
event_auth.cc ircd::json::tuple: Remove until(); refactor templates w/ if constexpr. 2022-06-28 12:37:14 -07: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:Ⓜ️:event: Separate out event::auth from event::prev header, unit, callsites. 2020-12-16 21:39:08 -08:00
event_fetch.cc ircd:Ⓜ️:event::fetch: Use hidden section for non-plt/internal linkage. 2020-08-02 09:43:39 -07:00
event_get.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
event_horizon.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07: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:Ⓜ️ Parallel event::idx convenience for event::auth; simplify definitions. 2020-12-19 22:53:12 -08:00
event_prefetch.cc ircd:Ⓜ️:prefetch: Prefetch index; prevent blocking on translation. 2020-10-31 12:05:51 -07:00
event_prev.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
event_refs.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
events.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
fed.cc ircd:Ⓜ️:fed: Implement request-side for knock suite. 2022-06-19 20:27:13 -07:00
fed_well_known.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
feds.cc ircd:Ⓜ️ Use buffer size constants. 2022-06-17 21:11:53 -07:00
fetch.cc ircd:Ⓜ️:fetch: Further hoist throw fetch termination; fix error message. (934d76e81d) 2022-07-09 14:33:14 -07:00
filter.cc ircd:Ⓜ️:filter: Modernize some match conditions; use non-throwing queries. 2020-12-28 02:01:26 -08: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:Ⓜ️:homeserver: Fix database conf values overriding environmental values. 2022-07-11 12:53:33 -07:00
homeserver_bootstrap.cc ircd::db: Simplify options wrappings; eliminate bitflags. 2022-07-02 12:42:09 -07:00
hook.cc ircd:Ⓜ️🪝 Simplify debuglog msgs. 2020-06-20 06:25:54 -07:00
id.cc ircd:Ⓜ️🆔 Ensure expected iterator types; fix iterator interference. 2022-07-05 13:01:58 -07:00
init_backfill.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
keys.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
Makefile.am Makefile: Incremental format for remaining flags and targets. 2022-07-09 15:00:58 -07:00
matrix.cc modules/federation: Implement GET /hierarchy. 2022-07-02 13:36:18 -07:00
media.cc ircd:Ⓜ️:media::file: Use structured binding; minor cleanup. 2022-06-19 20:14:22 -07:00
membership.cc modules/m_room_member: Support knocking membership/auth_rules. 2022-07-04 22:25:18 -07:00
name.cc ircd:Ⓜ️ Add signing_key_update schema. 2021-01-04 13:17:30 -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 format argument to pretty_msgline(); add text fmt w/ console arg. 2021-01-30 19:20:50 -08:00
push.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
receipt.cc ircd:Ⓜ️🧾 Simplify receipt freshness decisional. 2021-01-25 22:27:44 -08:00
request.cc ircd:Ⓜ️:request: Throw more descriptive error for node key failure. 2022-06-30 14:29:26 -07:00
resource.cc ircd:Ⓜ️:request: Support destination in X-Matrix authorization header. 2022-06-30 14:21:50 -07:00
room.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_aliases.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_auth.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_bootstrap.cc ircd:Ⓜ️ Fix spacing. [ci skip] 2022-06-17 21:11:54 -07:00
room_content.cc ircd:Ⓜ️:room::content: Add larger prefetch ring. 2020-12-28 02:35:18 -08:00
room_create.cc ircd::json: Remove redundant typedef; simplify. 2022-06-19 20:14:22 -07:00
room_events.cc ircd:Ⓜ️:room::events: Comment on ctors; minor assertions. 2022-07-09 14:10:28 -07:00
room_head.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_head_fetch.cc ircd:Ⓜ️ Ensure signed integer subtractions are defined. 2022-07-05 13:01:58 -07: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_origins.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_power.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_server_acl.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_state.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_state_fetch.cc ircd:Ⓜ️:room::state: Add fetch interface similar to room::head; w/ console cmd. 2020-11-20 18:28:32 -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 Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_stats.cc ircd::db: Simplify options wrappings; eliminate bitflags. 2022-07-02 12:42:09 -07:00
room_type.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
room_visible.cc ircd:Ⓜ️ Add oper trapdoor to visibility check. 2021-02-02 07:54:26 -08:00
rooms.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
rooms_summary.cc modules/client/rooms: Implement client 11.36.2 GET /hierarchy. 2022-06-19 19:55:02 -07:00
sync.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
txn.cc Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
typing.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
user.cc ircd:Ⓜ️ Query range of messages user is presently engaged in reading. 2021-01-25 00:12:10 -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 Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
user_tokens.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07: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:Ⓜ️ Improve various options related. 2022-07-04 22:25:18 -07:00
vm_eval.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
vm_execute.cc ircd:Ⓜ️ Disable the WAL for bootstrap eval txns. 2022-06-17 21:11:54 -07:00
vm_fetch.cc ircd:Ⓜ️:vm::fetch: Improve fetch opts constructions. 2022-07-02 23:56:11 -07:00
vm_inject.cc Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00