Mohammad Dashti
|
de8df29ca4
|
Added clippy to CI and fixed all clippy warnings (#613)
* Fixed all clippy warnings.
* Added `clippy` to CI.
* Reverted an unwanted change + Applied `cargo fmt`.
* Fixed the idiom version.
* Revert "Fixed the idiom version."
This reverts commit 6f78be0d42.
* Fixed clippy issues on CI.
* Revert "Fixed clippy issues on CI."
This reverts commit a9fa6ba189.
* Revert "Reverted an unwanted change + Applied `cargo fmt`."
This reverts commit 6bd37b6479.
* Revert "Fixed all clippy warnings."
This reverts commit d1f3b847e3.
* Removed Clippy
* Removed Lint
* `admin.rs` clippy fixes.
* Applied more clippy changes.
* Even more clippy changes.
* `client.rs` clippy fixes.
* `server.rs` clippy fixes.
* Revert "Removed Lint"
This reverts commit cb5042b144.
* Revert "Removed Clippy"
This reverts commit 6dec8bffb1.
* Applied lint.
* Revert "Revert "Fixed clippy issues on CI.""
This reverts commit 49164a733c.
|
2023-10-10 09:18:21 -07:00 |
|
Mostafa Abdelraouf
|
97f5a0564d
|
Fix deprecation warnings (#319)
warning: use of deprecated function `base64::decode`: Use Engine::decode
|
2023-02-14 16:20:11 -06:00 |
|
zainkabani
|
c62b86f4e6
|
Adds details to errors and fixes error propagation bug (#239)
|
2022-11-17 09:24:39 -08:00 |
|
Cluas
|
dfa26ec6f8
|
chore: make clippy lint happy (#225)
* chore: make clippy happy
* chore: cargo fmt
* chore: cargo fmt
|
2022-11-09 10:04:31 -08:00 |
|
Lev Kokotov
|
d3310a62c2
|
Client md5 auth and clean up scram (#77)
* client md5 auth and clean up scram
* add pw
* add user
* add user
* log
|
2022-06-20 06:15:54 -07:00 |
|
Lev Kokotov
|
d412238f47
|
Implement SCRAM-SHA-256 for server authentication (PG14) (#76)
* Implement SCRAM-SHA-256
* test it
* trace
* move to community for auth
* hmm
|
2022-06-18 18:36:00 -07:00 |
|