0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00
Commit graph

11298 commits

Author SHA1 Message Date
Jason Volk 875c0bce05 ircd::json: Add assertion for stack unwind. 2019-12-04 16:04:52 -08:00
Jason Volk bc5160307f ircd::net::dns::resolver: Disable interruption during tag handling; tag sending. 2019-12-04 10:05:15 -08:00
Jason Volk 6a6f31315b modules/m_vm_fetch: Fix field name. 2019-12-03 20:32:00 -08:00
Jason Volk 03e6a8a867 modules/m_vm_fetch: Fix missing param in debuglog msg. 2019-12-03 20:24:11 -08:00
Jason Volk eb823847de Tweak README. [ci skip] 2019-12-03 20:10:02 -08:00
Jason Volk cff6a3b5d2 ircd::log: Init with DERROR/DWARNING levels off for console in release-mode compilations. 2019-12-03 16:45:59 -08:00
Jason Volk 6b69e240d8 modules/console: Toggle DWARNING/DERROR to match DEBUG in release-mode compilations. 2019-12-03 16:42:14 -08:00
Jason Volk 6acc0ba4cb modules/console: Allow toggle of ircd::debug in any compilation. 2019-12-03 16:34:07 -08:00
Jason Volk fb0973eaae ircd:Ⓜ️:init::backfill: Optimize gossip with single trans/interaction to remote. 2019-12-03 16:29:51 -08:00
Jason Volk 1f3276505b ircd:Ⓜ️:init::backfill: Initial gossip protocol (for forward extremities). 2019-12-03 15:22:52 -08:00
Jason Volk c04d940e98 ircd:Ⓜ️:init::backfill: Minor branch reflow in the handler closure. 2019-12-03 13:51:59 -08:00
Jason Volk df79d61395 ircd::util: Elide std::function overhead for util::unwind suite. 2019-12-03 13:39:49 -08:00
Jason Volk 21ad249f74 ircd:Ⓜ️:event::fetch: Move default opts ctor out of line. 2019-12-03 12:09:25 -08:00
Jason Volk a8c6d63b37 modules/client/sync/rooms/state: Add conf item for lazyload; adjust related. 2019-12-03 11:50:16 -08:00
Jason Volk 745172de1f modules/client/versions: Add a static string listing; add more versions. 2019-12-03 11:39:31 -08:00
Jason Volk 1a22309919 ircd::resource: Add doxygen brief for suite; also note abstraction leak. 2019-12-02 17:50:11 -08:00
Jason Volk 09e315a8f0 ircd::json::stack: Maintain enough space for JSON to close on all stack unwinds. 2019-12-01 21:37:54 -08:00
Jason Volk 66934f317a ircd::json::stack: Track and assert the running recursion level. 2019-12-01 21:37:22 -08:00
Jason Volk 2aaef63e04 ircd::json::stack: Fix missing move members. 2019-12-01 21:22:58 -08:00
Jason Volk 6dab2b56e1 configure: Make -Wsuggest warnings in debug builds only. 2019-12-01 15:56:09 -08:00
Jason Volk f0bbac466b configure: Disable endbr instruction generation for now; needs conditional. 2019-12-01 15:56:09 -08:00
Jason Volk eb70e85bc3 tools: Add cxx version detection m4 macro. 2019-12-01 14:10:03 -08:00
Jason Volk e938f56050 configure: Move some macros to a ratbox m4 suite; minor cleanup. 2019-12-01 14:10:03 -08:00
Jason Volk a2f26f39d1 tools: Add m4 macros for testing compiler flags. 2019-12-01 14:10:03 -08:00
Jason Volk 634599287b configure: Tweak/reorg optimization unconditional flags. 2019-11-30 18:55:24 -08:00
Jason Volk f8090b9ae5 configure: Remove experimental asynchronous non-call-exceptions at project scope. 2019-11-30 18:54:13 -08:00
Jason Volk c4cadd3642 ircd::server: Relax assertion. 2019-11-30 14:29:01 -08:00
Jason Volk 41545edef2 ircd::server: Use pessimistic buffer minimum condition to fail faster. 2019-11-30 14:20:05 -08:00
Jason Volk 33a2d3ff6d construct: Default to -matrix switch enabled. 2019-11-30 13:46:35 -08:00
Jason Volk 4ca71e21cc modules/console: Increase db cache table hits columns width. 2019-11-30 10:52:51 -08:00
Jason Volk 23c93e9426 client: Fix defaulting to empty closure. 2019-11-30 10:48:31 -08:00
Jason Volk abf0ff294b client: Case and fixes for non-http (file://) to io.request. 2019-11-30 10:48:31 -08:00
Jason Volk 529bef7321 client: Fix missing menu controller. 2019-11-30 10:48:31 -08:00
Jason Volk bd6860743c ircd::uleb128: Add #ifdefs for intrinsics. 2019-11-30 10:47:20 -08:00
Jason Volk 6d380dcb6c ircd::uleb128: Ensure ceiling for result at the type length. 2019-11-30 10:47:20 -08:00
Jason Volk 538c3530f3 ircd::leb128: Add optimized template specializations for 8 and 16 byte words. 2019-11-30 10:47:20 -08:00
Jason Volk 62f2f5ea8d ircd: Implement unsigned LEB128. 2019-11-30 10:47:20 -08:00
Jason Volk ac9b834eca ircd: Minor format fix. 2019-11-30 10:47:20 -08:00
Jason Volk 83bdee822a ircd::spirit: Add template with exception translation wrapping qi::parse(). 2019-11-30 10:47:20 -08:00
Jason Volk 5909f9ab64 construct: Add program option to enable matrix application. 2019-10-14 10:28:33 -07:00
Jason Volk c8d1fa5170 include/ircd/Makefile: Use expression for gch removal. 2019-10-14 10:27:19 -07:00
Jason Volk 4ef66a6c9a configure: Remove errant section-anchors options. 2019-10-12 13:16:24 -07:00
Jason Volk 93887a65e7 Update README. [ci skip] 2019-10-11 21:25:27 -07:00
Jason Volk b415ec3125 ircd::ctx: Remove branch never taken. 2019-10-10 19:57:46 -07:00
Jason Volk d44da6c8fd ircd::ctx: Add inline redefinition of coroutine_context::jump(). 2019-10-10 19:34:01 -07:00
Jason Volk 7afb295c09 ircd::ctx: Partial inline continuation. 2019-10-10 19:33:49 -07:00
Jason Volk 9bb4936625 modules/client: Minor upgrades to std::clamp/std::minmax templates. 2019-10-10 13:35:02 -07:00
Jason Volk ec6c3bbc0f ircd::db: Improve fd limit range in db opts. 2019-10-10 13:24:18 -07:00
Jason Volk 5c2ce1f20c modules/console: Add for clarity. 2019-10-10 13:08:25 -07:00
Jason Volk 935f54b604 ircd::fs: Branches almost always taken. 2019-10-10 01:32:42 -07:00