Jason Volk
|
2f6384b068
|
ircd:Ⓜ️:room: Add room::auth interface w/ console cmd.
|
2019-02-12 12:04:02 -08:00 |
|
Jason Volk
|
4f4d5189c9
|
modules/m_room: Fix is_complete routine.
|
2019-02-07 23:54:10 -08:00 |
|
Jason Volk
|
6cb4020034
|
ircd:Ⓜ️:dbs: Rename head/refs options to room_head/room_refs; update vmopts and sites.
|
2019-02-05 19:05:17 -08:00 |
|
Jason Volk
|
6947c7e953
|
ircd:Ⓜ️ Move the state/send event iov composer into m_room.
|
2019-02-04 13:59:01 -08:00 |
|
Jason Volk
|
7c998e48ed
|
ircd:Ⓜ️:dbs: Cleanup / reorg write-indexers stack.
|
2019-01-15 13:00:15 -08:00 |
|
Jason Volk
|
26ee1c9b5c
|
ircd:Ⓜ️ Minor cleanup.
|
2019-01-10 13:16:41 -08:00 |
|
Jason Volk
|
b1bd4e8863
|
modules: Use the apropos matrix logger for various log messages.
|
2018-12-22 17:44:18 -08:00 |
|
Jason Volk
|
b025de1068
|
modules/m_room: Minor cleanup.
|
2018-12-03 17:32:21 -08:00 |
|
Jason Volk
|
1365bed78c
|
modules/m_room: Improve the is_complete util.
|
2018-11-29 15:28:37 -08:00 |
|
Jason Volk
|
be96cf3ca4
|
modules: Stub an m_state module; fix description in m_room.
|
2018-11-14 00:16:19 -08:00 |
|
Jason Volk
|
5b0af2f509
|
modules/m_room: Add utility to clear the state root entries for all room events.
|
2018-11-13 19:05:16 -08:00 |
|
Jason Volk
|
4a1df6af85
|
modules/m_room: Add a ctx yield interval in the state prefetch loop.
|
2018-10-27 14:03:32 -07:00 |
|
Jason Volk
|
242516c853
|
ircd:Ⓜ️ Add central interface for room state prefetch; add console cmd; apply to client sync.
|
2018-10-23 10:01:36 -07:00 |
|
Jason Volk
|
fe26b5e0c0
|
modules: thread_local mods::import cannot be used or the module gets stuck.
|
2018-09-14 07:44:44 -07:00 |
|
Jason Volk
|
7b267e1c6d
|
modules/m_room: Fix counting semantic.
|
2018-09-14 07:34:05 -07:00 |
|
Jason Volk
|
11948e47ac
|
ircd: Move m::import to mods::import where it is more appropriate.
|
2018-09-13 18:19:27 -07:00 |
|
Jason Volk
|
f4831c863a
|
modules/m_room: Add interface to count events in a room between two arguments.
|
2018-09-12 22:32:00 -07:00 |
|
Jason Volk
|
0f79ad7b08
|
ircd:Ⓜ️:room: Officiate random_origin w/ central linkage; use view closure.
|
2018-08-24 04:19:55 -07:00 |
|
Jason Volk
|
8f21451d68
|
modules/m_room: Add random_origin() function to select a random server.
|
2018-08-22 17:56:59 -07:00 |
|
Jason Volk
|
1552b56590
|
modules/m_room: Add preliminary purge(); add linkage to console cmd.
|
2018-08-22 11:58:45 -07:00 |
|
Jason Volk
|
c352822d94
|
modules/m_room: Add util to force event into present state w/ console cmd.
|
2018-06-12 01:00:14 -07:00 |
|
Jason Volk
|
da17cb1de2
|
modules/m_room: Use empty string prev hashes.
|
2018-06-01 17:45:20 -07:00 |
|
Jason Volk
|
6cd9ad2d6f
|
modules/m_room: Checkin room__herd w/ console cmd.
|
2018-06-01 17:20:35 -07:00 |
|
Jason Volk
|
1025f045e9
|
modules/m_room: Add auth_events generator.
|
2018-06-01 16:11:13 -07:00 |
|
Jason Volk
|
b8267feaac
|
modules/m_room: Add prev_events generator.
|
2018-06-01 16:10:54 -07:00 |
|
Jason Volk
|
d2df4ca02d
|
modules/m_room: Checkin the refs flag on head__modify.
|
2018-05-31 09:34:53 -07:00 |
|
Jason Volk
|
7a93d798d8
|
modules/m_room: Add no-cache for iterations.
|
2018-05-31 09:31:22 -07:00 |
|
Jason Volk
|
bb779b03e9
|
modules/m_room: Add is_complete(room) diagnostic w/ console cmd.
|
2018-05-31 09:18:57 -07:00 |
|
Jason Volk
|
d77ab74289
|
modules/m_room: Add manual head modify w/ console cmd suite.
|
2018-05-25 19:35:29 -07:00 |
|
Jason Volk
|
628f589988
|
modules/m_room: Simplify: use existing api.
|
2018-05-24 03:46:54 -07:00 |
|
Jason Volk
|
7bfe9e94a1
|
ircd::db: Default to no checksums on all reads; add conf item; adjust opts.
|
2018-05-23 18:45:27 -07:00 |
|
Jason Volk
|
ac4e6b23f4
|
modules/m_room: Add preliminary room turbulence analysis.
|
2018-05-23 02:03:29 -07:00 |
|
Jason Volk
|
725e339405
|
modules/m_room: More sensible head reset operation.
|
2018-05-22 18:50:48 -07:00 |
|
Jason Volk
|
4cc8ba0b79
|
modules/m_room: Add head reset w/ console cmd.
|
2018-05-22 05:16:36 -07:00 |
|
Jason Volk
|
8e804ff48d
|
modules/m_room: Add head rebuilder w/ console cmd.
|
2018-05-22 02:58:21 -07:00 |
|
Jason Volk
|
0839d929c8
|
modules: Rename s_state to m_room.
|
2018-05-19 18:49:07 -07:00 |
|