0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

Commit graph

  • 23e4df7a9d configure: Use upper-cased default branding pronoun. Jason Volk 2022-08-20 10:15:49 -0700
  • 1dd22c8e05 ircd::gpt::task: Count tokens at start rather than input vector size. Jason Volk 2022-08-19 20:13:51 -0700
  • 53d213f956 modules/client/sync: Enable polylog prefetch w/ conf item; add user::rooms prefetch. Jason Volk 2022-08-19 16:55:06 -0700
  • e556fe248b modules/client/sync/rooms: Minor cleanup polylog inner loop closure. Jason Volk 2022-08-19 16:54:28 -0700
  • cf8e4092c9 ircd:Ⓜ️:user::rooms: Simplify interface w/ util::closure_bool. Jason Volk 2022-08-19 16:28:02 -0700
  • 04559a28f6 ircd:Ⓜ️:user::rooms: Add prefetch loop. Jason Volk 2022-08-19 16:17:48 -0700
  • df6d463623 ircd:Ⓜ️ Add membership prefetch suite. Jason Volk 2022-08-19 16:06:21 -0700
  • 9abc78a121 modules/console: Merge room messages/text cmds w/ mediated format. Jason Volk 2022-08-19 12:50:16 -0700
  • 7a90776056 ircd:Ⓜ️ Additional pretty_msgline() opts for time ago / body delim. Jason Volk 2022-08-19 11:13:57 -0700
  • f931912f3e ircd:Ⓜ️:event::fetch: Improve codegen w/ dtor linkage. Jason Volk 2022-08-18 15:01:38 -0700
  • 5eebfbbb90 modules/client/rooms/relations: Respond with newest relations first. (fixes #170) Jason Volk 2022-08-17 16:16:09 -0700
  • c010920f7c ircd:Ⓜ️:relates: Add reverse iteration; consolidate abi, inline interface. Jason Volk 2022-08-17 16:11:01 -0700
  • e2017efcce ircd:Ⓜ️:event::refs: Add reverse iteration; inline interface. Jason Volk 2022-08-17 15:54:32 -0700
  • 16e6707c3e ircd:Ⓜ️:keys: Add key_id to debug log for single fetch path. Jason Volk 2022-08-17 17:07:27 -0700
  • 8b07815357 modules/client/rooms/relations: Use m::relates interface w/ sender checking; cleanup. Jason Volk 2022-08-17 15:32:49 -0700
  • 4c938e6658 modules/console: Fix regression 31dad11e16 log levels sampled after first flush. Jason Volk 2022-08-17 11:59:20 -0700
  • 13cd2656c9 ircd:Ⓜ️:fed::well_known: Use proper http::category; minor split/reorg. Jason Volk 2022-08-17 11:27:07 -0700
  • 84fcffe331 modules/m_command: Add command to summarize message text of replied event. Jason Volk 2022-08-16 15:30:49 -0700
  • f06be9ac8e modules/console: Add room text cmd. Jason Volk 2022-08-15 17:24:25 -0700
  • 727749e9de ircd:Ⓜ️:room: Add interface to room messages. Jason Volk 2022-08-13 20:06:18 -0700
  • 2bf10c1234 ircd:Ⓜ️:relates: Add sender checking; move option bits to class member. Jason Volk 2022-08-16 19:49:16 -0700
  • 47c6ae1c31 ircd:Ⓜ️ Add parallel binary operated comparison suite to query interface. Jason Volk 2022-08-16 19:48:17 -0700
  • 6885bafc49 ircd:Ⓜ️ Add parallel get() suite to interface. Jason Volk 2022-08-16 19:47:24 -0700
  • 47ce9ff839 ircd::db::column: Add parallel fetch closure for zero-copy closure. Jason Volk 2022-08-16 19:39:55 -0700
  • a8f942d3ee modules/m_command: Fix command and reply detection w/ proper room::message. Jason Volk 2022-08-16 15:05:20 -0700
  • d1a8724296 ircd: Use fmt flags to ago(); add flag for blank postfix label. Jason Volk 2022-08-16 13:17:55 -0700
  • a8b5912e98 ircd:Ⓜ️:room::type: Add directional iteration deduced by range. Jason Volk 2022-08-15 17:19:48 -0700
  • 206afc25b0 ircd:Ⓜ️:room::message: Add interface for edit contents. Jason Volk 2022-08-13 20:05:50 -0700
  • fedf1e976a ircd:Ⓜ️:relates: Add interface around the rel_type for the relation ref type. Jason Volk 2022-08-13 16:45:43 -0700
  • 31c1e834bd ircd::net::dns::resolver: Question must match or this is the mist of a packet spray. Jason Volk 2022-08-14 18:55:42 -0700
  • 7469c09130 modules/m_room_message: Stub media-specific effects hook. Jason Volk 2022-08-14 17:29:23 -0700
  • b0b0f063a7 configure: Enable -C to install if supported (fix typo). Jason Volk 2022-08-14 17:25:39 -0700
  • d743925776 ircd:Ⓜ️:room::message: Fix incorrect reply fallback parse. Jason Volk 2022-08-13 18:49:37 -0700
  • 8461fbcbd5 ircd:Ⓜ️:room::message: Add url to tuple; minor reorg. Jason Volk 2022-08-13 12:08:57 -0700
  • 183e18dde5 modules/m_room_message: Use room::message tuple; rename info hook. Jason Volk 2022-08-12 17:53:18 -0700
  • 387b60cb15 ircd::net::dns::cache: Increase the default nxdomain ttl. Jason Volk 2022-08-12 16:22:41 -0700
  • f91863716a ircd::net::dns: Promote send/recv debuglog msgs to release mode. Jason Volk 2022-08-12 15:53:21 -0700
  • 5ce08521d5 ircd::net::dns: Perturb the minimum TTL to avoid groupings on expiration. Jason Volk 2022-08-11 21:38:36 -0700
  • 26d34224b6 docker/ubuntu: Add libatomic1 to package list. Jason Volk 2022-08-11 17:00:01 -0700
  • ed50a9f360 ircd:Ⓜ️:media: Optimize file room writes w/ journal bypass. Jason Volk 2022-08-10 12:44:56 -0700
  • 9f72d7e037 docker/ubuntu: Reorg tree; optimize images. 0.7.747 Jason Volk 2022-08-08 18:31:47 -0700
  • 3c59438fae docker/alpine: Use build args for urls/versions. Jason Volk 2022-08-08 10:42:37 -0700
  • e7f3bdafa6 configure: Add check for install -C support. Jason Volk 2022-08-11 13:26:28 -0700
  • d15e95b2ac ircd:Ⓜ️:media: Fix conf items outside of ircd.m. namespace. Jason Volk 2022-08-10 12:42:28 -0700
  • 479d22466e ircd:Ⓜ️:vm: Add starting timestamp to eval state w/ specific event eval timestamp. Jason Volk 2022-08-10 11:12:48 -0700
  • 94d9444988 ircd:Ⓜ️ Add granular options for pretty_msgline(). Jason Volk 2022-08-09 19:18:57 -0700
  • f6b17e5fed ircd:Ⓜ️ Move pretty.h out of event/ dir. Jason Volk 2022-08-09 18:28:29 -0700
  • f9dffbfcbc ircd::resource::method: Fix condition wait without context. Jason Volk 2022-08-09 17:24:45 -0700
  • 10554d51b5 ircd:Ⓜ️ Use room::message for proper body in pretty_msgline(). Jason Volk 2022-08-09 17:15:49 -0700
  • 0e7c12958a modules/console: Use room::type iteration basis for room messages cmd. Jason Volk 2022-08-09 16:51:05 -0700
  • 1c2105425c ircd:Ⓜ️:fed::well_known: Fix result check throwing without fallback defaulting. Jason Volk 2022-08-09 13:14:24 -0700
  • 06b70cc274 ircd:Ⓜ️:vm: Fix require_content=false behavior as described by option's doc. Jason Volk 2022-08-09 12:05:42 -0700
  • 4a254dd3ac ircd:Ⓜ️ Split vm.conforms hook handles into unit. Jason Volk 2022-08-09 12:04:29 -0700
  • ed5dfd0031 ircd:Ⓜ️:fetch: Split fetch_check related into unit. Jason Volk 2022-08-09 11:47:59 -0700
  • c32928981b ircd:Ⓜ️:dbs::init: Split unit; preliminary schema update vector; ctor exceptions. Jason Volk 2022-08-06 00:55:55 -0700
  • 49615517cc ircd:Ⓜ️:room::content: Move prefetch buffer to class member. Jason Volk 2022-08-05 18:38:32 -0700
  • e45dc31797 ircd:Ⓜ️:vm::eval: Use closure_bool for_each(); reduce direct instance_list iteration. Jason Volk 2022-08-05 14:18:12 -0700
  • 2dc58b55d5 construct: Add conf item for output buffer size. Jason Volk 2022-08-05 13:30:16 -0700
  • 651c5ea140 modules/console: Add event relates cmd for rel_type listing. Jason Volk 2022-08-04 18:59:53 -0700
  • 14eb419045 ircd:Ⓜ️ Add m.in_reply_to to m::relates tuple and reuse in m::room::message. Jason Volk 2022-08-04 18:25:49 -0700
  • b75f0ea1ef ircd:Ⓜ️ Move multi-key fetch from vm:: to keys::; minor reorg. Jason Volk 2022-08-03 20:15:52 -0700
  • 8839f6d273 modules/console: Add gpt tldr cmd diagnostic. Jason Volk 2022-08-02 16:31:06 -0700
  • 71f0d15910 ircd:Ⓜ️:dbs: Deduplicate m.in_reply_to extraction w/ a4ec2dd8ab. Jason Volk 2022-08-02 16:01:20 -0700
  • 35199dffb3 ircd:Ⓜ️:room::message: Add interface to extract rich reply fallbacks. Jason Volk 2022-08-02 15:59:23 -0700
  • 504e0a1883 ircd:Ⓜ️:room::message: Name m.relates_to in the tuple. Jason Volk 2022-08-02 15:56:04 -0700
  • d978a02b91 ircd::rfc3986: Fix errant signed integer check w/ qi::int_parser. Jason Volk 2022-08-02 12:19:05 -0700
  • cd4b1714d9 ircd::rfc3986: Fix grammar throwing out of url::decode_unsafe(). Jason Volk 2022-08-02 11:58:05 -0700
  • c33ddd278a ircd:Ⓜ️ Use proper character overload for optimal tokens(). Jason Volk 2022-08-01 20:26:11 -0700
  • c2d5b8081d configure: Use install -C so make install doesn't hose every file for single change. Jason Volk 2022-07-31 20:14:12 -0700
  • 9407e2c654 share: Remove redundant package target name in install path. Jason Volk 2022-07-31 20:13:48 -0700
  • 5039b2df9c modules/m_command: Support typing notifications while command is processing. Jason Volk 2022-07-31 17:03:45 -0700
  • 6dd7ed4730 modules/m_command: Support command input w/ reply-to argument context. Jason Volk 2022-07-31 05:01:25 -0700
  • 3064b349dc modules/client/sync/rooms/timeline: Fix redundant private echo of public command. Jason Volk 2022-07-31 04:59:44 -0700
  • 1f947f982c ircd::gpt: Cache pipe::code instance in shared_ptr for task reuse. Jason Volk 2022-07-31 02:46:05 -0700
  • 9f79bb54b8 ircd:Ⓜ️:fetch: Stub branch to make use of redacted_by. Jason Volk 2022-07-30 23:28:19 -0700
  • 0ba3c5629f ircd:Ⓜ️:room::events::missing: Dedup inner loop; optimize w/ parallel query. Jason Volk 2022-07-30 20:34:01 -0700
  • 33094ece07 ircd::gpt: Fix doc comment on count vs. tokens. [ci skip] Jason Volk 2022-07-30 19:25:32 -0700
  • a3eeb1aa9c
    README: Remove extra. [ci skip] Jason Volk 2022-07-30 02:12:20 -0700
  • 03262e09a9 ircd:Ⓜ️:dbs: Add conf items for less aggressive compact trig on large columns. Jason Volk 2022-07-29 20:34:44 -0700
  • c76aec69a9 ircd:Ⓜ️:dbs: Upgrade descriptors to designated initializers. Jason Volk 2022-07-29 20:10:01 -0700
  • e38825030f ircd::db: Add descriptor field for level0 compaction trigger. Jason Volk 2022-07-29 18:55:22 -0700
  • 3139050e45 Docker: Enable buildkit; postfix tags with target. [ci skip] Jason Volk 2022-07-29 17:47:20 -0700
  • a2197e87df ircd:Ⓜ️:resource: Unstable is also a version (undocumented). Jason Volk 2022-07-29 17:35:58 -0700
  • b2682d4e63 docker: Deduplicate Alpine -built into argumented stages. [ci skip] Jason Volk 2022-07-26 18:52:16 -0700
  • 26810294e1 README: Add project description subtitle. [ci skip] Jason Volk 2022-07-27 13:43:34 -0700
  • 3b967b6746 ircd::mods: Add conf item for static dtor check; remove redundant debuglog. Jason Volk 2022-07-27 17:06:02 -0700
  • 69dcd7acd9 ircd::mods: Eliminate RTLD_DEEPBIND by linking modules -Bsymbolic. Jason Volk 2022-07-27 15:43:22 -0700
  • de60a632fb construct: Add conf items to supplement cmd positional arguments. Jason Volk 2022-07-27 16:03:58 -0700
  • 2aa0986fb1 ircd::mods: Skip unload for instances w/ null headers or unconstructed. Jason Volk 2022-07-27 15:37:57 -0700
  • 5506335502 ircd::mods: Fix reference to temporary (GCC). Jason Volk 2022-07-27 15:10:38 -0700
  • 05a776dd51 configure: Output target codegen feature table. Jason Volk 2022-07-27 12:40:22 -0700
  • c002e03242 configure: Add PROFILE_USE conditional and subst. Jason Volk 2022-07-27 11:28:14 -0700
  • 1a386fd06f configure: Promote diagnostic for returning temps to -Werror. Jason Volk 2022-07-27 10:52:56 -0700
  • f9a845f179 configure: Specific macro for warning checks; skip checks on disable. Jason Volk 2022-07-27 10:47:24 -0700
  • 9f22edf3a4 ircd::mods: Add conf item to bypass mapi check on load. Jason Volk 2022-07-26 20:09:03 -0700
  • 60c00dba29 configure: Check for unversioned llvm-profdata. (alpine) Jason Volk 2022-07-26 18:36:25 -0700
  • a945137eff ircd::log: Cold section log::critical constructions. Jason Volk 2022-07-26 15:45:03 -0700
  • 43360d1838 README: Add more dockers and badges. Jason Volk 2022-07-25 18:23:00 -0700
  • 5bafcce20a modules/web_hook: Improve alt-text for dockerhub shots. Jason Volk 2022-07-25 17:09:09 -0700
  • 561a956b2c docker: Alpine-3.16 deck. Jason Volk 2022-07-25 13:15:36 -0700