.. |
breadcrumb_rooms.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
dbs.cc
|
ircd:Ⓜ️:dbs: Fix partial event_state key constructions.
|
2020-02-26 17:55:23 -08:00 |
device.cc
|
matrix: Add m::homeserver; preliminary virtual origin networks.
|
2019-10-01 17:56:01 -07:00 |
display_name.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
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
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_conforms.cc
|
matrix: Add m::homeserver; preliminary virtual origin networks.
|
2019-10-01 17:56:01 -07:00 |
event_fetch.cc
|
ircd:Ⓜ️:event::fetch: Move default opts ctor out of line.
|
2019-12-03 12:09:25 -08:00 |
event_get.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_horizon.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_id.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_index.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_prefetch.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_prev.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
event_refs.cc
|
ircd:Ⓜ️ Split event definitions.
|
2019-09-27 19:35:26 -07:00 |
events.cc
|
ircd:Ⓜ️:events: Add preliminary interface to _event_state w/ console cmd.
|
2020-02-26 18:24:17 -08:00 |
fed.cc
|
ircd: Move matrix application related to derived library.
|
2019-09-27 19:35:26 -07:00 |
feds.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
fetch.cc
|
ircd:Ⓜ️:fetch: Prevent fetch requests from starting based on global conditions.
|
2020-02-22 14:00:31 -08:00 |
filter.cc
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
homeserver.cc
|
ircd:Ⓜ️:homeserver: Tweak shutdown order; interrupts first.
|
2020-03-01 11:26:52 -08:00 |
hook.cc
|
matrix: Add m::homeserver; preliminary virtual origin networks.
|
2019-10-01 17:56:01 -07:00 |
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
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
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
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
pretty.cc
|
ircd:Ⓜ️:pretty: Relax definedness requirement of fields.
|
2020-03-01 14:20:05 -08:00 |
receipt.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
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
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
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
|
matrix: Split room definitions; various reorg.
|
2019-09-27 19:35:26 -07:00 |
room_head.cc
|
ircd:Ⓜ️:room::head: Add condition to fix duplicate append.
|
2020-02-19 13:27:27 -08:00 |
room_join.cc
|
matrix: Split room definitions; various reorg.
|
2019-09-27 19:35:26 -07:00 |
room_leave.cc
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
room_members.cc
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
room_origins.cc
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
room_power.cc
|
ircd:Ⓜ️:room::power: Replace unquote() w/ json::string type.
|
2020-03-02 16:46:00 -08:00 |
room_server_acl.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
room_state.cc
|
matrix: Split room definitions; various reorg.
|
2019-09-27 19:35:26 -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_visible.cc
|
matrix: Split room definitions; various reorg.
|
2019-09-27 19:35:26 -07:00 |
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
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
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
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_events.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_filter.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_highlight.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_ignores.cc
|
matrix: Split room definitions; various reorg.
|
2019-09-27 19:35:26 -07:00 |
user_mitsein.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_profile.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_register.cc
|
matrix: Add m::homeserver; preliminary virtual origin networks.
|
2019-10-01 17:56:01 -07:00 |
user_room_account_data.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
user_room_tags.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
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
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
users_servers.cc
|
modules: Distill all API's from modules up to matrix lib.
|
2019-09-27 19:35:26 -07:00 |
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 |