0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-16 16:50:12 +01:00
construct/matrix
2020-10-29 04:49:51 -07:00
..
acquire.cc ircd:Ⓜ️:acquire: Minor cleanup; fix comment. 2020-10-20 23:20:41 -07:00
app.cc ircd:Ⓜ️:app: Implement stdin to app from room. 2020-10-28 05:39:09 -07:00
breadcrumbs.cc
bridge.cc ircd:Ⓜ️:bridge: Add timeout conf item; fix queries; add console cmd. 2020-04-11 20:13:15 -07:00
burst.cc ircd:Ⓜ️ Wrap all queries into ircd::server through fed suite. 2020-04-25 21:13:57 -07:00
dbs.cc
dbs_desc.cc
dbs_event_column.cc
dbs_event_horizon.cc
dbs_event_idx.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_event_json.cc
dbs_event_refs.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_event_sender.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_event_state.cc
dbs_event_type.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_events.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_head.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_joined.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_state.cc
dbs_room_state_space.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_room_type.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
display_name.cc
error.cc
event.cc ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
event_append.cc
event_cached.cc ircd:Ⓜ️ Fix m::index() interface for consistent leading std::nothrow_t. 2020-04-01 16:20:11 -07:00
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 ircd:Ⓜ️ Split event definitions. 2019-09-27 19:35:26 -07:00
event_prev.cc
event_refs.cc ircd:Ⓜ️:event::refs: Simplify closure typename. 2020-10-11 11:42:48 -07:00
events.cc ircd:Ⓜ️:events: Use better buffer size constant. 2020-10-16 02:40:39 -07:00
fed.cc ircd:Ⓜ️:fed: Add non-blocking prelink to interface. 2020-10-16 02:40:39 -07:00
fed_well_known.cc ircd:Ⓜ️:fed::well_known: Assertion for throw option expectation. 2020-10-29 04:49:51 -07:00
feds.cc ircd:Ⓜ️:feds: Add prelink loop before request loop w/ options toggle. 2020-10-16 02:40:39 -07:00
fetch.cc ircd:Ⓜ️:fetch: Fix clang loop reference variable warning. 2020-10-29 04:49:51 -07:00
filter.cc matrix: Split matrix base unit. 2019-09-27 19:35:26 -07:00
gossip.cc
groups.cc
homeserver.cc ircd: Instrument against string_view(string&&) impossible construction.. 2020-10-28 03:31:55 -07:00
homeserver_bootstrap.cc
hook.cc
id.cc ircd:Ⓜ️🆔 Relax user_id character grammar. 2020-10-20 22:34:45 -07:00
init_backfill.cc
keys.cc ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
Makefile.am ircd:Ⓜ️:room: Add preliminary interface specific to event content. 2020-10-27 04:11:44 -07:00
matrix.cc modules/m_pusher: Add preliminary pusher hook; worker loop. 2020-10-24 07:31:31 -07:00
media.cc
membership.cc
name.cc
node.cc ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
presence.cc ircd: Instrument against string_view(string&&) impossible construction.. 2020-10-28 03:31:55 -07:00
pretty.cc
push.cc ircd:Ⓜ️:push::request: Add conf item to toggle functionality. 2020-10-25 00:30:35 -07:00
receipt.cc
request.cc ircd::buffer: Fix template name conflicts for clang-11; apply inline linkages. 2020-10-29 04:06:59 -07:00
resource.cc ircd:Ⓜ️:resource: Fix regression in Host string compare con canon port. 2020-10-24 01:59:11 -07:00
room.cc ircd:Ⓜ️:room: Add contains() tool. 2020-09-27 14:57:07 -07:00
room_aliases.cc ircd:Ⓜ️ Fix event_id() interface for consistent leading std::nothrow_t. 2020-04-01 16:03:25 -07:00
room_auth.cc
room_bootstrap.cc ircd:Ⓜ️:room::bootstrap: Increase stack size. 2020-10-06 00:02:29 -07:00
room_content.cc ircd:Ⓜ️:room: Add preliminary interface specific to event content. 2020-10-27 04:11:44 -07:00
room_create.cc
room_events.cc ircd:Ⓜ️:event::fetch: Move std::nothrow to leading argument for consistency. 2020-04-02 20:01:14 -07:00
room_head.cc ircd:Ⓜ️:fed: Move head fetch convenience to room::head interface. 2020-10-14 22:04:04 -07:00
room_join.cc ircd:Ⓜ️:room::bootstrap: Adjust interface allowing for multiple remote server arguments. 2020-04-21 19:22:06 -07:00
room_leave.cc
room_members.cc
room_origins.cc
room_power.cc
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 matrix: Split room definitions; various reorg. 2019-09-27 19:35:26 -07:00
room_type.cc
room_visible.cc ircd:Ⓜ️:visible: Minor move conditional return before present room construction. 2020-04-03 17:17:29 -07:00
rooms.cc
rooms_summary.cc
sync.cc
txn.cc
typing.cc
user.cc
user_account_data.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
user_devices.cc ircd:Ⓜ️:user::devices: Ensure some stream_id value is sent with the device list update. 2020-04-16 14:34:38 -07:00
user_events.cc ircd:Ⓜ️:event::fetch: Move std::nothrow to leading argument for consistency. 2020-04-02 20:01:14 -07:00
user_filter.cc ircd::b64: Add encoding diction parameter; remove converters; reorg interface. 2020-08-10 06:19:48 -07:00
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 ircd:Ⓜ️:user::pushers: Additional derivative utils for interface. 2020-10-25 00:09:59 -07:00
user_pushrules.cc
user_register.cc
user_room_account_data.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
user_room_tags.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
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 ircd:Ⓜ️:vm: Set need_top_head=true on internal rooms for now. 2020-10-01 03:49:41 -07:00