Commit Graph

50 Commits

Author SHA1 Message Date
ZKWolf
da05c5bb97 Cosmetic. Added real Value to CurrentTime 2024-02-04 16:23:38 +01:00
ZKWolf
7e16a033bc Hopefully fixed all of the bugs in the Matchmaking... 2024-01-06 00:11:02 +01:00
ZKWolf
72a20d9e69 Fixed alot of things and added stuff as well... 2023-12-31 00:11:19 +01:00
ZKWolf
f1fb4ed10b NONE missing if session doesn't exist 2023-12-18 02:40:25 +01:00
ZKWolf
0e4d4b467c Added Crash handler as allowed user agent 2023-12-01 15:29:34 +01:00
ZKWolf
c2106b2d73 Fixed message System 2023-11-24 00:28:03 +01:00
ZKWolf
8fe6401ad4 Added return none for none when bleaching 2023-11-21 22:59:00 +01:00
ZKWolf
a730a18670 Added Input sanitizer to all user input 2023-09-27 23:25:26 +02:00
ZKWolf
5c88a39d89 Added crash handler as allowed host 2023-09-17 19:06:10 +02:00
ZKWolf
9c27c802d4 Semi fixed matchmaking 2023-09-17 19:05:47 +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
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
9b0c2da292 Added Database Updater for new Keys 2023-09-06 19:55:51 +02:00
ZKWolf
bde79ee25b Fixed logging when Graylog is disabled 2023-09-05 18:58:39 +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
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
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
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
fb22f07bdb Fixed logging_handler.py for graylog. (changed '' to "") 2023-07-11 20:11:10 +02:00
ZKWolf
87e57f7835 Removed print Statements and started moving to mongo list handler for db. 2023-07-09 18:45:17 +02:00
ZKWolf
0e169a3367 Added the real Matchmaking responses.
Not implemented yet.
2023-07-07 17:10:47 +02:00
ZKWolf
e42f827d0f Added Error Handling 2023-07-01 22:02:10 +02:00
ZKWolf
6a14ee9dcf Debugging Endpoint write data to DB 2023-06-26 19:00:43 +02:00
ZKWolf
62df37216d Logging 2023-06-24 18:21:02 +02:00
ZKWolf
7d0621806f Added new user vars for db and debug. 2023-06-22 22:47:03 +02:00
ZKWolf
e44b4678f6 Added new handler (This will be the only handler in the future) 2023-06-19 23:08:31 +02:00
Vari
a14aaed251 Added frontend structure to project and moved the debug/user endpoint there.
Created a new endpoint file with 'web' endpoints and moved the index there.
2023-06-18 05:21:46 +02:00
ZKWolf
825cbf6651 Fixed None Value 2023-06-17 21:51:58 +02:00
ZKWolf
64444440f0 Added debug.py 2023-06-17 04:29:16 +02:00
ZKWolf
a02f5e1fbf Added Inventory, xp and more Values to DB. Fixed eula for dev versions. 2023-06-17 03:50:09 +02:00
ZKWolf
23d7242e07 Implemented EULA 2023-06-17 03:24:44 +02:00
ZKWolf
3f337882e7 Added DEBUG ID (Dev Versions dont login) 2023-06-17 02:13:49 +02:00
ZKWolf
ea0c0b821a Made mongodb_handler.py a Class 2023-06-16 00:18:08 +02:00
wolfswolke
7279841f15 Changed graylogger to be a Class. 2023-06-15 10:36:07 +02:00
ZKWolf
3dfa88a628 Made good logging!
Fixed Steam auth as well.
2023-06-13 21:46:22 +02:00
ZKWolf
efe2ecd28f Splitted Endpoints into different Files to make its clearer what is what. 2023-06-12 18:37:20 +02:00
ZKWolf
cc4c1c03a8 Added logging to mongodb_handler.py and time_handler.py 2023-06-08 20:37:03 +02:00
ZKWolf
177e118fff Added mongodb_handler.py for User AUTH 2023-06-08 01:25:19 +02:00
ZKWolf
f68cf2effe Added time_handler.py 2023-06-08 01:17:58 +02:00
ZKWolf
3df7b29dd5 Removed Elasticsearch_handler.py 2023-06-08 01:17:11 +02:00
ZKWolf
e56eab58c7 Old ES_Logger. Will be removed soon... 2023-06-05 23:38:07 +02:00
ZKWolf
808268bf8f Added Elasticsearch Handler for better Log output/visibility of error messages and infos.
Reformated API endpoints to be in a better order.
Updated .gitignore to exclude config.
Added requirments.txt
Removed handler.py
2023-05-31 23:16:37 +02:00
ZKWolf
4420cfc5ae Initial commit 2023-05-29 01:17:39 +02:00