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#9 2024-07-06 14:52:28 +02:00
feat: Create CI/CD
awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-06 13:51:38 +02:00
feat: Initialize server websocket

I removed this PR from the project board because it is already there, I don't know how it is actually there, but I think it is because the reference in the description

<img width="248"…

awiteb pushed to master at OxideTalis/oxidetalis 2024-07-06 13:35:11 +02:00
d442e73ed7 change: Remove the nonce cache limit
c0d5efe0c3 feat: Initialize server websocket
cd2a9ea03e feat: New extension trait for websocket online users
6f43e44745 chore: Add new dependencies for websocket
Compare 4 commits »
awiteb merged pull request OxideTalis/oxidetalis#8 2024-07-06 13:35:10 +02:00
feat: Initialize server websocket
awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-06 13:29:49 +02:00
feat: Initialize server websocket

Nice, approved

Thank you for your review, it is actually helped

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-06 10:08:59 +02:00
feat: Initialize server websocket

why not put the mutex here inside

Actually a good idea, I'll.

not sure which is better.

I'll see

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-06 10:06:51 +02:00
feat: Initialize server websocket

Forget it 😬

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-06 09:19:13 +02:00
feat: Initialize server websocket

Closed by mistake 😬

awiteb reopened pull request OxideTalis/oxidetalis#8 2024-07-06 09:18:04 +02:00
feat: Initialize server websocket
awiteb closed pull request OxideTalis/oxidetalis#8 2024-07-06 09:17:57 +02:00
feat: Initialize server websocket
awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-06 09:17:35 +02:00
feat: Initialize server websocket

more configuration options for admin

I wanted to implement it today, but I felt that this is not something that should be determined by the server administrator? I've never seen a server…

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-05 21:04:36 +02:00
feat: Initialize server websocket

It is ok, because while the connection is in the online list, that mean the user is there, we will enter the user_disconnected function if there is a connection problem with the user.

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-05 18:36:21 +02:00
feat: Initialize server websocket

first, we don't need to serialize the whole thing as it would include the signature and then we will discard everything except for data

Right, the function above is for ClientEventType not…

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-05 17:49:35 +02:00
feat: Initialize server websocket

Is good, but we have a problem. We need the event data for the signature, but we can't extract it directly in this enum.

I written a function that extract the data by serializing the enum…

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-05 16:25:02 +02:00
feat: Initialize server websocket

Bro!!! I didn't know about tag-content, is amazing

awiteb commented on pull request OxideTalis/oxidetalis#8 2024-07-05 16:18:35 +02:00
feat: Initialize server websocket

since pinged_at > ponged_at should be enough

Agree, because we already sleep in the ping loop

awiteb created pull request OxideTalis/oxidetalis#8 2024-07-05 01:21:51 +02:00
feat: Initialize server websocket
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-04 23:32:55 +02:00
2471cff83e chore: Remove sign and verify function logs`
f69fa7f370 docs: Fix typos
062e441d8a feat: Create signature data if there is no request body
77858ac8f4 feat: Create verify instance function for the Signature
f4b2514e75 feat: Derive Hash in PublicKey and Signature
Compare 9 commits »
awiteb pushed to master at OxideTalis/otmp_site 2024-07-04 13:29:32 +02:00
e9b4e2d34c feat: Make Method+URI as signature data if there is no data
7d860d3589 feat: Remove the public key from websocket body
Compare 2 commits »
awiteb pushed to master at awiteb/.profile 2024-07-02 23:21:22 +02:00
62f04df908 Update README.md