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 opened issue OxideTalis/oxidetalis#15 2024-07-11 16:41:34 +02:00
Removing user registration body (uselesss)
awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-09 18:31:08 +02:00
feat: Chat request implementation

I hate big PR, but there is no way to make it smaller. All thing are related and need each other.

awiteb created pull request OxideTalis/oxidetalis#14 2024-07-09 02:20:45 +02:00
feat: Chat request implementation
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-08 17:48:58 +02:00
0f146a5df8 fix: Use old alert blocks style
awiteb merged pull request OxideTalis/oxidetalis#13 2024-07-08 17:48:56 +02:00
fix: Use old alert blocks style
awiteb created pull request OxideTalis/oxidetalis#13 2024-07-08 17:37:50 +02:00
fix: Use old alert blocks style
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-07 20:00:26 +02:00
4590d8b2af feat: Make the executable little small
f5ffa3733e chore: Update README.md
fcaf7db674 feat: Create CI/CD
Compare 3 commits »
awiteb merged pull request OxideTalis/oxidetalis#9 2024-07-07 20:00:25 +02:00
feat: Create CI/CD
awiteb commented on issue OxideTalis/oxidetalis#12 2024-07-07 17:07:13 +02:00
Rate limiting websocket messages

and we can even use the same structure to make it clear which is websocket and which is http

I like this, agreed

awiteb commented on issue OxideTalis/oxidetalis#12 2024-07-07 17:01:31 +02:00
Rate limiting websocket messages

So it would be like this?

[ratelimit]
enable = true
connection_limit = 1500
connection_period_secs = 60

No, it will be:

[ratelimit]
enable = true
#…
awiteb commented on issue OxideTalis/oxidetalis#12 2024-07-07 16:54:11 +02:00
Rate limiting websocket messages

Another thing I thought about, would it be interesting idea to also add limit to number of connections? I know ws is light and we can handle many, but just to fend against half open connections…

awiteb commented on issue OxideTalis/oxidetalis#12 2024-07-07 16:52:55 +02:00
Rate limiting websocket messages

why would you want to use a new file specifically for rate limiting?

Not new file, new configuration, like you say connection_ratelimit under ratelimit section.

So the new configuratio…

awiteb commented on pull request OxideTalis/oxidetalis#9 2024-07-07 16:14:59 +02:00
feat: Create CI/CD

Nice, I'll update it

awiteb commented on pull request OxideTalis/oxidetalis#9 2024-07-07 16:12:28 +02:00
feat: Create CI/CD

is this from forgejo to be compatible with github actions?

Yes it is, and imagine that there is no way to use env.FORGEJO_RUN_NUMBER for example, if you don't want to be compliant with…

awiteb commented on issue OxideTalis/oxidetalis#12 2024-07-07 16:01:48 +02:00
Rate limiting websocket messages

@Amjad50, what do you think is better, using limit and period_secs from the ratelimit section in the config file, or creating a new configuration for the websocket rate limit?

awiteb opened issue OxideTalis/oxidetalis#12 2024-07-07 16:00:50 +02:00
Rate limiting websocket messages
awiteb opened issue OxideTalis/oxidetalis#11 2024-07-07 15:55:06 +02:00
Add a new configuration option to limit the number of connections per client
awiteb opened issue OxideTalis/oxidetalis#10 2024-07-07 15:48:30 +02:00
Invalid crate name in the version flag
awiteb commented on pull request OxideTalis/oxidetalis#9 2024-07-07 15:44:54 +02:00
feat: Create CI/CD

@Amjad50 Can you review this?

awiteb pushed to master at awiteb/forgejo-conf-files 2024-07-07 11:32:06 +02:00
6c78d87ec9 Set SEND_AS_PLAIN_TEXT to false