0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-19 08:21:09 +01:00
construct/matrix
2020-03-02 16:46:00 -08:00
..
breadcrumb_rooms.cc
dbs.cc ircd:Ⓜ️:dbs: Fix partial event_state key constructions. 2020-02-26 17:55:23 -08:00
device.cc
display_name.cc
error.cc ircd::run: Place out-of-line default ctor/dtor definitions. 2020-02-28 12:36:45 -08:00
event.cc ircd:Ⓜ️:event: Fix signature interface regression; optimize call path. 2020-02-24 11:01:52 -08:00
event_append.cc ircd:Ⓜ️:event: Skip erroneous append inputs. 2020-01-17 17:27:34 -08:00
event_cached.cc
event_conforms.cc
event_fetch.cc ircd:Ⓜ️:event::fetch: Move default opts ctor out of line. 2019-12-03 12:09:25 -08:00
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: Add preliminary interface to _event_state w/ console cmd. 2020-02-26 18:24:17 -08:00
fed.cc
feds.cc
fetch.cc ircd:Ⓜ️:fetch: Prevent fetch requests from starting based on global conditions. 2020-02-22 14:00:31 -08:00
filter.cc
homeserver.cc ircd:Ⓜ️:homeserver: Tweak shutdown order; interrupts first. 2020-03-01 11:26:52 -08:00
hook.cc
id.cc ircd:Ⓜ️ Fix alignment specifiers for clang. 2020-02-01 22:18:49 -08:00
init_backfill.cc ircd:Ⓜ️:init::backfill: Add conf item for local_joined_only option; default true. 2020-03-02 16:45:50 -08:00
keys.cc ircd:Ⓜ️:keys: Use dynamic buffer for query. 2020-03-01 16:16:13 -08:00
Makefile.am Tweak tls-models. 2020-02-11 15:37:14 -08:00
matrix.cc ircd:Ⓜ️:homeserver: Consolidate legacy shutdown procedure on primary dtor for now. 2020-02-27 16:25:47 -08:00
membership.cc
name.cc ircd:Ⓜ️ Add a tuple structure for m_relates_to. 2019-12-11 11:01:11 -08:00
node.cc ircd:Ⓜ️:node: Fallback to old_verify_keys after verify_keys. 2020-02-27 13:39:31 -08:00
presence.cc
pretty.cc ircd:Ⓜ️:pretty: Relax definedness requirement of fields. 2020-03-01 14:20:05 -08:00
receipt.cc
request.cc ircd:Ⓜ️:request: Increase buffer size configured default. 2020-01-26 17:00:08 -08:00
resource.cc ircd:Ⓜ️:resource: Fix token callstack considerations. 2019-10-04 15:16:07 -07:00
room.cc ircd:Ⓜ️:room: Add annotate() convenience reaction. 2019-12-11 14:09:22 -08:00
room_aliases.cc ircd:Ⓜ️ Fix alignment specifiers for clang. 2020-02-01 22:18:49 -08:00
room_auth.cc
room_bootstrap.cc ircd:Ⓜ️:room::bootstrap: Log completion with notice level. 2020-03-02 16:46:00 -08:00
room_create.cc ircd:Ⓜ️:createroom: Add empty arrays on create event for spinapps. 2019-12-22 02:24:40 -08:00
room_events.cc
room_head.cc ircd:Ⓜ️:room::head: Add condition to fix duplicate append. 2020-02-19 13:27:27 -08:00
room_join.cc
room_leave.cc
room_members.cc
room_origins.cc
room_power.cc ircd:Ⓜ️:room::power: Replace unquote() w/ json::string type. 2020-03-02 16:46:00 -08:00
room_server_acl.cc
room_state.cc
room_state_history.cc
room_state_space.cc
room_stats.cc
room_visible.cc
rooms.cc ircd:Ⓜ️:rooms: Add dump to file util w/ console cmd. 2020-02-28 20:19:42 -08:00
rooms_summary.cc ircd:Ⓜ️ Simplify/remove homeserver::rooms related. 2019-10-04 12:48:02 -07:00
sync.cc ircd:Ⓜ️:sync: Add next_batch central convenience; add branding to token. 2020-01-06 13:24:21 -08:00
txn.cc
typing.cc ircd:Ⓜ️:typing: Simplify typing context termination. 2020-02-28 10:12:38 -08:00
user.cc ircd:Ⓜ️:user: Belated move of m::user definitions into lib. 2019-10-02 18:30:56 -07:00
user_account_data.cc
user_events.cc
user_filter.cc
user_highlight.cc
user_ignores.cc
user_mitsein.cc
user_profile.cc
user_register.cc
user_room_account_data.cc
user_room_tags.cc
user_rooms.cc ircd:Ⓜ️:user::rooms: Use _event_state to eliminate the ircd.member type. 2020-03-01 17:13:15 -08:00
users.cc
users_servers.cc
vm.cc ircd::run: Place out-of-line default ctor/dtor definitions. 2020-02-28 12:36:45 -08:00
vm_eval.cc ircd:Ⓜ️:vm::eval: Conduct parallel fetch of new keys for vector eval. 2020-02-20 18:43:47 -08:00
vm_execute.cc modules/vm_execute: Reduce debuglog on phase hook for now. 2019-12-11 20:53:52 -08:00
vm_inject.cc ircd:Ⓜ️:room::head: Add room version hint to opts to reduce query. 2019-12-10 12:06:54 -08:00