Jason Volk
|
208c081a62
|
modules/console: Fix room state space rebuild parameters.
|
2019-09-06 19:19:06 -07:00 |
|
Jason Volk
|
d3421a8985
|
modules/console: Add more filtration arguments to peer list cmd.
modules/console: Increase table widths; improve peer request cmd.
|
2019-09-06 18:37:56 -07:00 |
|
Jason Volk
|
4b24f74d19
|
ircd::server: Increase peer link max default.
|
2019-09-06 18:11:13 -07:00 |
|
Jason Volk
|
5eb3c7830f
|
ircd:Ⓜ️:init::backfill: Concurrent initial backfill workers.
|
2019-09-06 16:31:41 -07:00 |
|
Jason Volk
|
5972f65cfb
|
ircd:Ⓜ️:init::backfill: Skip backspill off prev events below the viewport depth.
|
2019-09-06 16:03:35 -07:00 |
|
Jason Volk
|
deef0777e1
|
ircd:Ⓜ️:init::backfill: Fetch recent missing events after initial headfill.
|
2019-09-06 15:50:58 -07:00 |
|
Jason Volk
|
d164c41049
|
ircd:Ⓜ️:room::events: Increase default.
|
2019-09-06 15:03:29 -07:00 |
|
Jason Volk
|
3e4918062d
|
ircd:Ⓜ️:init::backfill: Add interruption checks for clean breaks.
|
2019-09-06 14:53:16 -07:00 |
|
Jason Volk
|
c7b0e9a1b5
|
ircd::allocator: Remove trailing comma per jemalloc.
|
2019-09-06 14:33:35 -07:00 |
|
Jason Volk
|
1afa0daf3f
|
modules/m_vm_fetch: Preliminary state acquire hook.
|
2019-09-06 14:33:35 -07:00 |
|
Jason Volk
|
0bbc45e634
|
modules/m_vm_fetch: Fix error in debuglog msg.
|
2019-09-06 14:33:35 -07:00 |
|
Jason Volk
|
693ee3665c
|
ircd::server: Tolerate multiple peer::close() calls for now.
|
2019-09-06 14:33:35 -07:00 |
|
Jason Volk
|
7ab6144e30
|
ircd:Ⓜ️:event: Allow missing essential keys.
|
2019-09-06 14:33:35 -07:00 |
|
Jason Volk
|
e842f6c383
|
ircd:Ⓜ️🧾 Implement matrix-org/matrix-doc#2285 Hidden read receipts.
|
2019-09-06 12:18:29 -07:00 |
|
Jason Volk
|
6a59036f4e
|
ircd:Ⓜ️🧾 Reorg/rename interface; simplify impl; add options argument.
ircd:Ⓜ️🧾 Remove central linkage cruft for interface.
|
2019-09-06 11:57:02 -07:00 |
|
Jason Volk
|
7d0c44eb3c
|
modules/m_receipt: Add comments/docs on flow.
|
2019-09-06 10:56:49 -07:00 |
|
Jason Volk
|
91044cf1f0
|
modules/m_room_join: Remove duplicate join event check until content checked.
|
2019-09-05 23:25:19 -07:00 |
|
Jason Volk
|
425aa83900
|
ircd:Ⓜ️:rooms: Add options for user_id / room_alias related.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
652a866a0e
|
modules/client/publicrooms: Improve UX for partial alias search term inputs.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
c006190655
|
ircd:Ⓜ️:rooms: Allow for full state iteration without server state_key.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
31b67dc646
|
ircd:Ⓜ️:rooms: Add proffer rule for partial alias search terms.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
b0e60fc3fc
|
modules/m_keys: Fix feds::keys result interpretation.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
51c6620e2c
|
modules/m_vm_fetch: Prevent recursive backfill out of handler; remove viewport condition.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
dfdee1eac9
|
ircd:Ⓜ️ Consolidate viewport calculation data sources; signed integer conf item.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
9425f26321
|
modules/m_room_bootstrap: Re-broadcast join event after more servers discovered.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
6300b5a9fb
|
modules/m_vm_fetch: Split and reorg handler stack; add conf items.
|
2019-09-05 21:36:16 -07:00 |
|
Jason Volk
|
6831f195aa
|
ircd:Ⓜ️:room::events: Add viewport metric concept; conf item.
|
2019-09-05 18:10:44 -07:00 |
|
Jason Volk
|
c570e04622
|
ircd:Ⓜ️:event::prev: Add _events_exist() convenience suite.
|
2019-09-05 18:10:44 -07:00 |
|
Jason Volk
|
f67eafd078
|
ircd:Ⓜ️:vm::fetch: Remove/reorg stale fetch related options.
|
2019-09-05 18:10:44 -07:00 |
|
Jason Volk
|
5fddfd5366
|
modules/m_vm_fetch: Remove evaltab; simplify handlers.
|
2019-09-04 19:28:42 -07:00 |
|
Jason Volk
|
01c364cc24
|
ircd::ctx: Minor cleanup for promise/future list traversal; remove mutable_cast.
|
2019-09-04 15:40:30 -07:00 |
|
Jason Volk
|
9e69dff5dd
|
modules/console: Increase width for ip6.
|
2019-09-04 14:02:38 -07:00 |
|
Jason Volk
|
794ef036e1
|
modules/m_room_bootstrap: Fetch federation keys for state events concurrently.
|
2019-09-04 13:39:02 -07:00 |
|
Jason Volk
|
6586a9e084
|
modules/m_room_bootstrap: Additional infolog messages during process.
modules/m_room_bootstrap: Suppress already-evaluated warnings.
|
2019-09-04 13:39:00 -07:00 |
|
Jason Volk
|
8d2cc457f1
|
modules/console: Improve room top missing/gaps output.
|
2019-09-04 11:56:50 -07:00 |
|
Jason Volk
|
1c16e15753
|
modules/net_dns: Fix placement offset in results buffer.
|
2019-09-04 11:12:59 -07:00 |
|
Jason Volk
|
791c64c35b
|
ircd:Ⓜ️:fetch: Clear request on retry; elaborate comparator; minor cleanup.
|
2019-09-03 22:14:53 -07:00 |
|
Jason Volk
|
a205e722f3
|
ircd::ctx: Fix valid pointer range condition.
|
2019-09-03 22:09:43 -07:00 |
|
Jason Volk
|
9adba1b9dc
|
ircd::ctx: No need for mutable here.
|
2019-09-03 22:07:50 -07:00 |
|
Jason Volk
|
20c90984ef
|
ircd:Ⓜ️🪝 Assert no active callers on dtor.
|
2019-09-03 20:27:20 -07:00 |
|
Jason Volk
|
396dfc0a79
|
ircd::server: Tweak assertion conditions.
|
2019-09-03 20:26:39 -07:00 |
|
Jason Volk
|
957d90e63d
|
modules/federation/send: Quiet vm::fault::EXISTS from the warnlog on eval.
|
2019-09-03 18:01:50 -07:00 |
|
Jason Volk
|
196ee9e157
|
modules/m_fetch: Increase worker stack size.
|
2019-09-03 17:57:32 -07:00 |
|
Jason Volk
|
2c20f0a659
|
ircd::ctx: Fix invalidation of the promise list head after ready.
ircd::ctx: Fix check for pending on invalidate_futures().
|
2019-09-03 17:55:05 -07:00 |
|
Jason Volk
|
2c3aca9a4a
|
ircd:Ⓜ️:fetch: Improve handle worker; request_cleanup() related.
|
2019-09-03 17:55:05 -07:00 |
|
Jason Volk
|
cca4f223ff
|
ircd:Ⓜ️:fetch: Deduplicate requests with shared futures.
|
2019-09-03 15:56:14 -07:00 |
|
Jason Volk
|
1210523757
|
ircd::ctx: Support shared futures.
|
2019-09-03 15:56:14 -07:00 |
|
Jason Volk
|
74679a3a5f
|
ircd:Ⓜ️:fetch: Fix initialization order for server::request buf; add linkage for dtor.
|
2019-09-03 14:43:34 -07:00 |
|
Jason Volk
|
84c1aef0d6
|
ircd::ctx: Ensure a full-width zero'ing.
|
2019-09-03 13:52:28 -07:00 |
|
Jason Volk
|
71edd9adee
|
ircd::util: Add maybe() exception tool.
|
2019-09-03 12:15:44 -07:00 |
|