0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 00:32:35 +01:00
construct/matrix
2020-06-20 06:25:54 -07:00
..
acquire.cc ircd:Ⓜ️:acquire: Add a head reset option for now. 2020-06-12 20:53:16 -07:00
breadcrumb_rooms.cc
bridge.cc
burst.cc
dbs.cc
dbs_desc.cc
dbs_event_column.cc ircd:Ⓜ️:dbs: Increase default cache size for type column. 2020-05-30 01:30:58 -07:00
dbs_event_horizon.cc
dbs_event_idx.cc ircd:Ⓜ️:dbs: Enable compression on _event_idx column. 2020-06-12 15:34:49 -07:00
dbs_event_json.cc
dbs_event_refs.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
dbs_event_sender.cc
dbs_event_state.cc ircd:Ⓜ️:dbs: Increase some cache defaults. 2020-05-14 12:09:41 -07:00
dbs_event_type.cc
dbs_room_events.cc ircd:Ⓜ️:dbs: Clarify integer cast type. 2020-05-19 15:55:18 -07:00
dbs_room_head.cc ircd:Ⓜ️:dbs: Bound compaction of _room_head within 24h. 2020-06-07 05:46:24 -07:00
dbs_room_joined.cc ircd:Ⓜ️:room::members: Eliminate unnecessary query to the room state. 2020-06-14 22:05:15 -07:00
dbs_room_state.cc ircd:Ⓜ️:dbs: Increase some cache defaults. 2020-05-14 12:09:41 -07:00
dbs_room_state_space.cc
dbs_room_type.cc
display_name.cc
error.cc
event.cc ircd:Ⓜ️:event: Minor rename; additional diagnostic arguments. 2020-06-19 22:53:01 -07:00
event_append.cc
event_cached.cc
event_conforms.cc ircd:Ⓜ️:event::conforms: Log error if evaluation throws. 2020-06-18 22:56:21 -07:00
event_fetch.cc ircd:Ⓜ️:event::fetch: Optimize row-assigned fetch event_id query related. 2020-06-08 21:28:07 -07:00
event_get.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
event_horizon.cc
event_id.cc
event_index.cc
event_prefetch.cc
event_prev.cc ircd:Ⓜ️:event::prev: Optimize existential tools with parallel queries. 2020-06-11 02:35:59 -07:00
event_refs.cc
events.cc ircd:Ⓜ️:events: Cleanup fd options for dumper. 2020-05-09 18:58:01 -07:00
fed.cc ircd:Ⓜ️:fed: Split well_known into namespace into unit. 2020-06-08 16:13:00 -07:00
fed_well_known.cc ircd:Ⓜ️:fed::well_known: Add user-agent on well-known requests. 2020-06-08 16:13:00 -07:00
feds.cc
fetch.cc ircd:Ⓜ️:fetch: Tweak conditions allowing requests based on runlevel. 2020-05-12 04:41:07 -07:00
filter.cc
gossip.cc
homeserver.cc ircd:Ⓜ️:homeserver: Read-parse loop over events for bootstrap from vector. 2020-05-11 21:14:25 -07:00
hook.cc ircd:Ⓜ️🪝 Simplify debuglog msgs. 2020-06-20 06:25:54 -07:00
id.cc ircd:Ⓜ️🆔 Use generate template; optimize printer. 2020-05-26 04:54:52 -07:00
init_backfill.cc ircd:Ⓜ️:acquire: Add a head reset option for now. 2020-06-12 20:53:16 -07:00
keys.cc
Makefile.am ircd:Ⓜ️:fed: Split well_known into namespace into unit. 2020-06-08 16:13:00 -07:00
matrix.cc
membership.cc
name.cc
node.cc
presence.cc
pretty.cc
push.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
receipt.cc
request.cc
resource.cc
room.cc ircd:Ⓜ️:room: Improve error strings for room_id() resolve interface. 2020-06-11 17:09:56 -07:00
room_aliases.cc
room_auth.cc
room_bootstrap.cc ircd:Ⓜ️:vm: Additional fetch phases; split fetch hook sites. 2020-05-11 21:14:25 -07:00
room_create.cc ircd:Ⓜ️:vm: Add enumeration for evaluation phases. 2020-05-11 21:14:25 -07:00
room_events.cc
room_head.cc
room_join.cc
room_leave.cc
room_members.cc ircd:Ⓜ️:room::members: Eliminate unnecessary query to the room state. 2020-06-14 22:05:15 -07:00
room_origins.cc
room_power.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
room_server_acl.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
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 modules/client/publicrooms: Convey search term to any federation query. 2020-05-29 01:39:25 -07:00
sync.cc ircd:Ⓜ️:sync: Improve sync::item exception propagation; stop propagation. 2020-06-07 03:11:47 -07:00
txn.cc
typing.cc ircd:Ⓜ️:typing: Manage interruptions during the timeout loop. 2020-05-12 19:21:58 -07:00
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
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:Ⓜ️:vm: Improve loghead; debuglog formats. 2020-05-12 22:27:53 -07:00
vm_eval.cc ircd:Ⓜ️:vm::eval: Add pointer to parent eval; related utils. 2020-05-12 22:27:53 -07:00
vm_execute.cc ircd:Ⓜ️:vm: Decide if internal room at issue stage. 2020-06-12 20:36:46 -07:00
vm_inject.cc ircd:Ⓜ️:vm: Relax head::generate options for internal rooms. 2020-06-12 20:36:46 -07:00