.. |
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
|
|
|
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
|
ircd::db: Elide std::function wrapping for equal comparator (related 6c2736f592 ).
|
2020-07-28 01:24:27 -07:00 |
dbs_event_sender.cc
|
|
|
dbs_event_state.cc
|
ircd::db: Elide std::function wrapping for equal comparator (related 6c2736f592 ).
|
2020-07-28 01:24:27 -07:00 |
dbs_event_type.cc
|
|
|
dbs_room_events.cc
|
ircd::db: Elide std::function wrapping for equal comparator (related 6c2736f592 ).
|
2020-07-28 01:24:27 -07:00 |
dbs_room_head.cc
|
ircd:Ⓜ️:dbs: Bound compaction of _room_head within 24h.
|
2020-06-07 05:46:24 -07:00 |
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::db: Elide std::function wrapping for equal comparator (related 6c2736f592 ).
|
2020-07-28 01:24:27 -07:00 |
dbs_room_type.cc
|
ircd::db: Elide std::function wrapping for equal comparator (related 6c2736f592 ).
|
2020-07-28 01:24:27 -07:00 |
display_name.cc
|
|
|
error.cc
|
ircd:Ⓜ️:error: Gracefully handle string content case.
|
2020-08-04 19:34:47 -07:00 |
event.cc
|
ircd::b64: Add encoding diction parameter; remove converters; reorg interface.
|
2020-08-10 06:19:48 -07:00 |
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
|
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
|
|
|
event_id.cc
|
|
|
event_index.cc
|
|
|
event_prefetch.cc
|
|
|
event_prev.cc
|
ircd:Ⓜ️:event::prev: Optimize existential tools with parallel queries.
|
2020-06-11 02:35:59 -07:00 |
event_refs.cc
|
|
|
events.cc
|
ircd:Ⓜ️:events: Improve robustness of loop conditions; range controls.
|
2020-08-28 05:18:57 -07:00 |
fed.cc
|
ircd:Ⓜ️:fed: Split well_known into namespace into unit.
|
2020-06-08 16:13:00 -07:00 |
fed_well_known.cc
|
ircd:Ⓜ️:fed: Use lvalue construction style for request buffer options.
|
2020-08-02 01:57:56 -07:00 |
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
|
|
|
groups.cc
|
ircd:Ⓜ️:groups: Start namespace, central lib; preliminary client resource module.
|
2020-07-30 10:24:10 -07:00 |
homeserver.cc
|
ircd:Ⓜ️:homeserver: Split bootstrap related into unit.
|
2020-08-28 05:18:57 -07:00 |
homeserver_bootstrap.cc
|
ircd:Ⓜ️:homeserver: Split bootstrap related into unit.
|
2020-08-28 05:18:57 -07:00 |
hook.cc
|
ircd:Ⓜ️🪝 Simplify debuglog msgs.
|
2020-06-20 06:25:54 -07:00 |
id.cc
|
ircd::b64: Add encoding diction parameter; remove converters; reorg interface.
|
2020-08-10 06:19:48 -07:00 |
init_backfill.cc
|
ircd:Ⓜ️:acquire: Add a head reset option for now.
|
2020-06-12 20:53:16 -07:00 |
keys.cc
|
ircd: Split base64 and base58 into separate namespaces.
|
2020-08-10 04:56:28 -07:00 |
Makefile.am
|
ircd:Ⓜ️:homeserver: Split bootstrap related into unit.
|
2020-08-28 05:18:57 -07:00 |
matrix.cc
|
ircd:Ⓜ️ Rename breadcrumb_rooms to breadcrumbs; related.
|
2020-08-23 02:32:54 -07:00 |
membership.cc
|
|
|
name.cc
|
|
|
node.cc
|
ircd: Split base64 and base58 into separate namespaces.
|
2020-08-10 04:56:28 -07:00 |
presence.cc
|
|
|
pretty.cc
|
ircd: Split base64 and base58 into separate namespaces.
|
2020-08-10 04:56:28 -07:00 |
push.cc
|
ircd::db: Use reference to prevent string copy.
|
2020-07-10 23:58:07 -07:00 |
receipt.cc
|
|
|
request.cc
|
ircd: Split base64 and base58 into separate namespaces.
|
2020-08-10 04:56:28 -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: Improve error strings for room_id() resolve interface.
|
2020-06-11 17:09:56 -07:00 |
room_aliases.cc
|
|
|
room_auth.cc
|
|
|
room_bootstrap.cc
|
ircd:Ⓜ️:room::bootstrap: Add expectation for non-empty host.
|
2020-08-28 05:18:57 -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
|
ircd:Ⓜ️:room::head: Try more eagerly to find and generate room head in some cases.
|
2020-08-05 16:30:42 -07:00 |
room_join.cc
|
|
|
room_leave.cc
|
|
|
room_members.cc
|
ircd:Ⓜ️:room::members: Eliminate unnecessary query to the room state.
|
2020-06-14 22:05:15 -07:00 |
room_origins.cc
|
|
|
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
|
|
|
room_state_history.cc
|
|
|
room_state_space.cc
|
|
|
room_stats.cc
|
|
|
room_type.cc
|
|
|
room_visible.cc
|
|
|
rooms.cc
|
|
|
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
|
|
|
user_devices.cc
|
|
|
user_events.cc
|
|
|
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
|
|
|
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
|
ircd:Ⓜ️:vm::eval: Add pointer to parent eval; related utils.
|
2020-05-12 22:27:53 -07:00 |
vm_execute.cc
|
ircd:Ⓜ️:vm: Decide if internal room at issue stage.
|
2020-06-12 20:36:46 -07:00 |
vm_inject.cc
|
ircd:Ⓜ️:vm: Relax head::generate options for internal rooms.
|
2020-06-12 20:36:46 -07:00 |