0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-07 13:25:22 +01:00
construct/matrix
2022-10-05 13:53:52 -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
event_append.cc
event_auth.cc
event_cached.cc
event_conforms.cc
event_fetch.cc ircd:Ⓜ️:event::fetch: Improve codegen w/ dtor linkage. 2022-08-18 15:01:38 -07:00
event_get.cc ircd:Ⓜ️:get: Fix mismatched integer comparison. 2022-10-05 13:53:52 -07:00
event_horizon.cc
event_id.cc
event_index.cc
event_prefetch.cc
event_prev.cc
event_refs.cc ircd:Ⓜ️:event::refs: Add reverse iteration; inline interface. 2022-08-17 18:15:30 -07:00
events.cc ircd:Ⓜ️:events::annotates: Interface to scan the key of the m.annotation rel_type. 2022-09-28 09:55:51 -07:00
fed.cc
fed_well_known.cc ircd:Ⓜ️:fed::well_known: Use proper http::category; minor split/reorg. 2022-08-17 13:05:39 -07:00
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 Add noexcept to various lambdas (gcc-12). 2022-07-07 16:47:55 -07:00
keys.cc ircd:Ⓜ️:keys: Add key_id to debug log for single fetch path. 2022-08-17 17:09:31 -07:00
Makefile.am ircd:Ⓜ️:trace: Add interface for the trace. 2022-09-28 15:05:43 -07:00
matrix.cc
media.cc
membership.cc
name.cc
node.cc
presence.cc
pretty.cc ircd:Ⓜ️ Additional pretty_msgline() opts for time ago / body delim. 2022-08-19 11:13:57 -07:00
push.cc ircd:Ⓜ️ Use proper character overload for optimal tokens(). 2022-08-02 13:18:58 -07:00
receipt.cc
relates.cc ircd:Ⓜ️:relates: Add reverse iteration; consolidate abi, inline interface. 2022-08-17 18:15:30 -07:00
request.cc
resource.cc
room.cc
room_aliases.cc
room_auth.cc
room_bootstrap.cc
room_content.cc
room_create.cc
room_events.cc
room_head.cc
room_head_fetch.cc
room_join.cc
room_leave.cc
room_members.cc
room_message.cc ircd:Ⓜ️:room::message: Fix reply fallback accepting non-mxid careted names. 2022-09-21 16:39:05 -07:00
room_messages.cc ircd:Ⓜ️:room::messages: Add option toggling redacted query. 2022-09-28 15:05:42 -07:00
room_origins.cc
room_power.cc
room_server_acl.cc
room_state.cc
room_state_fetch.cc
room_state_history.cc
room_state_space.cc
room_stats.cc
room_type.cc ircd:Ⓜ️:room::type: Fix ascending order seek correctness; for now. 2022-08-20 11:07:38 -07:00
room_visible.cc
rooms.cc
rooms_summary.cc
sync.cc
trace.cc ircd:Ⓜ️:trace: Add interface for the trace. 2022-09-28 15:05:43 -07:00
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 ircd:Ⓜ️:user::rooms: Simplify interface w/ util::closure_bool. 2022-08-19 20:57:35 -07:00
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