x86pup

Results 146 comments of x86pup

I believe this is completed at this point. A better way to do it like mentioned above is still an option for the future, but currently the `conduwuit-example.toml` file has...

Bringing this back as I'd like to get our config options documented on the website through some form of config generation / schema (see above using `schemars`), but I do...

We now generate our example config through a build-time proc-macro, parsing the comments in `src/core/config/mod.rs`, and automatically writes to `conduwuit-example.toml`. Further technical details about how it works may be documented...

> No idea what the rewrite mentioned [here](https://gitlab.com/famedly/conduit/-/merge_requests/384) was about, As usual this never happened and I could not find any kind of progress anywhere, which was why I merged...

You are right it mostly appears to be just a bunch of config options. I can consider merging this into my fork, but I will only feel comfortable doing it...

Will merge https://gitlab.com/famedly/conduit/-/merge_requests/384 in with the warnings I want, and do a check on the code, but this issue will stay open with regards to what I said. Someone malicious...

About 65% done, https://github.com/girlbossceo/hardened_malloc-rs Definitely need to resolve https://github.com/girlbossceo/hardened_malloc-rs/issues/5 first though

This does technically work but not under Nix and has special build environment requirements. I don't really intend to resolve this any time soon.

Blocked until https://github.com/girlbossceo/conduwuit/issues/268 is resolved

Alternative database support, especially something like Redis/Dragonfly, isn't really in scope any time soon as we have heavily tuned/optimised RocksDB and are still finding optimisation/performance opportunities. We're also heavily refactoring...