Commit Graph

1342 Commits

Author SHA1 Message Date
momo5502
928695ea93 Properly authenticate users 2023-04-30 12:59:52 +02:00
FutureRave
d4a5ac1346 maint(auth): only write keys if there is anything to write 2023-04-30 11:14:06 +01:00
Edo
17043246ba Merge pull request #610 from momo5502/dependabot/submodules/deps/curl-6cfa1a4
Bump deps/curl from `5cdff4f` to `6cfa1a4`
2023-04-28 20:06:46 +01:00
Edo
c07e281e41 Merge pull request #611 from momo5502/dependabot/submodules/deps/asmjit-3577608
Bump deps/asmjit from `5635cf4` to `3577608`
2023-04-28 20:06:33 +01:00
dependabot[bot]
f0c9e41433 Bump deps/asmjit from 5635cf4 to 3577608
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `5635cf4` to `3577608`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](5635cf463a...3577608cab)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 18:00:30 +00:00
dependabot[bot]
a2a1bc602b Bump deps/curl from 5cdff4f to 6cfa1a4
Bumps [deps/curl](https://github.com/curl/curl) from `5cdff4f` to `6cfa1a4`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](5cdff4f5a9...6cfa1a42eb)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 18:00:27 +00:00
Edo
5f05d9fe1c Merge pull request #608 from momo5502/dependabot/submodules/deps/asmjit-5635cf4
Bump deps/asmjit from `4163483` to `5635cf4`
2023-04-28 15:24:31 +01:00
Edo
4da468d420 Merge pull request #609 from momo5502/dependabot/submodules/deps/curl-5cdff4f
Bump deps/curl from `53523d7` to `5cdff4f`
2023-04-28 15:24:24 +01:00
dependabot[bot]
344ba72d06 Bump deps/curl from 53523d7 to 5cdff4f
Bumps [deps/curl](https://github.com/curl/curl) from `53523d7` to `5cdff4f`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](53523d7dcc...5cdff4f5a9)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 17:19:40 +00:00
dependabot[bot]
0ed3b194ec Bump deps/asmjit from 4163483 to 5635cf4
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `4163483` to `5635cf4`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](4163483b36...5635cf463a)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 17:19:32 +00:00
momo5502
d1fdab9902 Merge remote-tracking branch 'origin/main' into feature/authentication 2023-04-27 19:09:58 +02:00
Maurice Heumann
597fe77c46 Merge pull request #604 from diamante0018/main
maint: update build.yml
2023-04-27 08:59:55 +02:00
Maurice Heumann
28b8d0ecbb Merge pull request #601 from momo5502/dependabot/submodules/deps/asmjit-4163483
Bump deps/asmjit from `ff6775f` to `4163483`
2023-04-27 08:59:49 +02:00
Maurice Heumann
c793fae370 Merge pull request #602 from momo5502/dependabot/submodules/deps/curl-53523d7
Bump deps/curl from `3b7a8a2` to `53523d7`
2023-04-27 08:59:42 +02:00
Maurice Heumann
eb86ada476 Merge pull request #605 from Brentdevent/clan-tags
Fix clan tags
2023-04-27 08:59:16 +02:00
Brentdevent
f3c6b64523 Fix clan tags 2023-04-26 23:54:31 +02:00
Edo
2781c7aebe maint: update build.yml 2023-04-26 22:23:34 +01:00
dependabot[bot]
9513dfd4ae Bump deps/curl from 3b7a8a2 to 53523d7
Bumps [deps/curl](https://github.com/curl/curl) from `3b7a8a2` to `53523d7`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](3b7a8a25b6...53523d7dcc)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 18:01:15 +00:00
dependabot[bot]
0dc54b1524 Bump deps/asmjit from ff6775f to 4163483
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `ff6775f` to `4163483`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](ff6775f424...4163483b36)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 18:01:07 +00:00
momo5502
2efe11a139 Fix crash 2023-04-26 12:31:42 +02:00
momo5502
bf1f364a6c Smol fix 2023-04-26 12:23:59 +02:00
Maurice Heumann
8346ed2c2c Merge pull request #595 from diamante0018/main
rcon: add flooding protection
2023-04-26 11:55:47 +02:00
Edo
1a34eb44c0 rcon: address review 2023-04-26 10:47:40 +01:00
Edo
3a8e096657 rcon: use netadr_t as key 2023-04-26 10:36:34 +01:00
momo5502
0aebbf4ee2 Add more entropy 2023-04-26 10:49:15 +02:00
momo5502
deead46222 Sign dummy message 2023-04-26 10:44:35 +02:00
momo5502
8288df1eb3 Smol fix 2023-04-26 10:39:40 +02:00
Maurice Heumann
16d165b6f6 Merge pull request #596 from Brentdevent/mods
Fix incorrect mod data in getInfo
2023-04-26 09:22:58 +02:00
Maurice Heumann
c1cd5a3c74 Merge pull request #598 from momo5502/dependabot/submodules/deps/curl-3b7a8a2
Bump deps/curl from `406cc24` to `3b7a8a2`
2023-04-26 09:22:29 +02:00
Maurice Heumann
a7a7520ec6 Merge pull request #599 from momo5502/dependabot/submodules/deps/asmjit-ff6775f
Bump deps/asmjit from `51b10b1` to `ff6775f`
2023-04-26 09:22:20 +02:00
dependabot[bot]
64c884fd56 Bump deps/asmjit from 51b10b1 to ff6775f
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `51b10b1` to `ff6775f`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](51b10b19b6...ff6775f424)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 18:01:30 +00:00
dependabot[bot]
1306e4a811 Bump deps/curl from 406cc24 to 3b7a8a2
Bumps [deps/curl](https://github.com/curl/curl) from `406cc24` to `3b7a8a2`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](406cc24f5d...3b7a8a25b6)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 18:01:26 +00:00
Diavolo
8369d6f15f auth: finish password implementation 2023-04-25 11:01:07 +02:00
BrentVL-1952840
dc61e932f5 Fix incorrect mod data in getInfo 2023-04-25 10:51:52 +02:00
Diavolo
df25cffac0 rcon: add flooding protection 2023-04-25 09:50:09 +02:00
Maurice Heumann
6cba697f49 Merge pull request #594 from FragsAreUs/main
Remove the need to type '\' or '/' to send a console command
2023-04-25 07:53:59 +02:00
Maurice Heumann
7a38919c51 Merge pull request #592 from Brentdevent/mods
Make usercontent zone folder toggleable
2023-04-25 07:49:03 +02:00
Maurice Heumann
447bd8acf3 Merge pull request #591 from momo5502/dependabot/submodules/deps/curl-406cc24
Bump deps/curl from `6b1e4dc` to `406cc24`
2023-04-25 07:47:36 +02:00
FragsAreUs
6f5735b43d Remove the need to type '\' or '/' to send a console command 2023-04-24 23:56:17 -04:00
BrentVL-1952840
b7ed14eabf Add command to reload mods/usermaps 2023-04-24 23:39:58 +02:00
BrentVL-1952840
ca4ef708bf Make zone path for user content toggleable 2023-04-24 23:38:55 +02:00
dependabot[bot]
cb611b30cf Bump deps/curl from 6b1e4dc to 406cc24
Bumps [deps/curl](https://github.com/curl/curl) from `6b1e4dc` to `406cc24`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](6b1e4dc6cd...406cc24f5d)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 18:03:57 +00:00
Maurice Heumann
ca8fe5849d Merge pull request #590 from diamante0018/main
small fixes
2023-04-24 19:15:56 +02:00
Diavolo
19b1c114e6 small fixes 2023-04-24 19:08:00 +02:00
Maurice Heumann
a5075e150e Merge pull request #510 from WantedDV/ranked
Allow access to online menus with mod loaded
2023-04-24 18:56:01 +02:00
Maurice Heumann
2e461f2d7d Merge pull request #558 from Brentdevent/mods
Improve mod/usermap support
2023-04-24 18:53:26 +02:00
momo5502
82bb10aed6 Properly fix random authentication crashes 2023-04-24 18:53:10 +02:00
BrentVL-1952840
8fe2325cdf Merge remote-tracking branch 'upstream/main' into mods 2023-04-24 14:34:01 +02:00
BrentVL-1952840
7a9fee975a Unload mods on non-modded servers 2023-04-24 14:33:34 +02:00
Maurice Heumann
71265cc5de Merge pull request #519 from JariKCoding/favorites
feat: add support for favorites in the server browser
2023-04-24 13:22:38 +02:00