| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Status code can't be less than 200 and greater than or equal 300 at the same
time. Using || instead of && marks all uploads that do not have 2xx status code
as "failed".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #631
|
|
|
|
| |
Fixes #630
|
|
|
|
| |
Co-authored-by: srgcdev <srg.dev@posteo.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
| |
|
|
|
|
|
|
| |
Instances of `RegexError` are just asserted as `assert_not_reached` as
they cannot really fail except for allocation failure if the given regex
is valid.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #562
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #128
|
| |
|
|
|
|
| |
OMEMO version, fixes #514
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #490
|
| |
|
| |
|