0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-02 19:04:17 +01:00
construct/matrix
Jason Volk f2c182b403 ircd::db: Set max_open_files=-1 when required for secondary mode.
ircd:Ⓜ️:dbs: Condition option from being set in slave/secondary mode.

ircd::db: Skip snapshot creation in slave/secondary mode (required).

ircd::db: Slave implies read-only.
2020-07-28 00:38:46 -07:00
..
acquire.cc
breadcrumb_rooms.cc
bridge.cc
burst.cc
dbs.cc ircd::db: Set max_open_files=-1 when required for secondary mode. 2020-07-28 00:38:46 -07:00
dbs_desc.cc
dbs_event_column.cc ircd:Ⓜ️:dbs: Disable bloom filter on event property columns. 2020-07-16 00:02:31 -07:00
dbs_event_horizon.cc
dbs_event_idx.cc ircd:Ⓜ️ Disable all bloom filter bits by default. 2020-07-17 18:28:32 -07:00
dbs_event_json.cc ircd:Ⓜ️ Disable all bloom filter bits by default. 2020-07-17 18:28:32 -07:00
dbs_event_refs.cc
dbs_event_sender.cc
dbs_event_state.cc
dbs_event_type.cc
dbs_room_events.cc
dbs_room_head.cc
dbs_room_joined.cc ircd:Ⓜ️ Disable all bloom filter bits by default. 2020-07-17 18:28:32 -07:00
dbs_room_state.cc ircd:Ⓜ️ Disable all bloom filter bits by default. 2020-07-17 18:28:32 -07:00
dbs_room_state_space.cc ircd:Ⓜ️ Disable all bloom filter bits by default. 2020-07-17 18:28:32 -07:00
dbs_room_type.cc
display_name.cc
error.cc
event.cc
event_append.cc
event_cached.cc
event_conforms.cc ircd:Ⓜ️:vm: Add content requirement and redaction hint opts for non-conforming mask. 2020-07-06 17:31:04 -07:00
event_fetch.cc
event_get.cc
event_horizon.cc
event_id.cc
event_index.cc
event_prefetch.cc
event_prev.cc
event_refs.cc
events.cc
fed.cc
fed_well_known.cc
feds.cc ircd:Ⓜ️:feds: Remove final specifier. 2020-07-19 20:35:22 -07:00
fetch.cc ircd:Ⓜ️:fetch: Add redaction query for non-conformity check; conf item. 2020-07-06 17:31:04 -07:00
filter.cc
gossip.cc
homeserver.cc ircd:Ⓜ️:homeserver: Fix missing conditions for write-avoid functionality. 2020-07-28 00:38:46 -07:00
hook.cc
id.cc
init_backfill.cc
keys.cc
Makefile.am Consolidate application of -flax-vector-conversions. 2020-07-10 20:12:33 -07:00
matrix.cc ircd:Ⓜ️ Move media module init order. 2020-07-13 20:18:18 -07:00
membership.cc
name.cc
node.cc
presence.cc
pretty.cc ircd:Ⓜ️:pretty_detailed: Fix cache keys selection on null event_idx. 2020-07-05 03:54:03 -07:00
push.cc ircd::db: Use reference to prevent string copy. 2020-07-10 23:58:07 -07:00
receipt.cc
request.cc
resource.cc
room.cc
room_aliases.cc
room_auth.cc
room_bootstrap.cc ircd:Ⓜ️:roomstrap: Disable any notifies on eval path. 2020-07-21 01:50:34 -07:00
room_create.cc ircd::db: Use reference to prevent string copy. 2020-07-10 23:58:07 -07:00
room_events.cc
room_head.cc
room_join.cc
room_leave.cc
room_members.cc
room_origins.cc
room_power.cc
room_server_acl.cc
room_state.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
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 ircd::db: Set max_open_files=-1 when required for secondary mode. 2020-07-28 00:38:46 -07:00
vm_eval.cc
vm_execute.cc
vm_inject.cc