0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-19 16:30:52 +01:00
construct/matrix
2022-06-17 21:11:54 -07:00
..
acquire.cc ircd:Ⓜ️:acquire: Use backfill for potentially softfailed state. 2021-01-12 13:55:45 -08:00
app.cc
breadcrumbs.cc ircd:Ⓜ️ Fix br3adcrumbs again. (related 8e7c1c3eb2) 2021-01-24 21:42:03 -08:00
bridge.cc Rename common instance variables of window_buffer for clarity. 2022-06-17 21:11:53 -07:00
burst.cc
dbs.cc ircd: Move any externally used interfaces out of init objects. 2022-06-17 21:11:53 -07:00
dbs_desc.cc
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
dbs_event_idx.cc
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
dbs_event_sender.cc
dbs_event_state.cc ircd:Ⓜ️:dbs: Optimize branch complex. 2021-08-01 00:35:32 -07:00
dbs_event_type.cc
dbs_room_events.cc
dbs_room_head.cc
dbs_room_joined.cc
dbs_room_state.cc
dbs_room_state_space.cc
dbs_room_type.cc
default.proftext
display_name.cc
error.cc
event.cc
event_append.cc
event_auth.cc
event_cached.cc
event_conforms.cc
event_fetch.cc
event_get.cc
event_horizon.cc
event_id.cc
event_index.cc
event_prefetch.cc
event_prev.cc
event_refs.cc
events.cc ircd:Ⓜ️:events: Fix indentation; minor cleanup. 2022-06-17 21:11:53 -07:00
fed.cc
fed_well_known.cc Rename common instance variables of window_buffer for clarity. 2022-06-17 21:11:53 -07:00
feds.cc ircd:Ⓜ️ Use buffer size constants. 2022-06-17 21:11:53 -07:00
fetch.cc
filter.cc
gossip.cc
groups.cc
homeserver.cc ircd: Move any externally used interfaces out of init objects. 2022-06-17 21:11:53 -07:00
homeserver_bootstrap.cc ircd:Ⓜ️ Fix bootstrap interrupt/terminate exception related. 2022-06-17 21:11:54 -07:00
hook.cc
id.cc Modernize various parser grammars; remove empty ctors. 2022-06-17 21:11:53 -07:00
init_backfill.cc ircd:Ⓜ️:init::backfill: Add cleanup/fix operations; conf items toggles. 2021-02-17 10:35:32 -08:00
keys.cc ircd:Ⓜ️ Fix various const reference range construction warnings in clang. 2021-02-26 14:52:33 -08:00
Makefile.am configure: Add -ljemalloc to LIBS; fix byzantine allocator linkages. 2022-06-17 21:11:53 -07:00
matrix.cc ircd:Ⓜ️ Move module name list out of m::matrix object to internal. 2022-06-17 21:11:53 -07:00
media.cc
membership.cc
name.cc ircd:Ⓜ️ Add signing_key_update schema. 2021-01-04 13:17:30 -08:00
node.cc ircd:Ⓜ️ Use buffer size constants. 2022-06-17 21:11:53 -07:00
presence.cc
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
receipt.cc ircd:Ⓜ️🧾 Simplify receipt freshness decisional. 2021-01-25 22:27:44 -08:00
request.cc ircd:Ⓜ️:request: Consolidate request content buffers; remove complex tls. 2021-02-10 00:57:27 -08:00
resource.cc
room.cc ircd::json: Remove unit linkages for constant expression values. 2022-06-17 21:11:54 -07:00
room_aliases.cc
room_auth.cc
room_bootstrap.cc
room_content.cc
room_create.cc ircd:Ⓜ️ Fix range-loop-construct warning (clang). 2022-06-17 21:11:53 -07:00
room_events.cc ircd:Ⓜ️:room::events: Refactor range count; iterate faster; relax caller requirements. 2021-02-10 23:38:44 -08:00
room_head.cc
room_head_fetch.cc
room_join.cc
room_leave.cc
room_members.cc
room_origins.cc
room_power.cc
room_server_acl.cc
room_state.cc ircd:Ⓜ️:room::state: Suppress verbose debuglog msg to warning. 2021-05-11 20:56:09 -07:00
room_state_fetch.cc
room_state_history.cc
room_state_space.cc
room_stats.cc
room_type.cc
room_visible.cc ircd:Ⓜ️ Add oper trapdoor to visibility check. 2021-02-02 07:54:26 -08:00
rooms.cc
rooms_summary.cc ircd:Ⓜ️ Fix various const reference range construction warnings in clang. 2021-02-26 14:52:33 -08:00
sync.cc
txn.cc
typing.cc
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
user_devices.cc
user_events.cc
user_filter.cc
user_ignores.cc
user_mitsein.cc
user_notifications.cc
user_profile.cc
user_pushers.cc
user_pushrules.cc ircd:Ⓜ️ Fix various const reference range construction warnings in clang. 2021-02-26 14:52:33 -08:00
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:Ⓜ️:vm: Additional emption related fault codes. 2021-01-12 13:55:45 -08:00
vm_eval.cc
vm_execute.cc ircd:Ⓜ️:vm: Remove static decls for functions moved to other unit. 2022-06-17 21:11:53 -07:00
vm_fetch.cc
vm_inject.cc