Jason Volk
|
8d634fb901
|
ircd:Ⓜ️:dbs: Rename write_opts to opts and split into header.
|
2023-02-10 23:15:47 -08:00 |
|
Jason Volk
|
0fdeda3743
|
ircd:Ⓜ️:room: Add consolidated room::purge interface w/ options.
|
2023-02-10 12:27:52 -08:00 |
|
Jason Volk
|
1910d8e85e
|
ircd:Ⓜ️:event: Add interface to purge event; consolidate; cleanup.
|
2023-02-09 20:24:36 -08:00 |
|
Jason Volk
|
aa8ce19c7c
|
ircd: Internalize various loghead utils; remove legacy ostream operators.
|
2023-02-09 11:41:11 -08:00 |
|
Jason Volk
|
34061a7600
|
modules/console: Add immutable memtable property queries to db info cmd.
|
2023-02-07 20:04:26 -08:00 |
|
Jason Volk
|
8bdb266149
|
modules/console: Allow normal head resolve on manual evals.
(possible regression 1a7447837 )
|
2023-02-04 13:20:44 -08:00 |
|
Jason Volk
|
16c6f41756
|
modules/console: Avoid flushing output while iterating volatile lists.
|
2023-02-02 18:51:03 -08:00 |
|
Jason Volk
|
3c3fb030bc
|
modules/console: Add room msghtml cmd.
|
2023-01-28 19:46:43 -08:00 |
|
Jason Volk
|
6f002f0b21
|
modules/console: Add rep prefix cmd.
|
2023-01-27 11:18:37 -08:00 |
|
Jason Volk
|
baef0e3bc7
|
ircd:Ⓜ️:trace: Add interface for the trace.
|
2022-09-28 15:05:43 -07:00 |
|
Jason Volk
|
5f758aaa3b
|
ircd:Ⓜ️:events::annotates: Interface to scan the key of the m.annotation rel_type.
|
2022-09-28 09:55:51 -07:00 |
|
Jason Volk
|
e2d70f249f
|
ircd:Ⓜ️:events::relates: Interface to scan the rel_type of the M_RELATES ref type.
|
2022-09-28 09:54:10 -07:00 |
|
Jason Volk
|
cf8e4092c9
|
ircd:Ⓜ️:user::rooms: Simplify interface w/ util::closure_bool.
|
2022-08-19 20:57:35 -07:00 |
|
Jason Volk
|
9abc78a121
|
modules/console: Merge room messages/text cmds w/ mediated format.
|
2022-08-19 20:57:35 -07:00 |
|
Jason Volk
|
e2017efcce
|
ircd:Ⓜ️:event::refs: Add reverse iteration; inline interface.
|
2022-08-17 18:15:30 -07:00 |
|
Jason Volk
|
4c938e6658
|
modules/console: Fix regression 31dad11e16 log levels sampled after first flush.
modules/console: Fix incorrect log level enum order.
|
2022-08-17 13:05:39 -07:00 |
|
Jason Volk
|
f06be9ac8e
|
modules/console: Add room text cmd.
|
2022-08-17 13:05:39 -07:00 |
|
Jason Volk
|
727749e9de
|
ircd:Ⓜ️:room: Add interface to room messages.
|
2022-08-17 13:05:39 -07:00 |
|
Jason Volk
|
fedf1e976a
|
ircd:Ⓜ️:relates: Add interface around the rel_type for the relation ref type.
|
2022-08-16 13:43:00 -07:00 |
|
Jason Volk
|
479d22466e
|
ircd:Ⓜ️:vm: Add starting timestamp to eval state w/ specific event eval timestamp.
modules/console: Add eval timestamps to output of vm cmd table.
|
2022-08-10 18:20:52 -07:00 |
|
Jason Volk
|
94d9444988
|
ircd:Ⓜ️ Add granular options for pretty_msgline().
|
2022-08-10 18:20:52 -07:00 |
|
Jason Volk
|
0e7c12958a
|
modules/console: Use room::type iteration basis for room messages cmd.
|
2022-08-10 18:20:52 -07:00 |
|
Jason Volk
|
e45dc31797
|
ircd:Ⓜ️:vm::eval: Use closure_bool for_each(); reduce direct instance_list iteration.
|
2022-08-05 17:57:19 -07:00 |
|
Jason Volk
|
651c5ea140
|
modules/console: Add event relates cmd for rel_type listing.
|
2022-08-05 15:07:33 -07:00 |
|
Jason Volk
|
8839f6d273
|
modules/console: Add gpt tldr cmd diagnostic.
|
2022-08-02 20:49:34 -07:00 |
|
Jason Volk
|
c33ddd278a
|
ircd:Ⓜ️ Use proper character overload for optimal tokens().
|
2022-08-02 13:18:58 -07:00 |
|
Jason Volk
|
b1818c8cbb
|
modules/console: Match expression for peer and peer count cmds.
|
2022-07-24 13:00:03 -07:00 |
|
Jason Volk
|
ba67c583a2
|
modules/console: Allow event_id argument to fetch content for text to label cmd.
|
2022-07-21 18:28:57 -07:00 |
|
Jason Volk
|
a3a64ace6a
|
modules/console: Fix formatting of TTL in peer table.
|
2022-07-20 20:05:31 -07:00 |
|
Jason Volk
|
563d732028
|
modules/console: Improve db bytes cmd output.
|
2022-07-20 09:56:22 -07:00 |
|
Jason Volk
|
6548fa9c1e
|
modules/console: Swap param order in db txns cmd.
|
2022-07-20 09:56:22 -07:00 |
|
Jason Volk
|
378b9b3acf
|
ircd::resource: Replace resources map with instance_map.
|
2022-07-18 16:58:02 -07:00 |
|
Jason Volk
|
dc5dc6626b
|
modules/console: Reduce some string literals to character constants.
|
2022-07-13 22:48:14 -07:00 |
|
Jason Volk
|
9788ce9863
|
ircd:Ⓜ️:acquire: Add accumulators for acquires and fetches.
|
2022-07-08 23:24:06 -07:00 |
|
Jason Volk
|
f9f5d75ccd
|
modules/console: Improve fetch cmd output fmt.
|
2022-07-08 23:24:06 -07:00 |
|
Jason Volk
|
4fcd808849
|
modules/console: Add heading to room acquire table.
|
2022-07-08 23:24:06 -07:00 |
|
Jason Volk
|
94a6cd0d90
|
ircd::db: Simplify options wrappings; eliminate bitflags.
|
2022-07-02 12:42:09 -07:00 |
|
Jason Volk
|
091a6fed60
|
modules/console: Update gpt cmd suite.
|
2022-07-01 20:17:56 -07:00 |
|
Jason Volk
|
29b0523dfc
|
ircd::ios: Consolidate notification interface for now; add atexit related.
|
2022-06-29 18:20:46 -07:00 |
|
Jason Volk
|
5a4a395fc2
|
Add noexcept to various lambdas (gcc-11).
|
2022-06-29 14:42:42 -07:00 |
|
Jason Volk
|
899b2bbef5
|
Fix range loop construction related (gcc-11).
|
2022-06-29 13:26:01 -07:00 |
|
Jason Volk
|
61d558fc9d
|
ircd: Define all IRCD_USE_ as integers for constexprs.
|
2022-06-23 09:36:44 -07:00 |
|
Jason Volk
|
99f1740289
|
Fixes for gcc (gnu++20) (gcc-12).
|
2022-06-20 18:24:55 -07:00 |
|
Jason Volk
|
9ffbd8be37
|
ircd:Ⓜ️:fed: Implement request-side for knock suite.
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
da022616d9
|
ircd:Ⓜ️:fed: Implement request-side for MSC3030 w/ console cmd.
matrix-org/matrix-spec-proposals#3030
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
3807a4d832
|
ircd:Ⓜ️:fed: Add hierarchy request w/ console cmd.
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
b815ac8bec
|
ircd::fs: Eliminate user-defined ctors on various opts for designated inits.
|
2022-06-19 20:27:13 -07:00 |
|
Jason Volk
|
24fcc7b4bc
|
modules/console: Lower trivial thread-locals.
|
2022-06-19 20:14:22 -07:00 |
|
Jason Volk
|
07cc3a8f04
|
modules/console: Avoid reference to pointer of possibly internalized symbol.
|
2022-06-17 21:11:54 -07:00 |
|
Jason Volk
|
3d672ab9bc
|
Rename common instance variables of window_buffer for clarity.
|
2022-06-17 21:11:53 -07:00 |
|