Commit Graph

  • 13d21ca83c docker: Reduce extra_packages_devX to single build argument. Jason Volk 2023-04-06 21:48:02 -0700
  • 7501f983a6 Disable LTO for matrix.so due to issue w/ ld.gold for llvm-14. Jason Volk 2023-04-06 20:20:01 -0700
  • 193d87ef76 configure: Prevent unsupported march=native on clang-14 aarch64. Jason Volk 2023-04-05 22:44:39 -0700
  • 922db35dd5 configure: Fix emitting option for CET on aarch64. (gcc) Jason Volk 2023-04-05 21:01:08 -0700
  • 02dd645748 configure: Use $host_cpu rather than $target_cpu; cleanup quotings. Jason Volk 2023-04-05 20:55:40 -0700
  • a67227f28f docker/ubuntu: Append the config.log after a failed configure; quiet rocksdb untar. Jason Volk 2023-04-05 20:30:11 -0700
  • b21558fada modules/web_hook: Add run-deletion to control panel. Jason Volk 2023-04-05 20:23:29 -0700
  • 97692b7330 modules/web_hook: Aggregate job-queued updates until first progress; various. Jason Volk 2023-04-05 19:54:57 -0700
  • fc91ace4f2 modules/web_hook: Make dockerhub handler output conditional; mute for now. Jason Volk 2023-04-04 21:14:03 -0700
  • 219571e69c modules/web_hook: Add control panel on the status bar. Jason Volk 2023-04-04 15:33:35 -0700
  • d2c47b0d9e modules/web_hook: Add github request stack. Jason Volk 2023-04-04 15:25:29 -0700
  • 8cbeb98b59 modules/web_hook: Add github workflow handlers. Jason Volk 2023-04-01 11:23:01 -0700
  • 25ed05429b ircd::db: Inline domain::const_iterator seek(string_view). Jason Volk 2023-04-06 14:57:26 -0700
  • 4518cf104a modules/console: Fix db files cmd table header alignment (c807550ca7) Jason Volk 2023-04-05 19:30:47 -0700
  • c02b3d845f ircd::rest: Add web request interface which isn't orchestrally complicated. Jason Volk 2023-04-04 00:35:48 -0700
  • 32d4d44662 ircd::buffer: Add unique_buffer ctor for mutable to const move conversion. Jason Volk 2023-04-04 12:51:04 -0700
  • b260bd85a7 ircd::rfc3986::uri: Add path+query extractor convenience. Jason Volk 2023-04-04 00:31:14 -0700
  • d4d8063dee ircd::http: Allow empty header values. Jason Volk 2023-04-04 12:27:43 -0700
  • 7be2582714 ircd::util::bitset: Make set() invertible to false. Jason Volk 2023-04-03 10:51:21 -0700
  • 6264071248 ircd::simd: Remove unused attribute (clang) (38e77c64c6). Jason Volk 2023-04-03 10:49:53 -0700
  • 602833d0ef modules/web_hook: Add dependabot alert handler. Jason Volk 2023-04-01 12:22:53 -0700
  • 1b933f8b8f modules/web_hook: Abstract the push event id finder. Jason Volk 2023-04-01 11:22:22 -0700
  • 2db42a7e70 appveyor: Isolate appveyor to specific branch (disable appveyor). Jason Volk 2023-04-01 09:37:38 -0700
  • 7929733978 docker: Refactor into build matrix. [ci skip] 0.9.455 Jason Volk 2023-03-30 23:46:29 +0000
  • 1b67a12a5f configure: Refactor all --disable options to --enable w/ proper enablevar. Jason Volk 2023-03-29 12:19:17 -0700
  • 38c9a77a8f configure: Improve generic mode and machine tuning related options. Jason Volk 2023-03-28 21:03:28 -0700
  • 8f4fe45034 configure: Fix missing result message for enable every warning. Jason Volk 2023-03-28 21:02:50 -0700
  • c7a89fcd89 tools/m4: Add size check comparison macro. Jason Volk 2023-03-27 16:29:14 -0700
  • 5303e170d3 modules/console: Add remote arg, use params for join cmd. Jason Volk 2023-03-26 20:55:09 -0700
  • ffecc8bd22 ircd::info: Fix leaf for avx2/avx512f; additional tsc related. Jason Volk 2023-03-25 11:41:49 -0700
  • d4b3a0db66 ircd::b64: Optimize outer loop vectorized codegen. (clang/AVX512) Jason Volk 2023-03-26 14:16:38 -0700
  • 38e77c64c6 ircd::simd: Fix 'return type cannot be vectorized' inhibition (clang). Jason Volk 2023-03-26 14:15:31 -0700
  • b1c2576c20 ircd::util: Add sign cast convenience suite. Jason Volk 2023-03-25 18:36:32 -0700
  • ef930635de tools/boostrap: Add required mp11. (boost 1.82.0.beta1) Jason Volk 2023-03-24 20:59:28 -0700
  • 02c862e4bc ircd::db: Add define for versions w/ buggy MultiRead. Jason Volk 2023-03-24 19:13:50 -0700
  • 674b6489a4 configure: Suppress deprecated/uninitialized warnings in release mode. Jason Volk 2023-03-24 19:07:51 -0700
  • 999ef88b7f docker/ubuntu/22.04: Fetch RocksDB source as needed without persisting into image. Thanks to Giovanni Bottaro. Jason Volk 2023-03-24 17:43:44 -0700
  • 7046010ff9 docker/ubuntu/22.04: Delete unused librocksdb.a build artifact from base image. Thanks to Giovanni Bottaro. Jason Volk 2023-03-24 16:52:20 -0700
  • 92da7381ce docker/ubuntu/22.04: Use exact boost package names to prevent regex matching dev packages. Thanks to Giovanni Bottaro. Jason Volk 2023-03-24 15:35:41 -0700
  • 4ecf1ef037 Update README; link to wiki for docker grid. [ci skip] 0.9.439 Jason Volk 2023-03-23 23:35:08 -0700
  • 3ec562ce0b modules/console: Display m.* state in room overview cmd rather than m.room.* Jason Volk 2023-03-23 18:53:52 -0700
  • a8c16e0fd0 ircd::json: Fix mismatched serialized size propagating through value copy. Jason Volk 2023-03-23 18:26:16 -0700
  • 66629046e1 ircd:Ⓜ️:vm: Add reverse reflection of phase enum. Jason Volk 2023-03-23 01:12:38 -0700
  • 4339639732 modules/console: Add mass-query for room_id/alias argument to key get cmd. Jason Volk 2023-03-22 22:34:21 -0700
  • 95d5361c20 ircd:Ⓜ️:keys: Add query overload for supplied buffer; add conf item defaults. Jason Volk 2023-03-22 22:56:21 -0700
  • 95274dd0cd ircd::asio: Fix missing condition for newer boost systems w/o liburing. Jason Volk 2023-03-21 19:27:23 -0700
  • bffa445d37 ircd::server: Add bounds for wait all w/ conf items; promote warning; rename item. Jason Volk 2023-03-21 10:28:25 -0700
  • 1b8ad3e160 ircd::resource: Optimize response w/ iov for fused head and content. Jason Volk 2023-03-20 14:42:20 -0700
  • 04acaabf91 ircd::resource: Minor cleanup response overload stack for followability. Jason Volk 2023-03-20 14:21:24 -0700
  • 575211d37e ircd::net: Add close option to skip shutdown syscall prior to close. Jason Volk 2023-03-20 13:32:36 -0700
  • 6d73a65867 ircd::net: Add translate/reflect for disconnect type. Jason Volk 2023-03-20 13:30:43 -0700
  • b3832541ff ircd::net: Allow designated and implicit constructions for close_opts. Jason Volk 2023-03-20 13:28:16 -0700
  • 14f55f6110 ircd::ios: ABI simplify; fix double-indirection, AGU load, code size on context switch. Jason Volk 2023-03-20 10:12:29 -0700
  • 82482278fb construct: Handle SIGUSR2 to refresh slave. Jason Volk 2023-03-19 22:12:40 -0700
  • fc495f06ef ircd:Ⓜ️ Add slave refresh interface. Jason Volk 2023-03-19 22:12:19 -0700
  • 1973e2c086 construct: Fix the conf rehash interface for SIGUSR1. Jason Volk 2023-03-19 22:04:17 -0700
  • 63c70ecdfc construct: Support IORING_SETUP_SINGLE_ISSUER (Linux 6.0) Jason Volk 2023-03-19 20:02:17 -0700
  • 13f3d1ebc6 ircd::net: Add state for nodelay in socket w/ condition to elide; interface overloads. Jason Volk 2023-03-19 19:48:06 -0700
  • b07fa8c110 ircd::net: Add interface for native_non_blocking(); mitigate unconditional ioctl. Jason Volk 2023-03-19 18:34:43 -0700
  • 4d2478f814 ircd::net: Minor sock_opts interface ABI simplifications. Jason Volk 2023-03-19 18:01:57 -0700
  • f2626d39a7 ircd::net::acceptor: Eliminate getpeername(2) for address already returned on accept(2). Jason Volk 2023-03-19 14:12:00 -0700
  • c3c73fcbe7 ircd: Promote slave-mode to a non-maintenance mode allowing listeners. Jason Volk 2023-03-19 12:41:45 -0700
  • 19462b5fae ircd: Remove write_avoid mode replaced by maintenance mode. Jason Volk 2023-03-19 12:35:39 -0700
  • 96b1d68933 ircd::db: Add paranoid check conf suite; open stats confs; feature defines. Jason Volk 2023-03-19 11:40:24 -0700
  • c807550ca7 modules/console: Add column for checkpoint to db files cmd. Jason Volk 2023-03-18 20:43:19 -0700
  • 3709cda233 modules/console: Add argument to peer version cmd to filter by expression. Jason Volk 2023-03-18 16:34:43 -0700
  • eca02723b3 ircd::net: Consolidate SSL_pending related behind interface. Jason Volk 2023-03-18 13:49:37 -0700
  • ee31b5a59f ircd::net::listener: Support non-SSL listening sockets. Jason Volk 2023-03-18 11:34:45 -0700
  • 4e16f1849b ircd::net::socket: Support non-SSL sockets. Jason Volk 2023-03-18 11:20:57 -0700
  • 3fcfaddc3e ircd::net::acceptor: Move alpn/sni init config into method; minor reorg. Jason Volk 2023-03-18 11:10:34 -0700
  • abf1ed47c6 modules/console: Increase various output table column widths. Jason Volk 2023-03-18 11:52:19 -0700
  • cc36c17c03 ircd::db: Update for Cache interface refactor; reflections. (RocksDB 8.0) Jason Volk 2023-03-17 21:24:18 -0700
  • 1e4f44f41d ircd::db: Deprecate compressed block cache. (RocksDB 8.0) Jason Volk 2023-03-17 21:22:46 -0700
  • 5994475542 ircd::db: Update for required ConfigOptions. (RocksDB 8.0) Jason Volk 2023-03-17 21:16:54 -0700
  • eff25f45f1 modules/console: Show totals specific to args passed to db files cmd. Jason Volk 2023-03-17 15:24:52 -0700
  • c6ce4d3229 appveyor: Skip extra builds for tags; minor cleanup. 0.9.403 Jason Volk 2023-03-16 22:06:01 -0700
  • 76def3378f ircd:Ⓜ️:vm::fetch: Add stats items. Jason Volk 2023-03-16 21:24:40 -0700
  • 767f6cbae5 ircd:Ⓜ️:vm::fetch: Eliminate the remaining coarse sleep for prev fetch+eval. Jason Volk 2023-03-16 20:39:17 -0700
  • dcfae310ab ircd:Ⓜ️:vm::notify: Add promise/future based notify interface. Jason Volk 2023-03-16 19:31:56 -0700
  • 2331de3f3e ircd:Ⓜ️:vm::notify: Use ctx::future/promise rather than direct context notify. Jason Volk 2023-03-16 17:36:18 -0700
  • 0b6669ca20 ircd::util::unique_iterator: Add deref operator passthrus; minor reorg. Jason Volk 2023-03-16 17:23:28 -0700
  • 43838608fd ircd::fs::dev: Add stats gather struct w/ console cmd. Jason Volk 2023-03-16 11:44:42 -0700
  • f85781b65a ircd::fs::dev: Move dev::blk related into class nested. Jason Volk 2023-03-16 11:42:49 -0700
  • d01e937f3e modules/console: Add arg to check specific file in db check cmd. Jason Volk 2023-03-16 10:21:10 -0700
  • 9558637c20 modules/key/server: Selective key occlusion blacklisting w/ conf items. Jason Volk 2023-03-15 00:24:23 -0700
  • e3edcefe17 modules/client/register_available: Fix and remove stale dynamic module links. Jason Volk 2023-03-15 10:45:18 -0700
  • ac3b85114b ircd::net::dns::resolver: Add conf item to ease off ServFail retries. Jason Volk 2023-03-14 21:15:04 -0700
  • 684dd18497 ircd:Ⓜ️:event: Split signature generating overload w/ custom sk/pk. Jason Volk 2023-03-14 20:51:46 -0700
  • fb9b68b4e3 ircd:Ⓜ️:push: Reenable .m.rule.message default underride (with dont_notify e7089e8e7f). Jason Volk 2023-03-14 13:55:27 -0700
  • 00094e272f ircd:Ⓜ️:vm::inject: Add membership prior to auth_events generation. Jason Volk 2023-03-13 13:42:43 -0700
  • 98e366e012 ircd:Ⓜ️:room::auth: Perform relative check against state without the event included. Jason Volk 2023-03-13 12:50:16 -0700
  • b5932ba33c modules/console: Add fed auth space cmd to the 'proper toolset and diagnostic equipment' Jason Volk 2023-03-12 19:44:40 -0700
  • 70b49b96d2 Drop gcc-9; minimum required: gcc-10. Jason Volk 2023-03-12 13:28:02 -0700
  • ac8889b74c modules/client/sync: Fix crazyloading sync property ordering bugging riot. (regression 9836f65c05) Jason Volk 2023-03-12 12:45:31 -0700
  • e7089e8e7f ircd:Ⓜ️:push: Default to dont_notify for common underrides. Jason Volk 2023-03-11 17:28:13 -0800
  • 7e28a27549 modules/console: Refactor feds auth output into grid report; add type filter. Jason Volk 2023-03-11 15:22:05 -0800
  • fb9f2b0bcc modules/console: Add param to room auth and fed auth cmds to filter by type. Jason Volk 2023-03-11 14:45:04 -0800
  • 8ebd2089f2 ircd:Ⓜ️:media: Add optional file name to file room state. Jason Volk 2023-03-11 14:14:35 -0800
  • 96119166fa ircd::json::tuple: Modernize constant evaluation selection list constructions. Jason Volk 2023-03-10 11:20:59 -0800
  • 527af013f7 ircd::string_view: Modernize constant evaluation comparisons. Jason Volk 2023-03-10 10:55:44 -0800