MichaIng
MichaIng
There are btw other issues that may occur due to too many or too fast repeating connections against to same host. When being behind Cloudflare DDoS protection there are a...
Same here. It's a Twitter internal DDoS protection or similar. Other hosts cause similar issues: #42 It is a natural issue when checking many links concurrently and/or shortly after another...
Ah that is true. I assumed to quickly since Twitter was one of the hosts that often show up alone in list of failed links, but with a different error...
Sad to hear. Nobody (okay I can only speak for myself) is expecting a tool to automatically handle all kind of website rate limitations, other anomalies etc. E.g. while it...
Found the same. I guess it is not the extended regex set that is supported, e.g. `(pattern1|pattern2)` does not work, and `?`/`+` meaning would then also not work. So like...
But these documented limits are for API requests only, aren't they? There are even different limits for REST API, GraphQL API, etc. Impossible that regular github.com requests are limited to...
_I edited code highlighting into the code blocks, before you wonder, I hope you don't mind 😉._ Could you explain what the issue was/is? Is `checkPassword` also called without passing...
Yet another alternative is to encrypt the passed password for comparison, if that is possible with a public key and the result is consistent? But I lack insights about which...
> It's impossible to use the available data to recreate the ciphertext stored in the DB (third example). Yes I though about this, thanks for clarifying. I'd also vote for...
Regarding https://github.com/nextcloud/server/pull/27929#issuecomment-879181361 @summersab you mean the CI drone check? Not sure either, it says the "master" and "stable21" integration tests were cancelled, while the "stable22" integration tests was done and...