Commit Graph

150 Commits

Author SHA1 Message Date
bdffff72bf Adds login and token login in web branch. 2022-11-24 08:35:57 -08:00
486b999005 Beta and live branch now refuse to send password data during sync operations. Under no circumstances will correct passwords be send from the server. 2022-11-20 16:09:20 -08:00
a3d1da71a9 Server v1.2.
Various fixes.

Next version will include optimizations to how the server handles requests.
2022-11-19 22:07:03 -08:00
0af97d1d4e Fixes file paths. 2022-11-19 20:15:11 -08:00
39f3c58d02 Finishes Telemetry. 2022-11-19 20:13:33 -08:00
540e518464 Adds full telemetry support via 71 and 72. 2022-11-19 11:53:00 -08:00
d43bcad257 Adds OCST creation flag in token. 2022-11-16 15:01:02 -08:00
1ac9ca6206 Simplify beta chooser. 2022-11-10 07:02:43 -08:00
09808204b5 Set to beta server, this starts the transition to the "modern" framework. 2022-11-10 07:01:35 -08:00
ecaae3d288 Sets to non beta server. 2022-11-02 18:19:38 -07:00
586eda31ce Fixed wrong collection. 2022-11-02 18:12:17 -07:00
c0b8b0ca68 Adds correct beta delegation server. 2022-11-01 20:30:32 -07:00
675c315f2b Tells the truth. 2022-10-24 22:13:58 -07:00
0637de4866 Removes a key printer. 2022-10-15 22:32:40 -07:00
31603e5ccc Account deletion is now stable and safe to launch, other features will be getting bugfixes to make the server software more stable. 2022-10-15 22:31:36 -07:00
1c25899408 Removes friend network creation, just filled stuff up anyway. 2022-10-14 23:33:43 -07:00
83415ee595 This version has a semi working account deletion with emails that are sent along the way, not quite ready for live as key state is not stored and multiple keys can be made, although the latest revision is the one that will work. 2022-10-14 23:26:14 -07:00
9aef612eae Includes client id deletion of request. 2022-10-14 21:52:04 -07:00
a569cbf7da Merge remote-tracking branch 'origin/master' 2022-10-14 21:50:40 -07:00
c8950b9c4f Work thus far, not complete. 2022-10-14 21:50:08 -07:00
274db7ddf7 Tweaks error messages, as file path shows on exr 2022-10-13 21:06:10 -07:00
9968d404e2 Changes how files are named to allow for bug details to be previewed before file is opened. 2022-10-06 15:01:49 -07:00
89c5e6c24c Merge remote-tracking branch 'origin/master' 2022-10-06 14:47:29 -07:00
7d62ce06df Replaces with more efficient way of file retrieval. 2022-10-06 14:45:34 -07:00
be812630ea Updates not found error to be reflective of path changes. 2022-10-06 14:38:53 -07:00
9e9d9a02ee Adds full logging for certain requests. 2022-09-28 21:00:52 -07:00
281ab4deaf Moves server to java 11 2022-09-28 14:41:13 -07:00
0424d62c07 Logging now works, bug reports can be submitted, and reports will be named according to products affected, and time of submission. 2022-09-24 00:10:20 -07:00
3b69fce342 Fixes some more bugs, general tweaks to help stability. 2022-09-23 23:52:25 -07:00
0217a96151 Adds v1 bug logs, this will be tested shortly. 2022-09-23 23:29:57 -07:00
7d35020a53 Removed commas again. 2022-09-19 20:26:01 -07:00
69d5f62cbc General Cleanup in console prints. 2022-09-18 17:46:17 -07:00
16125cfdeb Removes filter for comma, since it is used in the documents. 2022-09-17 22:59:50 -07:00
569326293e This update allows for a custom account agreement file, retrievable from the api 2022-09-17 22:14:54 -07:00
8a1ef180a2 Fixes the [] from appearing in EULA. 2022-09-16 23:04:34 -07:00
b7ee2c44d1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/com/jamesquinley/DelegationServices/delegationServices.java
2022-09-16 22:48:39 -07:00
42c8f61623 Space out one. 2022-09-16 14:37:57 -07:00
b4763faaf4 Push potential fix, will be testing tonight on server. 2022-09-16 14:36:44 -07:00
cb7fe62223 Slight file tweak 2022-09-15 22:50:28 -07:00
fdf6fe23e3 Adds traces to EULA. 2022-09-15 22:41:58 -07:00
95075a48c9 Allows API to fetch EULA. 2022-09-15 22:35:53 -07:00
b097009fd3 This build adds a killswitch for the 5th, this can be enabled and disabled at will, when enabled it fully blocks login requests from the game, which prevents it's usage. The client will display "Login Failed" due to it being supplied with a fake "Malformed Request" error that is a way to prevent any further attempts. 2022-09-02 19:15:01 -07:00
8316f789c7 Trims down comment. 2022-08-22 23:55:46 -07:00
61236aa9ed Updates comment. 2022-08-22 23:54:57 -07:00
a2380a4a31 Sends out message for service termination, when that time comes if ever. 2022-08-18 08:29:31 -07:00
489196ea2a UUID is sent at login via token and U&P. It will not be sent to any other request.
This is to allow for it to download the UUID (Also used for friends requests in the future, and in the near future global pingable ids and session tracking.)
2022-08-05 22:26:47 -07:00
40efeb76e3 Changes banning from email based to UUID based. 2022-08-04 09:30:00 -07:00
f67bc0274f Fixes issues with account creation. 2022-08-01 13:42:04 -07:00
4fd6678791 Fixed account issue, when no UUID dupe was found nullpointer was thrown and caused timeout and server to fail to serve new requests, looking for a cleaner fix but this works for now. 2022-07-30 21:38:29 -07:00
a87023d196 Remove spaces from reset email. 2022-07-19 12:24:58 -07:00