.. |
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::db: Add compaction priority option to descriptor.
|
2020-03-13 15:12:22 -07: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:Ⓜ️:fed: Support HTTP redirects when fetching well-known.
|
2020-03-11 20:45:22 -07:00 |
feds.cc
|
ircd:Ⓜ️ Tweak various federation request buffer options; related e3e83a6423fd.
|
2020-03-07 22:02:14 -08:00 |
fetch.cc
|
ircd:Ⓜ️:fetch: Propagate interrupt through handlers.
|
2020-03-09 09:48:37 -07:00 |
filter.cc
|
matrix: Split matrix base unit.
|
2019-09-27 19:35:26 -07:00 |
homeserver.cc
|
ircd:Ⓜ️:homeserver: Add missing alias room to the hs bootstrap for now; related 33f1ce6e09 .
|
2020-03-14 18:07:45 -07: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:Ⓜ️ Rename v1/v2 namespace to fed.
|
2020-03-05 20:06:14 -08:00 |
keys.cc
|
ircd:Ⓜ️:keys: Switch to exclusive use of v2/query endpoint; minor cleanup.
|
2020-03-12 21:09:56 -07:00 |
Makefile.am
|
Tweak tls-models.
|
2020-02-11 15:37:14 -08:00 |
matrix.cc
|
modules/m_relation: Add hook to discover and fetch events from m_relates_to.
|
2020-03-10 23:03:14 -07: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:Ⓜ️:fed: Apply the canon service to all remotes without a service string.
|
2020-03-06 10:37:28 -08:00 |
room.cc
|
ircd:Ⓜ️:room: Add annotate() convenience reaction.
|
2019-12-11 14:09:22 -08:00 |
room_aliases.cc
|
ircd:Ⓜ️ Tweak various federation request buffer options; related e3e83a6423fd.
|
2020-03-07 22:02:14 -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: Use non-reference for explicit operator cast (GCC 9.2.1).
|
2020-03-11 15:11:53 -07: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
|
ircd:Ⓜ️:room::origins: Optimize origins iteration w/ conditional key regeneration.
|
2020-03-09 14:41:36 -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
|
ircd:Ⓜ️:room::server_acl: Propagate interrupt without critical log.
|
2020-03-08 13:03:14 -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:Ⓜ️ Tweak various federation request buffer options; related e3e83a6423fd.
|
2020-03-07 22:02:14 -08: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: Handle and log exceptions in timeout worker stack.
|
2020-03-03 14:47:47 -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
|
ircd:Ⓜ️ Tweak various federation request buffer options; related e3e83a6423fd.
|
2020-03-07 22:02:14 -08: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: Wait for duplicate evals instead or before any fault::EXISTS.
|
2020-03-13 11:57:00 -07:00 |
vm_execute.cc
|
ircd:Ⓜ️:vm::eval: Wait for duplicate evals instead or before any fault::EXISTS.
|
2020-03-13 11:57:00 -07:00 |
vm_inject.cc
|
ircd:Ⓜ️:room::head: Add room version hint to opts to reduce query.
|
2019-12-10 12:06:54 -08:00 |