Folke Behrens
|
bae793ffcd
|
proxy: Handle all let underscore instances (#8898)
* Most can be simply replaced
* One instance renamed to _rtchk (return-type check)
|
2024-09-10 15:36:08 +02:00 |
|
Conrad Ludgate
|
12850dd5e9
|
proxy: remove dead code (#8847)
By marking everything possible as pub(crate), we find a few dead code
candidates.
|
2024-08-27 12:00:35 +01:00 |
|
Folke Behrens
|
f246aa3ca7
|
proxy: Fix some warnings by extended clippy checks (#8748)
* Missing blank lifetimes which is now deprecated.
* Matching off unqualified enum variants that could act like variable.
* Missing semicolons.
|
2024-08-19 10:33:46 +02:00 |
|
Dmitry Ivanov
|
e9a103c09f
|
[proxy] Pass extra parameters to the console (#2467)
With this change we now pass additional params
to the console's auth methods.
|
2022-09-21 21:42:47 +03:00 |
|
Dmitry Ivanov
|
5d813f9738
|
[proxy] Refactoring
This patch attempts to fix some of the technical debt
we had to introduce in previous patches.
|
2022-05-27 21:50:43 +03:00 |
|