x86pup

Results 146 comments of x86pup

Is this still an issue? I merged a PR that changed the federation version endpoint software name to `Conduwuit`.

> Do you get the behavior you want when you disable retry over TCP? Not really because it's expected for us to support TCP fallback. My crate has retry over...

> it seems like this should really say `if e.is_no_connections() || (opts.try_tcp_on_error && e.is_io())` I don't know all the cases where it makes sense to retry TCP on error except...

> I'm thinking it could be used for fingerprinting. Vanadium already sticks out heavily with things like enabling/disabling various feature flags that other common browsers don't modify, WebRTC private-by-default, and...

I'm happy to accept a PR for LDAP support since it isn't really something we're going to prioritise on our end so a community contribution is expected for this similar...

Sounds simple enough, should be good to implement then. Also, I don't think conduwuit will be deleting username:password authentication any time soon even if it is supposed to be "deprecated"...

Extremely unlikely we will implement it any time soon, but it is a desire for situations like this yes. Marking it as no priority.

I just want to make it clear and state for the record, especially for people who request room V1/V2 support, these are **highly insecure** and **vulnerable** room versions. They are...

Hi! I did try to do a lot of research on what I should pick but I was having trouble finding a consistent answer on what most Raspberry Pi's supported....

It's primarily for optimisation. conduwuit uses RocksDB, which is C, so having highly optimised bytecode makes a significant difference. We also use musl, which is slow, so any forms of...