James Quinley
9e9d9a02ee
Adds full logging for certain requests.
2022-09-28 21:00:52 -07:00
JSQui
281ab4deaf
Moves server to java 11
2022-09-28 14:41:13 -07:00
James Quinley
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
James Quinley
3b69fce342
Fixes some more bugs, general tweaks to help stability.
2022-09-23 23:52:25 -07:00
James Quinley
0217a96151
Adds v1 bug logs, this will be tested shortly.
2022-09-23 23:29:57 -07:00
James Quinley
7d35020a53
Removed commas again.
2022-09-19 20:26:01 -07:00
James Quinley
69d5f62cbc
General Cleanup in console prints.
2022-09-18 17:46:17 -07:00
James Quinley
16125cfdeb
Removes filter for comma, since it is used in the documents.
2022-09-17 22:59:50 -07:00
James Quinley
569326293e
This update allows for a custom account agreement file, retrievable from the api
2022-09-17 22:14:54 -07:00
James Quinley
8a1ef180a2
Fixes the [] from appearing in EULA.
2022-09-16 23:04:34 -07:00
James Quinley
b7ee2c44d1
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# src/main/java/com/jamesquinley/DelegationServices/delegationServices.java
2022-09-16 22:48:39 -07:00
JSQui
42c8f61623
Space out one.
2022-09-16 14:37:57 -07:00
JSQui
b4763faaf4
Push potential fix, will be testing tonight on server.
2022-09-16 14:36:44 -07:00
James Quinley
cb7fe62223
Slight file tweak
2022-09-15 22:50:28 -07:00
James Quinley
fdf6fe23e3
Adds traces to EULA.
2022-09-15 22:41:58 -07:00
James Quinley
95075a48c9
Allows API to fetch EULA.
2022-09-15 22:35:53 -07:00
James Quinley
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
James Quinley
8316f789c7
Trims down comment.
2022-08-22 23:55:46 -07:00
James Quinley
61236aa9ed
Updates comment.
2022-08-22 23:54:57 -07:00
JSQui
a2380a4a31
Sends out message for service termination, when that time comes if ever.
2022-08-18 08:29:31 -07:00
James Quinley
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
James Quinley
40efeb76e3
Changes banning from email based to UUID based.
2022-08-04 09:30:00 -07:00
James Quinley
f67bc0274f
Fixes issues with account creation.
2022-08-01 13:42:04 -07:00
James Quinley
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
James Quinley
a87023d196
Remove spaces from reset email.
2022-07-19 12:24:58 -07:00
James Quinley
5d95990a0e
UUID is mostly ready for prod line, it can generate and retry if an existing UUID is made.
2022-07-02 16:39:18 -07:00
James Quinley
c705a5615a
Removes the ability for the sync write request to change username and fName (intro on home screen). This resolves the issue of the client sending back null and preventing users from logging in.
2022-06-29 22:45:40 -07:00
James Quinley
2914419260
Allows account migration
2022-06-27 20:33:34 -07:00
James Quinley
db59087288
Adds version and key status prep on new accounts.
2022-06-20 11:48:30 -07:00
James Quinley
f9a71152b6
Added OTK email and basic gen, need to work on callback and OTK storage within the account database.
2022-06-19 18:52:59 -07:00
James Quinley
cafab0fce1
Requires user to input a valid email, will autoban if email cannot receive mail.
2022-06-17 20:31:51 -07:00
James Quinley
b74bc82e9a
This server revision allows for all requests to be denied with the serviceState flag being set to false
2022-06-12 20:55:53 -07:00
James Quinley
7fe710600e
This version fixes the issue of it failing to run on the server, stop the alarm bob.
2022-06-04 17:41:22 -07:00
James Quinley
1e23207e88
Adds a news feed.
2022-06-04 17:28:08 -07:00
James Quinley
bc1de26b53
Fixed issue with denied reason not being displayed.
2022-06-04 13:38:54 -07:00
James Quinley
cb8f612b09
Now handles all launcher startup requests.
...
Having issues with denied requests.
2022-06-04 11:09:36 -07:00
James Quinley
f00c0a9951
Adds debug for game logins.
2022-06-02 22:33:12 -07:00
James Quinley
8b4dc44679
Fixes config not being sent causing updater to crash
2022-06-01 10:29:25 -07:00
James Quinley
9f018ecac7
Adds support for launcher to pull file info for config and self updater.
...
This will be used from now on, and replaces the web server's "updateindex.html"
Support for version checks and update info coming soon.
Full independence from heroku by end of this month.
2022-06-01 10:07:28 -07:00
James Quinley
ce6674e4bb
Spaces out files, wooohoo!
2022-05-31 20:09:18 -07:00
James Quinley
a9d3688e9d
Fixed issue that caused game to fail to login due to "Failure To Get MOTD"
2022-05-11 22:30:36 -07:00
James Quinley
b2b45c8162
This server update allows it to interface with the modern game client api.
2022-05-05 23:59:50 -07:00
James Quinley
8941c92490
Should work with game now.
2022-05-04 19:58:29 -07:00
James Quinley
a9d244d489
Update Onboarding Emails
2022-05-01 07:00:07 -07:00
JSQui
b475728890
Adds new file.
2022-04-28 16:26:45 -07:00
JSQui
f6552774a8
Tweaks to compiled file
2022-04-18 12:10:44 -07:00
JSQui
40c8552230
Adds openAi lib
2022-04-11 08:44:17 -07:00
James Quinley
06a6fe0cda
Update emailVerify.java
...
Doing stuff on GitHub, should still work.
2022-03-30 08:26:51 -07:00
James Quinley
5ae74f157b
Slight Tweak
...
Removes "No Pending Authentication" it was getting annoying.
2022-03-30 08:22:44 -07:00
James Quinley
552b8b3239
Fixes Manifest
2022-03-26 09:46:42 -07:00