0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00
construct/matrix
2020-10-16 02:40:39 -07:00
..
acquire.cc
breadcrumbs.cc
bridge.cc
burst.cc
dbs.cc
dbs_desc.cc
dbs_event_column.cc
dbs_event_horizon.cc
dbs_event_idx.cc
dbs_event_json.cc
dbs_event_refs.cc
dbs_event_sender.cc
dbs_event_state.cc
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
display_name.cc
error.cc
event.cc
event_append.cc
event_cached.cc
event_conforms.cc ircd:Ⓜ️:vm: Assume hash match; bypass query for internal rooms. 2020-10-09 03:50:24 -07:00
event_fetch.cc
event_get.cc
event_horizon.cc
event_id.cc
event_index.cc
event_prefetch.cc
event_prev.cc
event_refs.cc ircd:Ⓜ️:event::refs: Simplify closure typename. 2020-10-11 11:42:48 -07:00
events.cc ircd:Ⓜ️:events::refs: Reduce default readahead. 2020-10-14 02:22:45 -07:00
fed.cc ircd:Ⓜ️:fed::well_known: Convert to future interface w/ dummy impl. 2020-10-15 04:55:38 -07:00
fed_well_known.cc ircd:Ⓜ️:fed::well_known: Refactor to single-worker pattern. 2020-10-16 01:40:40 -07:00
feds.cc
fetch.cc ircd:Ⓜ️:fetch: Add result check opts to request interface opts; feature authoritative_redactions. 2020-10-03 04:27:52 -07:00
filter.cc
gossip.cc
groups.cc
homeserver.cc
homeserver_bootstrap.cc
hook.cc
id.cc ircd::rand: Simplify interface; comments/cleanup. 2020-10-06 16:25:03 -07:00
init_backfill.cc
keys.cc ircd:Ⓜ️:keys: Improve pretty(m::keys) output order. 2020-10-16 02:40:39 -07:00
Makefile.am
matrix.cc
media.cc
membership.cc
name.cc
node.cc
presence.cc
pretty.cc
push.cc
receipt.cc
request.cc
resource.cc
room.cc
room_aliases.cc
room_auth.cc
room_bootstrap.cc ircd:Ⓜ️:room::bootstrap: Increase stack size. 2020-10-06 00:02:29 -07:00
room_create.cc
room_events.cc
room_head.cc ircd:Ⓜ️:fed: Move head fetch convenience to room::head interface. 2020-10-14 22:04:04 -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
typing.cc
user.cc
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 ircd:Ⓜ️:user::profile: Fix brace initializer argument ambiguation. 2020-10-06 00:43:13 -07:00
user_pushers.cc
user_pushrules.cc
user_register.cc
user_room_account_data.cc
user_room_tags.cc
user_rooms.cc
user_tokens.cc ircd::rand: Simplify interface; comments/cleanup. 2020-10-06 16:25:03 -07:00
users.cc
users_servers.cc
vm.cc
vm_eval.cc
vm_execute.cc
vm_fetch.cc ircd:Ⓜ️:vm::fetch: Propagate remote hint to event fetch opts for state fetch. 2020-10-03 04:49:53 -07:00
vm_inject.cc