0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-09 03:58:38 +02:00
construct/matrix
2020-09-29 10:23:38 -07:00
..
acquire.cc
breadcrumbs.cc ircd:Ⓜ️:breadcrumbs: Use non-reference type; range loop copy warning. 2020-08-23 02:36:01 -07:00
bridge.cc
burst.cc
dbs.cc ircd:Ⓜ️:dbs: Fix causality violation; prevent queries to the future. 2020-09-24 07:04:05 -07:00
dbs_desc.cc ircd:Ⓜ️:dbs: Shorten description. 2020-09-20 14:24:47 -07:00
dbs_event_column.cc ircdⓂ️:dbs: Reduce content column block size. 2020-09-12 22:31:06 -07:00
dbs_event_horizon.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_event_idx.cc ircd:Ⓜ️:dbs: Remove compression on _event_idx. 2020-09-29 08:01:14 -07:00
dbs_event_json.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_event_refs.cc ircd:Ⓜ️:dbs: Revert 563f833ab3; relax assertion. 2020-09-29 10:23:38 -07:00
dbs_event_sender.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_event_state.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_event_type.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_room_events.cc ircd::db: Elide std::function wrapping for equal comparator (related 6c2736f592). 2020-07-28 01:24:27 -07:00
dbs_room_head.cc
dbs_room_joined.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_room_state.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_room_state_space.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
dbs_room_type.cc ircd::db: Use conf item for default compression string in descriptor. 2020-09-20 12:50:17 -07:00
display_name.cc
error.cc ircd:Ⓜ️:error: Gracefully handle string content case. 2020-08-04 19:34:47 -07:00
event.cc ircd:Ⓜ️:event: Eliminate several small thread-local buffers; simplify. 2020-09-28 22:33:46 -07:00
event_append.cc
event_cached.cc
event_conforms.cc ircd:Ⓜ️:vm: Add content requirement and redaction hint opts for non-conforming mask. 2020-07-06 17:31:04 -07: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
event_horizon.cc
event_id.cc
event_index.cc ircd:Ⓜ️:event: Fix integer value recast (assertion from 8ab735d002). 2020-09-18 19:09:19 -07:00
event_prefetch.cc
event_prev.cc
event_refs.cc
events.cc ircd:Ⓜ️:events: Open dump file w/ exclusive option; prevent overwrite. 2020-09-28 22:33:46 -07:00
fed.cc
fed_well_known.cc ircd:Ⓜ️:fed: Use lvalue construction style for request buffer options. 2020-08-02 01:57:56 -07:00
feds.cc ircd:Ⓜ️:feds: Remove final specifier. 2020-07-19 20:35:22 -07:00
fetch.cc ircd:Ⓜ️:fetch: Add redaction query for non-conformity check; conf item. 2020-07-06 17:31:04 -07:00
filter.cc
gossip.cc
groups.cc ircd:Ⓜ️:groups: Start namespace, central lib; preliminary client resource module. 2020-07-30 10:24:10 -07:00
homeserver.cc ircd:Ⓜ️:homeserver: Bail from ctor if the database remains empty after bootstrap. 2020-09-27 15:44:53 -07:00
homeserver_bootstrap.cc ircd:Ⓜ️:homeserver: Add "valid-json" diagnostic mode to vector bootstrap. 2020-09-27 15:44:53 -07:00
hook.cc
id.cc ircd::b64: Add encoding diction parameter; remove converters; reorg interface. 2020-08-10 06:19:48 -07:00
init_backfill.cc ircd: Add distinct maintenance mode; chain write-avoid/read-only and net listen modes. 2020-09-15 22:16:11 -07:00
keys.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
Makefile.am ircd:Ⓜ️ Move modules/vm_fetch to central lib. 2020-09-15 22:16:11 -07:00
matrix.cc ircd:Ⓜ️ Move modules/vm_fetch to central lib. 2020-09-15 22:16:11 -07:00
media.cc ircd:Ⓜ️:vm: Remove legacy options; fix appendix masking. 2020-09-12 07:03:21 -07:00
membership.cc
name.cc ircd:Ⓜ️:room: Add json::tuple for m.room.message schema; property names. 2020-09-10 23:50:47 -07:00
node.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
presence.cc
pretty.cc ircd:Ⓜ️ Handle and report id error in pretty oneline. 2020-08-28 05:18:57 -07:00
push.cc ircd::db: Use reference to prevent string copy. 2020-07-10 23:58:07 -07:00
receipt.cc
request.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
resource.cc
room.cc ircd:Ⓜ️:room: Add contains() tool. 2020-09-27 14:57:07 -07:00
room_aliases.cc
room_auth.cc ircd:Ⓜ️:room::auth::chain: Parallelize query. 2020-09-17 10:49:41 -07:00
room_bootstrap.cc ircd:Ⓜ️:roomstrap: Remove redundant parallel key fetching subroutine. 2020-09-16 04:31:37 -07:00
room_create.cc ircd::db: Use reference to prevent string copy. 2020-07-10 23:58:07 -07:00
room_events.cc
room_head.cc ircd:Ⓜ️:dbs: Fix causality violation; prevent queries to the future. 2020-09-24 07:04:05 -07:00
room_join.cc
room_leave.cc
room_members.cc
room_origins.cc
room_power.cc
room_server_acl.cc
room_state.cc
room_state_history.cc
room_state_space.cc
room_stats.cc
room_type.cc
room_visible.cc
rooms.cc
rooms_summary.cc
sync.cc
txn.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
typing.cc
user.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
user_account_data.cc
user_devices.cc
user_events.cc
user_filter.cc ircd::b64: Add encoding diction parameter; remove converters; reorg interface. 2020-08-10 06:19:48 -07:00
user_ignores.cc
user_mitsein.cc
user_notifications.cc
user_profile.cc
user_pushers.cc
user_pushrules.cc
user_register.cc
user_room_account_data.cc
user_room_tags.cc
user_rooms.cc
user_tokens.cc
users.cc
users_servers.cc
vm.cc ircd::db: Set max_open_files=-1 when required for secondary mode. 2020-07-28 00:38:46 -07:00
vm_eval.cc ircd:Ⓜ️:vm::eval: Cleanup parallel key pre-fetcher. 2020-09-16 04:31:37 -07:00
vm_execute.cc ircd:Ⓜ️:vm: Clear existing eval txn on entry side instead of unwind. 2020-09-29 10:23:38 -07:00
vm_fetch.cc ircd:Ⓜ️ Move modules/vm_fetch to central lib. 2020-09-15 22:16:11 -07:00
vm_inject.cc