0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00
construct/matrix
2023-03-16 19:25:45 -07:00
..
acquire.cc
app.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_init.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 ircd:Ⓜ️:event: Split signature generating overload w/ custom sk/pk. 2023-03-14 20:51:46 -07:00
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_purge.cc
event_refs.cc
events.cc
fed.cc
fed_well_known.cc
feds.cc
fetch.cc
fetch_check.cc
filter.cc
gossip.cc
groups.cc
homeserver.cc
homeserver_bootstrap.cc
hook.cc
id.cc
init_backfill.cc
keys.cc ircd:Ⓜ️:keys: Fix spacing and improve pretty_oneline() (9a746025). 2023-03-07 15:52:27 -08:00
Makefile.am
matrix.cc modules: Stub federation/timestamp_to_event; stub client/rooms/timestamp_to_event. 2023-03-06 19:03:48 -08:00
media.cc ircd:Ⓜ️:media: Add optional file name to file room state. 2023-03-11 14:14:35 -08:00
membership.cc
name.cc ircd:Ⓜ️:push: Implement event_property_is. (matrix-org/matrix-spec-proposals#3758) 2023-03-06 18:37:57 -08:00
node.cc
presence.cc
pretty.cc
push.cc ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). 2023-03-14 13:56:34 -07:00
receipt.cc
relates.cc
request.cc
resource.cc
room.cc
room_aliases.cc
room_auth.cc ircd:Ⓜ️:room::auth: Perform relative check against state without the event included. 2023-03-13 12:54:08 -07:00
room_bootstrap.cc
room_create.cc
room_events.cc
room_head.cc
room_head_fetch.cc
room_horizon.cc
room_iterate.cc
room_join.cc
room_leave.cc
room_members.cc
room_message.cc
room_messages.cc
room_missing.cc
room_origins.cc
room_power.cc
room_purge.cc
room_server_acl.cc
room_sounding.cc
room_state.cc
room_state_fetch.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
trace.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
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
vm_conforms.cc
vm_eval.cc
vm_execute.cc
vm_fetch.cc
vm_inject.cc ircd:Ⓜ️:vm::inject: Add membership prior to auth_events generation. 2023-03-13 19:09:08 -07:00
vm_notify.cc ircd:Ⓜ️:vm::notify: Use ctx::future/promise rather than direct context notify. 2023-03-16 19:25:45 -07:00
vm_seq.cc