Matthew Esposito
|
9aea9c90a2
|
fix: reduce to minimum patch, fix clippy
|
2024-10-31 16:09:35 -04:00 |
|
Matthew Esposito
|
efdf1848ac
|
fix: emergency patch for 403
|
2024-10-31 16:06:29 -04:00 |
|
Matthew Esposito
|
e6273e2ed5
|
fix(client): catch json suspended user error (#262)
* fix(client): catch json suspended user error
|
2024-09-24 23:13:36 -04:00 |
|
Matthew Esposito
|
f1d4e6a417
|
fix(client): catch various json errors to properly render error page (#261)
* fix(client): catch various json errors to properly render error page
* fix(client): catch various json errors to properly render error page
|
2024-09-24 23:01:28 -04:00 |
|
Matthew Esposito
|
e0d7837c02
|
fix(client): don't catch network policy errors, since they indicate q… (#259)
|
2024-09-24 21:45:47 -04:00 |
|
Matthew Esposito
|
b54620b5aa
|
fix(client): use async_recursion crate
|
2024-09-21 15:44:27 -04:00 |
|
Matthew Esposito
|
7156be6ad0
|
fix(client): fix failing tests, retries for canonical_path
|
2024-09-20 23:57:18 -04:00 |
|
Matthew Esposito
|
793047f63f
|
fix(client): revert to hyper-rustls=0.24.2
|
2024-09-18 11:24:00 -04:00 |
|
Matthew Esposito
|
0b15250cc8
|
fix(oauth): catch network policy violation and rate limit (#233)
|
2024-09-16 16:16:08 -04:00 |
|
Matthew Esposito
|
27b56c1781
|
fix(client): handle new gated and quarantined error types (#187)
* fix(client): handle new gated and quarantined error types
* test(client): add test for gated and quarantined
|
2024-07-21 14:22:54 -04:00 |
|
Matthew Esposito
|
c565ebfb01
|
refactor(log): update some logs
|
2024-06-29 10:44:33 -04:00 |
|
Matthew Esposito
|
459a8e1245
|
refactor(log): shorten some logs
|
2024-06-29 00:20:19 -04:00 |
|
Matthew Esposito
|
0f7eba717e
|
fix(client): Handle invalid reddit response of base URL location
|
2024-06-28 22:41:36 -04:00 |
|
Matthew Esposito
|
3b2ad212d5
|
fix(oauth): arc_swap
|
2024-06-28 18:14:47 -04:00 |
|
Matthew Esposito
|
4e2ec3fbc9
|
fix(oauth): handle case where a rate limit sneaks in
|
2024-06-27 23:29:55 -04:00 |
|
Matthew Esposito
|
89313f73e6
|
fix(oauth): atomics to avoid simultaneous token rollover
|
2024-06-27 23:26:31 -04:00 |
|
Matthew Esposito
|
3bd8b511a7
|
fix(oauth): strengthen sync guarantees
|
2024-06-26 23:41:26 -04:00 |
|
Matthew Esposito
|
2e476dea63
|
fix(oauth): reset rate limit earlier in refresh cycle
|
2024-06-26 22:16:41 -04:00 |
|
Matthew Esposito
|
07bf20dbc0
|
feat(oauth): roll over oauth key on rate limit
|
2024-06-26 19:19:30 -04:00 |
|
Matthew Esposito
|
518bf03e04
|
fix(client): Add trace logging for ratelimit info, render error page if exceeded
|
2024-06-26 08:05:22 -04:00 |
|
Matthew Esposito
|
bacc9e35df
|
refactor(oauth): leave android header unmodified (fixes #131)
|
2024-06-25 19:28:41 -04:00 |
|
Matthew Esposito
|
997cd8f829
|
feat(bug): Improve bug reporting while keeping logs private
|
2024-06-19 14:45:32 -04:00 |
|
Matthew Esposito
|
bd47c206a1
|
fix(oauth): Make Android user-agent patching unconditional
|
2024-05-30 18:08:45 -04:00 |
|
Matthew Esposito
|
1715b36ae9
|
Update fix for submitted route
|
2024-05-29 20:02:56 -04:00 |
|
Matthew Esposito
|
6b11d936b3
|
Fix clippys
|
2024-05-29 18:44:19 -04:00 |
|
Matthew Esposito
|
273d889f1b
|
Fix retrieval of multi-subs
|
2024-05-29 18:36:56 -04:00 |
|
Nazar
|
3bb5dc5f3e
|
Update dependencies (Hyper v1.x) (#39)
* Cargo update
* Update major non-breaking changes
* Add deprecation feature-flags to hyper v0.14
* Semi-upgrade hyper-rustls
* Revert deprecated warnings
|
2024-02-06 08:01:59 -05:00 |
|
Nazar
|
469d0994f1
|
Handle errors from reddit (#35)
* Fix error handling logic
A 401 code is still an Ok(<...>) response
* Fix json key
* Run `cargo fmt`
|
2024-02-02 14:53:15 -05:00 |
|
Nazar
|
3d2c936a9e
|
Refresh OAuth on 401 only (#33)
|
2024-01-28 09:28:42 -05:00 |
|
Matthew Esposito
|
03e267f02e
|
Fix pedantic clippy
|
2024-01-27 23:34:23 -05:00 |
|
Matthew Esposito
|
6c2579cda9
|
Add check for unauthorized - refresh token
|
2024-01-27 23:31:21 -05:00 |
|
Matthew Esposito
|
9f9ae45f6e
|
Add many Clippy's, fix many Clippy's
|
2024-01-19 20:16:17 -05:00 |
|
Matthew Esposito
|
95373f8261
|
More succinct fix to header parsing
|
2024-01-19 19:06:05 -05:00 |
|
Matthew Esposito
|
fcde6ff689
|
Fix client.rs - properly return Err on invalid header (fix #28)
|
2024-01-19 18:58:08 -05:00 |
|
Matthew Esposito
|
6d97f4c8dd
|
Change Tokio tests - fix GHA runner (again)
|
2023-12-30 21:33:27 -05:00 |
|
Matthew Esposito
|
53e8811f32
|
Remove all stats tracking (fixes #7)
|
2023-12-30 10:22:49 -05:00 |
|
Matthew Esposito
|
d86b77ab56
|
Reset test threads to 1 (should fix test issues in GHA)
|
2023-12-29 20:33:43 -05:00 |
|
Matthew Esposito
|
90a800ff44
|
Remove share parameters at canonical_path
|
2023-12-29 19:34:57 -05:00 |
|
Matthew Esposito
|
45d8f1bbc8
|
Better handle redirects with new OAuth endpoints
|
2023-12-29 19:28:41 -05:00 |
|
Matthew Esposito
|
ce0c6eca8a
|
Fix obfuscated link handling
|
2023-12-28 18:21:07 -05:00 |
|
Matthew Esposito
|
9f41af6eee
|
Improve spoofing - match headers more closely, pull in real versions/builds
|
2023-12-28 15:37:02 -05:00 |
|
Matthew Esposito
|
9850109326
|
Minor stylistic changes
|
2023-12-28 12:42:06 -05:00 |
|
Matthew Esposito
|
42902cc8d0
|
Add test for popular globalization
|
2023-12-28 10:40:17 -05:00 |
|
Matthew Esposito
|
c5d11f220e
|
Fix clippy warnings
|
2023-12-26 18:27:25 -05:00 |
|
Matthew Esposito
|
b0f985c687
|
Libreddit -> Redlib
|
2023-12-26 18:25:52 -05:00 |
|
Matthew Esposito
|
b7bf9c74be
|
Fix import error
|
2023-12-26 15:54:43 -05:00 |
|
Matthew Esposito
|
90d1831352
|
Merge remote-tracking branch 'origin/pull/819'
|
2023-12-26 15:48:27 -05:00 |
|
Matthew Esposito
|
cc9023dc64
|
Merge remote-tracking branch 'origin/pull/865'
|
2023-12-26 15:12:36 -05:00 |
|
Matthew Esposito
|
f5b54197c4
|
Merge remote-tracking branch 'origin/pull/808'
|
2023-12-26 15:11:44 -05:00 |
|
hinto.janai
|
3e236e7ab5
|
client.rs: remove some String allocations
|
2023-10-27 09:05:22 -04:00 |
|