construct
construct copied to clipboard
This is The Construct
Using clang 11.1.0 in ArchLinux. ``` export CC=clang export CXX=clang++ ./configure --prefix=$HOME/tmp/something --with-included-rocksdb make ``` And got the following error: ``` Making all in include/ircd make[1]: Entering directory '/home/recolic/tmp/construct/include/ircd' (CDPATH="${ZSH_VERSION+.}:"...
I'm building a docker image for construct. But I don't know where does construct store its data? The docker image should be stateless, so I need to create a volume...
I have not gone through any APIs yet, but I don't have time right now between work and school. There may be some client side APIs, since it was an...
When a request contains either the `X-Forwarded-For` or `Forwarded` headers and the originating host is trusted, the client IP should be derived from there instead. There needs to be a...
Hi: On Ubuntu 18.04 , configured with "./configure --with-included-rocksdb --with-included-boost --prefix=${HOME}/.local", libicu-dev version 60.2-3ubuntu3.1 I am getting the following error in "make" ``` In file included from /usr/include/unicode/utf.h:217:0, from /usr/include/unicode/utypes.h:44,...
As the title says. I'm willing to make a PR that adds CMake support, but don't want to spend the time if it'll be rejected.
Building and installing Construct introduces files below /usr/share/ircd which on Debian-based systems clash with files in package `hybrid-dev`. Other files clash as well, avoidable like this: ```make STEM = construct...
Seems to link just fine with mozjs-78 currently in Debian testing/unstable, but requires patching configure.ac to do so. Please support newer SpiderMonkey than -68, either explicitly or by allowing to...
`db compact events` generate a lot of `.log` files, comparable in size of the database itself. Also possibly leave around unused sst files. Restarting The Construct cleans up all the...