Commit Graph

188 Commits

Author SHA1 Message Date
ZKWolf
9c27c802d4 Semi fixed matchmaking 2023-09-17 19:05:47 +02:00
ZKWolf
3214567ce7 Added 500 Logger 2023-09-17 19:05:28 +02:00
ZKWolf
52a1aa130b Playing around with fixing catalog 2023-09-17 19:05:17 +02:00
ZKWolf
4c92c93331 Added Updater Script and Updated Endpoints. 2023-09-16 04:29:55 +02:00
ZKWolf
46795e3ea5 Fixed endpoint url healthcheck 2023-09-16 04:23:11 +02:00
ZKWolf
836ca1cfcc Reverted / change because flask gives a Method error sometimes for no reason... 2023-09-16 04:22:37 +02:00
ZKWolf
e445d78de5 Added sig File 2023-09-16 04:21:06 +02:00
ZKWolf
f428b4b0b8 Updated ReadMe.md 2023-09-12 19:34:42 +02:00
ZKWolf
c4cfb82640 Added MongoDB Setup, so we don't need Server, Collection and DB in every request. 2023-09-12 16:29:56 +02:00
ZKWolf
50f4d6f7b1 Added remote type to check_for_game_client 2023-09-11 17:59:54 +02:00
ZKWolf
d7c011e68f Moved debug endpoint. Fixed debug Mirrors not returning a error code but allways 200 and made the ElIf mess better... 2023-09-11 17:59:33 +02:00
ZKWolf
6dbcfb5d87 Added / to the Endpoints so Flask does NOT deny every request with it added... 2023-09-11 17:44:32 +02:00
ZKWolf
97e9026570 Removed debug.py and moved the one endpoint to web.py 2023-09-11 17:44:04 +02:00
ZKWolf
249385fb0e Updated ReadMe.md 2023-09-11 17:42:54 +02:00
ZKWolf
5c8cf92972 Fixed messages list, so it returns NetPage (NextPage) with Logic. 2023-09-08 18:37:10 +02:00
ZKWolf
5b8a44ce38 Added unread messages as a DB Value and for that to be returned to the Client. 2023-09-06 20:17:55 +02:00
ZKWolf
9b0c2da292 Added Database Updater for new Keys 2023-09-06 19:55:51 +02:00
ZKWolf
dc802f973e Fixed added trailing slash for better usage (Flask denies XXX/ if it's not in the route) 2023-09-05 18:59:52 +02:00
ZKWolf
bde79ee25b Fixed logging when Graylog is disabled 2023-09-05 18:58:39 +02:00
ZKWolf
5cc2f58701 Added WIP updater Files. (Script doesn't work atm.) 2023-09-05 18:50:18 +02:00
ZKWolf
1c1d829484 Fixed ROOT 403 by game client check 2023-09-05 18:48:54 +02:00
ZKWolf
a2686a8d0f moved PAK File 2023-09-05 18:47:59 +02:00
ZKWolf
b6383d34eb
Delete example_respons.txt
This File is not needed anymore
2023-08-02 15:00:06 +02:00
ZKWolf
9ddfc33ef2
Create CONTRIBUTING.md 2023-07-24 17:08:10 +02:00
ZKWolf
c923f0ae31
Create SECURITY.md 2023-07-24 17:02:23 +02:00
ZKWolf
f9c4726420 Changed checks to only 3 lines with ABORT. Other small changes aswell 2023-07-21 17:36:08 +02:00
ZKWolf
055a543b11 New message for users added 2023-07-21 17:34:51 +02:00
ZKWolf
a6f700a3e2 Curl right URL to not create spam in the log 2023-07-21 17:34:41 +02:00
ZKWolf
c405f550b6 Moved config handler and Added ABORT to checks with right error codes. 2023-07-21 17:34:27 +02:00
ZKWolf
b3eea2d970 Added Colors for log messages 2023-07-21 17:33:35 +02:00
ZKWolf
4413bf840d Fixed random errors by db not being assigned. 2023-07-21 17:33:19 +02:00
ZKWolf
1f6faa2a70 Working on Matchmaking 2023-07-19 22:29:52 +02:00
ZKWolf
4be44ecad0 Added CLOSE connection 2023-07-19 22:28:54 +02:00
ZKWolf
3700750dd1 Added Matchmaking info 2023-07-19 22:28:22 +02:00
ZKWolf
a40caeb175 Fixed eula 2023-07-18 22:59:45 +02:00
ZKWolf
645bca42f2 Trying to fix /check/username 2023-07-18 22:59:28 +02:00
wolfswolke
3100242d4e Fixed Session Validation 2023-07-18 16:21:50 +02:00
ZKWolf
1a2fb7f91f Added working cookie Auth 2023-07-17 21:14:58 +02:00
ZKWolf
52279f5eaa Downgraded PyYaml because it broke for alpine. See: https://github.com/yaml/pyyaml/issues/601 2023-07-17 19:15:20 +02:00
ZKWolf
887f6b3739 Upgraded docker image and auto upgrade pip. 2023-07-17 19:14:41 +02:00
ZKWolf
22064e3513 Added Current error_log in txt format. 2023-07-16 22:20:36 +02:00
ZKWolf
f672755ad1 testing if this mm is correct 2023-07-16 22:20:18 +02:00
ZKWolf
aa62253ea9 Added real data back in 2023-07-16 22:19:54 +02:00
ZKWolf
4371ab88bb Added DEV Region for testing 2023-07-16 22:19:19 +02:00
ZKWolf
30809274b6 added dont print for localhost 2023-07-16 22:18:56 +02:00
ZKWolf
46be993ff1 changed to check_for_game_client for "security" 2023-07-12 23:35:40 +02:00
ZKWolf
a2ff38dc34 Catalog is still broken even with one item... why ._. 2023-07-12 23:34:35 +02:00
ZKWolf
fb05c1ae8f Merge remote-tracking branch 'origin/master' 2023-07-12 20:27:12 +02:00
wolfswolke
f03cff231d Working on UnitTests 2023-07-12 16:30:15 +02:00
ZKWolf
fb22f07bdb Fixed logging_handler.py for graylog. (changed '' to "") 2023-07-11 20:11:10 +02:00