3nprob

Results 66 issues of 3nprob

### Your use case #### What would you like to do? Introduce non-technical Mac users to Matrix #### Why would you like to do it? The only way to communicate...

T-Enhancement

``` [2022-06-17T04:55:18Z DEBUG cargo_deb] stripping /home/user/helloworld/target/x86_64-unknown-linux-gnu/release/libfoo.so with strip info: Stripped '/home/user/helloworld/target/x86_64-unknown-linux-gnu/release/libfoo.so' info: /home/user/helloworld/target/x86_64-unknown-linux-gnu/release/libfoo.so -> usr/lib/libfoo.so (7MB) info: - -> usr/share/doc/helloworld/copyright (246B) ``` This makes the library end up in `usr/lib/libfoo.so`,...

version: 1.2, built from source environment: docker container (based on docker/Dockerfile but entrypoint `/usr/bin/odyssey $CONF_PATH`) os: debian bullseye config: ``` storage "postgres_server" { type "remote" host "localhost" port 5432 }...

This depends on https://github.com/matrix-org/node-irc/pull/82 (hence WIP). Allows connecting to IRC via SOCKS proxy. Combining this with #1463 , we can now connect to Libera over Tor :]

This enables CertFP authentication for both users and bots. #1062 reuses the same certificate across all users. In order to make the isolation here clear, bot certificates are read from...

I may be missing some context on why it was decided to use an RSA private key for symmetrically encrypting a database field. While it's perfectly secure, it has drawbacks...

Addresses #1095

Since this is used during build time, it should be a build-arg rather than a runtime variable.

Cypht looks really awesome, thank you so much for making and sharing this! This adds the missing fields for Redis config.

I am using guzuta as part of building arch packages with [this script and repos](https://github.com/dreemurrs-embedded/Pine64-Arch/blob/master/build.sh). Build host Manjaro ARM (aarch64), freshly installed. chroots are prepared: ``` $ tree -L 2...