Commit Graph

538 Commits

Author SHA1 Message Date
ZKWolf
b09fd866d3 Changed latest version to shut down version and also removed get OS as it is not secure to get files like that 2024-06-12 17:43:50 +02:00
ZKWolf
364a0e0bfa Removed Data Users don't need 2024-06-12 17:42:19 +02:00
ZKWolf
9dcb954108 Added Online player counter 2024-06-10 21:42:35 +02:00
ZKWolf
79acfc1271
Merge pull request #31 from wolfswolke/dependabot/pip/pymongo-approx-eq-4.7.3
Update pymongo requirement from ~=4.7.2 to ~=4.7.3
2024-06-10 17:39:25 +02:00
dependabot[bot]
aaaeea398a
Update pymongo requirement from ~=4.7.2 to ~=4.7.3
Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.2...4.7.3)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 15:09:24 +00:00
ZKWolf
6c77af35de Merge remote-tracking branch 'origin/master' 2024-06-04 02:51:10 +02:00
ZKWolf
1cbaa4a1ac Changed things around in Dockerfile for CACHING 2024-06-04 02:50:30 +02:00
ZKWolf
33eb185227 Added cleanup to WEB so players allways see LIVE data. 2024-06-04 02:45:03 +02:00
ZKWolf
a80742496d Changed Challenge Logic to include BATCH 2024-06-04 02:44:25 +02:00
ZKWolf
af196b0c99 Bumped up numbers a TON, so it shouldn't run into any bottlenecks software sided 2024-06-04 02:43:50 +02:00
ZKWolf
4d1ca211a2 Added player count as GLOB so its easier to change 2024-06-04 02:43:16 +02:00
ZKWolf
9f075dc7aa Added DEV Database 2024-06-04 02:41:49 +02:00
ZKWolf
8c35772aa7 Fixed most of the challenge handler.
Also improved DB times a LOT by not making a call per challenge.
OPEN: Why do prog not work anymore?
2024-06-04 02:41:13 +02:00
ZKWolf
547e02cfdb
Merge pull request #29 from wolfswolke/dependabot/pip/requests-approx-eq-2.32.3
Update requests requirement from ~=2.32.2 to ~=2.32.3
2024-06-03 17:13:02 +02:00
dependabot[bot]
646760bd84
Update requests requirement from ~=2.32.2 to ~=2.32.3
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 15:12:09 +00:00
ZKWolf
4c43859cc8
Merge pull request #27 from wolfswolke/dependabot/pip/requests-approx-eq-2.32.2
Update requests requirement from ~=2.32.1 to ~=2.32.2
2024-05-27 17:20:46 +02:00
dependabot[bot]
5935fce384
Update requests requirement from ~=2.32.1 to ~=2.32.2
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.1...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 15:09:49 +00:00
ZKWolf
be80690bf9 added file handler testing file 2024-05-26 04:15:19 +02:00
ZKWolf
e0eb5ad961 Added iframe for discord invite 2024-05-26 04:13:09 +02:00
ZKWolf
612bb30176 Removed new styling as it was not liked by useres 2024-05-26 04:12:40 +02:00
ZKWolf
bd9988f0dc Merge remote-tracking branch 'origin/master' 2024-05-26 04:11:30 +02:00
ZKWolf
742818793b
Merge pull request #26 from wolfswolke/dependabot/pip/pip-7465e5eae1
Update requests requirement from ~=2.31.0 to ~=2.32.1 in the pip group
2024-05-21 15:56:04 +02:00
dependabot[bot]
03ee88c89b
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 09:08:46 +00:00
ZKWolf
471de304a3 Merge remote-tracking branch 'origin/master' 2024-05-16 10:42:37 +02:00
zkwolf
9e95ebff13 Making HTML look good ^^ 2024-05-15 21:09:31 +02:00
ZKWolf
5c5129d975 Split layers for docker to cache 2024-05-14 23:11:06 +02:00
zkwolf
744006cac5 Added LV1 base inventory on DEV endpoint for play testing. 2024-05-14 17:35:52 +02:00
zkwolf
87f5ef5ffa Removed old comments 2024-05-14 17:35:08 +02:00
zkwolf
dbd88cd893 Temp disabled error logging for live testing ass logins take 20 seconds more when logging is on. 2024-05-14 17:34:45 +02:00
zkwolf
285b8678ac added checks so sanitized values dont get messed up 2024-05-14 13:16:44 +02:00
zkwolf
67b32f3304 Added security check for allowed_tokens type. 2024-05-14 13:07:59 +02:00
zkwolf
12a9967dca Merge remote-tracking branch 'origin/master' 2024-05-14 12:20:01 +02:00
zkwolf
1183d13470 Added HunterIDs back for DEV backend. 2024-05-14 12:19:51 +02:00
zkwolf
88ba02252d Added Styling 2024-05-14 12:19:29 +02:00
ZKWolf
56566cbfce
Merge pull request #25 from wolfswolke/dependabot/pip/pymongo-approx-eq-4.7.2
Update pymongo requirement from ~=4.7.1 to ~=4.7.2
2024-05-13 20:13:42 +02:00
dependabot[bot]
4c6171d0d6
Update pymongo requirement from ~=4.7.1 to ~=4.7.2
Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.1...4.7.2)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 16:01:43 +00:00
zkwolf
d17a899591 Added ident logging to BAN 2024-05-13 15:30:46 +02:00
zkwolf
12647c2770 Fixed allowed tokens... 2024-05-13 15:26:20 +02:00
zkwolf
31915f1a5e Added a BAN Admin tool for easy usage as EPOCH has been used wrong often. 2024-05-13 15:09:59 +02:00
zkwolf
6999311c42 Updated ReadMe.md with better todo list and new DEV instructions 2024-05-13 13:32:09 +02:00
zkwolf
f8a8599574 Added threading, bumped connection limit, set cleanup interval and channel timeout for waitress 2024-05-13 11:32:56 +02:00
zkwolf
e207da54db Added Windows logic for sessions so people can test on windows 2024-05-13 11:32:08 +02:00
zkwolf
c0c663a02f added steam achievement logic 2024-05-13 11:31:42 +02:00
ZKWolf
524c61223d Merge remote-tracking branch 'origin/master' 2024-05-12 05:46:36 +02:00
ZKWolf
af41833ad3 Changed challenges to be enabled on DEV 2024-05-12 05:46:22 +02:00
ZKWolf
bce81f6a38 Fixed challenges finally... 2024-05-12 05:45:08 +02:00
ZKWolf
2a9231462f
Merge pull request #24 from wolfswolke/dependabot/pip/pymongo-approx-eq-4.7.1
Update pymongo requirement from ~=4.7.0 to ~=4.7.1
2024-05-07 11:45:32 +02:00
dependabot[bot]
297f9957f5
Update pymongo requirement from ~=4.7.0 to ~=4.7.1
Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.0...4.7.1)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 15:38:23 +00:00
ZKWolf
576efa9d2f Updated Info for Intel in BATCH 2024-05-05 23:12:30 +02:00
ZKWolf
0e0eee5db9 Updated Info for Intel in BATCH 2024-05-05 23:12:23 +02:00