meejah

Results 289 comments of meejah

The error is something like this (note that the password after the colon is now gone). This is if you passed in something like `DecodedURL.from_text(u"https://username:[email protected]")` ``` raise InvalidCodepoint('Codepoint {0} at...

Hmm.. What are the symptoms? These are v2 services, right? Do they use the `ADD_ONION` API, or via `torrc`/`SET_CONF`? (I have seen onions occasionally use connectivity .. but I'm not...

I guess another solution would be to just try to connect to the service periodically. Perhaps this can even happen from the same GlobalLeaks client? (*No* idea about the privacy...

The reason I suggest asking `#tor` and/or `#tor-dev` is because I've heard other reports about onion services (not using txtorcon) seeming to randomly lose connectivity "after a while". So, I...

p.s. to clarify: these are v2 services only, right? Or does GlobalLeaks use v3 now?

Hmm, I can't find the string `release-announce-test` in the source (.tar.gz) for 19.0.0 (nor in my Git repo). While I didn't necessarily intend for people to download and run the...

Recent Tor versions have `GETINFO config/defaults` (but, e.g. SOCKSPort isn't in there, but _does_ get a default value). Might be a special-case for SOCKSPort?

Okay, so the answer is: - yes, we can query _all_ the default values using `getinfo config/defaults` (but not individual ones) - anything that is a StringList (e.g. SOCKSPort) doesn't...