0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 17:08:20 +02:00
construct/matrix
2020-10-16 14:32:06 -07:00
..
acquire.cc ircd:Ⓜ️:acquire: Add a head reset option for now. 2020-06-12 20:53:16 -07:00
breadcrumbs.cc ircd:Ⓜ️:breadcrumbs: Use non-reference type; range loop copy warning. 2020-08-23 02:36:01 -07:00
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 ircd:Ⓜ️:dbs: Relax assertion. 2020-09-30 16:35:34 -07:00
dbs_desc.cc ircd:Ⓜ️:dbs: Shorten description. 2020-09-20 14:24:47 -07:00
dbs_event_column.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
dbs_event_horizon.cc ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
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 ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
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 ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
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 ircd:Ⓜ️:dbs: Add compression conf items for all columns. 2020-10-01 19:15:15 -07:00
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 ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
error.cc ircd:Ⓜ️:error: Gracefully handle string content case. 2020-08-04 19:34:47 -07:00
event.cc ircd:Ⓜ️:event: Eliminate several small thread-local buffers; simplify. 2020-09-28 22:33:46 -07:00
event_append.cc ircd:Ⓜ️:event::append: Add checkpoint enclosing event object; fix empty object. 2020-04-14 15:31:41 -07:00
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 ircd:Ⓜ️:event::fetch: Use hidden section for non-plt/internal linkage. 2020-08-02 09:43:39 -07:00
event_get.cc ircd:Ⓜ️ Optimize various callsites for type queries. 2020-05-24 19:08:08 -07:00
event_horizon.cc ircd:Ⓜ️ Split event definitions. 2019-09-27 19:35:26 -07:00
event_id.cc ircd:Ⓜ️ Fix event_id() interface for consistent leading std::nothrow_t. 2020-04-01 16:03:25 -07:00
event_index.cc ircd:Ⓜ️:event: Fix integer value recast (assertion from 8ab735d002). 2020-09-18 19:09:19 -07:00
event_prefetch.cc ircd:Ⓜ️ Split event definitions. 2019-09-27 19:35:26 -07:00
event_prev.cc ircd:Ⓜ️:event::prev: Optimize existential tools with parallel queries. 2020-06-11 02:35:59 -07:00
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: Fix expiration condition. 2020-10-16 14:32:06 -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: Add result check opts to request interface opts; feature authoritative_redactions. 2020-10-03 04:27:52 -07:00
filter.cc matrix: Split matrix base unit. 2019-09-27 19:35:26 -07:00
gossip.cc ircd:Ⓜ️:init::backfill: Split gossip routine into separate interface. 2020-04-23 04:19:53 -07:00
groups.cc ircd:Ⓜ️:groups: Start namespace, central lib; preliminary client resource module. 2020-07-30 10:24:10 -07:00
homeserver.cc ircd:Ⓜ️:homeserver: Workaround for json::member template nested brace initializer issue. 2020-10-01 18:04:43 -07:00
homeserver_bootstrap.cc ircd:Ⓜ️:homeserver: Add "valid-json" diagnostic mode to vector bootstrap. 2020-09-27 15:44:53 -07:00
hook.cc ircd:Ⓜ️🪝 Simplify debuglog msgs. 2020-06-20 06:25:54 -07:00
id.cc ircd::rand: Simplify interface; comments/cleanup. 2020-10-06 16:25:03 -07:00
init_backfill.cc ircd: Add distinct maintenance mode; chain write-avoid/read-only and net listen modes. 2020-09-15 22:16:11 -07:00
keys.cc ircd:Ⓜ️:keys: Add key id to error string if possible. 2020-10-16 02:40:39 -07:00
Makefile.am ircd:Ⓜ️ Move modules/vm_fetch to central lib. 2020-09-15 22:16:11 -07:00
matrix.cc modules/widget: Stub GET ui/v1 w/ some params. 2020-10-16 03:48:57 -07:00
media.cc ircd:Ⓜ️:vm: Remove legacy options; fix appendix masking. 2020-09-12 07:03:21 -07:00
membership.cc ircd:Ⓜ️ Add additional membership multi-test convenience tool. 2020-04-23 01:42:41 -07:00
name.cc ircd:Ⓜ️:room: Add json::tuple for m.room.message schema; property names. 2020-09-10 23:50:47 -07:00
node.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
presence.cc ircd:Ⓜ️:event::fetch: Move std::nothrow to leading argument for consistency. 2020-04-02 20:01:14 -07:00
pretty.cc ircd:Ⓜ️ Handle and report id error in pretty oneline. 2020-08-28 05:18:57 -07:00
push.cc ircd::db: Use reference to prevent string copy. 2020-07-10 23:58:07 -07:00
receipt.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
request.cc ircd:Ⓜ️:request: Fix complex thread-local initialization. (#109) 2020-10-03 03:09:20 -07:00
resource.cc ircd:Ⓜ️ Wrap all queries into ircd::server through fed suite. 2020-04-25 21:13:57 -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 ircd:Ⓜ️:room::auth::chain: Parallelize query. 2020-09-17 10:49:41 -07:00
room_bootstrap.cc ircd:Ⓜ️:room::bootstrap: Increase stack size. 2020-10-06 00:02:29 -07:00
room_create.cc ircd::db: Use reference to prevent string copy. 2020-07-10 23:58:07 -07:00
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 ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
room_members.cc ircd:Ⓜ️:room::members: Eliminate unnecessary query to the room state. 2020-06-14 22:05:15 -07:00
room_origins.cc ircd:Ⓜ️ Wrap all queries into ircd::server through fed suite. 2020-04-25 21:13:57 -07:00
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 ircd:Ⓜ️:room::state: Fix incorrect count() delegation on empty type; improve. 2020-04-17 23:40:56 -07:00
room_state_history.cc matrix: Split room definitions; various reorg. 2019-09-27 19:35:26 -07:00
room_state_space.cc matrix: Split room definitions; various reorg. 2019-09-27 19:35:26 -07:00
room_stats.cc matrix: Split room definitions; various reorg. 2019-09-27 19:35:26 -07:00
room_type.cc ircd:Ⓜ️:room::type: Add prefix matching option. 2020-03-24 14:50:41 -07:00
room_visible.cc ircd:Ⓜ️:visible: Minor move conditional return before present room construction. 2020-04-03 17:17:29 -07:00
rooms.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
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 ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
typing.cc ircd:Ⓜ️:typing: Manage interruptions during the timeout loop. 2020-05-12 19:21:58 -07:00
user.cc ircd: Split base64 and base58 into separate namespaces. 2020-08-10 04:56:28 -07:00
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 ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
user_mitsein.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
user_notifications.cc ircd:Ⓜ️:user::notifications: Add sorting for any-room queries here. 2020-03-26 17:20:06 -07:00
user_profile.cc ircd:Ⓜ️:user::profile: Fix brace initializer argument ambiguation. 2020-10-06 00:43:13 -07:00
user_pushers.cc ircd:Ⓜ️ Fix event_id() interface for consistent leading std::nothrow_t. 2020-04-01 16:03:25 -07:00
user_pushrules.cc ircd:Ⓜ️ Fix event_id() interface for consistent leading std::nothrow_t. 2020-04-01 16:03:25 -07:00
user_register.cc ircd:Ⓜ️:user::registar: Don't send account.options,registration for puppets. 2020-04-15 17:03:01 -07:00
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 ircd:Ⓜ️:user::rooms: Add missing default inits for query tuple. 2020-04-13 11:12:21 -07:00
user_tokens.cc ircd::rand: Simplify interface; comments/cleanup. 2020-10-06 16:25:03 -07:00
users.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
users_servers.cc ircd:Ⓜ️ Remove remaining export macros on central library definitions. 2020-03-16 16:56:06 -07:00
vm.cc ircd::db: Set max_open_files=-1 when required for secondary mode. 2020-07-28 00:38:46 -07:00
vm_eval.cc ircd:Ⓜ️:vm::eval: Cleanup parallel key pre-fetcher. 2020-09-16 04:31:37 -07:00
vm_execute.cc ircd:Ⓜ️:vm: Clear existing eval txn on entry side instead of unwind. 2020-09-29 10:23:38 -07:00
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