awiteb · he/him
  • Saudi Arabia
  • https://4rs.nl
  • Awiteb, a university student and lover of the world of free and open source software. Programmer and enthusiast of the Rust programming language

  • Joined on 1970-01-01
awiteb created pull request OxideTalis/oxidetalis#35 2024-07-28 11:59:02 +02:00
WIP: refactor: Refactor in_chat_requests table
awiteb merged pull request OxideTalis/oxidetalis#33 2024-07-28 11:56:46 +02:00
refactor: Use `PublicKey` and `Signature` as parameters
awiteb closed issue OxideTalis/oxidetalis#21 2024-07-28 11:56:28 +02:00
Make public key and signature a parameter schema
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-28 11:56:28 +02:00
20a8ac6715 refactor: Use PublicKey and Signature as parameters
awiteb commented on pull request OxideTalis/oxidetalis#33 2024-07-28 11:23:22 +02:00
refactor: Use PublicKey and Signature as parameters

not about the return, just taking Signature and PublicKey as arguments, and it works.

I thought Salvo returning an extraction error, but it's modifying the response.

awiteb commented on pull request OxideTalis/oxidetalis#33 2024-07-28 11:19:08 +02:00
refactor: Use PublicKey and Signature as parameters

Nice, Salvo actually modifies the response if there is an error when extracting an argument.

image
awiteb commented on pull request OxideTalis/oxidetalis#33 2024-07-28 11:09:28 +02:00
refactor: Use PublicKey and Signature as parameters

but my idea was also removing all of these calls and instead just using it in the arguments.

Middlewares cannot return a response; they can only modify it. As you can see, the response is…

awiteb merged pull request OxideTalis/oxidetalis#34 2024-07-28 07:44:01 +02:00
fix: Handle the websocet in `handle_socket` itself
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-28 07:43:34 +02:00
e61de9a8b1 fix: Handle the websocet in handle_socket itself
awiteb commented on pull request OxideTalis/oxidetalis#33 2024-07-27 12:31:38 +02:00
refactor: Use PublicKey and Signature as parameters

Oh, I get it. Yes we can use extract function. I'll fix that

awiteb commented on pull request OxideTalis/oxidetalis#33 2024-07-27 12:27:11 +02:00
refactor: Use PublicKey and Signature as parameters

you can fix the link to the salvo issue in the PR description ...regarding this matter [here][issue1].

Sorry, here it's https://github.com/salvo-rs/salvo/issues/838

can't we use these…

awiteb created pull request OxideTalis/oxidetalis#34 2024-07-27 11:32:05 +02:00
fix: Handle the websocet in handle_socket itself
awiteb closed issue OxideTalis/oxidetalis#32 2024-07-27 04:27:17 +02:00
Schemas documentation
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-27 04:27:17 +02:00
b4cac39157 docs: Improve schemas docs
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-27 04:21:05 +02:00
bf1d322fe2 chore: Use a specific date-time instead of the current one in schema examples that use it
awiteb created pull request OxideTalis/oxidetalis#33 2024-07-27 01:58:54 +02:00
refactor: Use PublicKey and Signature as parameters
awiteb opened issue OxideTalis/oxidetalis#32 2024-07-25 08:23:33 +02:00
Schemas documentation
awiteb merged pull request OxideTalis/oxidetalis#31 2024-07-24 10:50:24 +02:00
feat: Add `last_logout` column to `users` table
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-24 10:49:56 +02:00
b79587f537 feat: Add last_logout column to users table
awiteb closed issue awiteb/lprs#52 2024-07-24 10:12:49 +02:00
Reject empty string as value