samo_lego
|
c335e2233f
|
PLayer portal rescue with fake blocks replacing portal
|
2020-05-11 21:25:20 +02:00 |
samo_lego
|
5d68fe9f57
|
Version bump & imports missing from merge fixed
|
2020-05-07 22:19:01 +02:00 |
samo_lego
|
4e3a0aebbc
|
Merge branch 'pos-protect'
# Conflicts:
# src/main/java/org/samo_lego/simpleauth/SimpleAuth.java
# src/main/java/org/samo_lego/simpleauth/event/AuthEventHandler.java
# src/main/java/org/samo_lego/simpleauth/storage/PlayerCache.java
# src/main/resources/fabric.mod.json
|
2020-05-07 21:48:47 +02:00 |
samo_lego
|
8405680f42
|
Finalising position protection.
|
2020-05-07 21:32:45 +02:00 |
samo_lego
|
1e88180b23
|
Polishing comments etc.
|
2020-05-07 12:20:00 +02:00 |
samo_lego
|
6d507bdc7b
|
Crash fixes
|
2020-05-06 08:44:28 +02:00 |
samo_lego
|
1b0b72afa1
|
"Updating position protection."
|
2020-05-05 18:18:38 +02:00 |
samo_lego
|
12ceb906df
|
Merge pull request #4 from samolego/new-uuid-2
Checking for online mode to decide on UUID password storage
|
2020-05-04 16:58:39 +02:00 |
samo_lego
|
748cb8d7a8
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# renaming.sh
|
2020-05-04 16:51:58 +02:00 |
samo_lego
|
13b69c9f8d
|
Build renaming updated
|
2020-05-04 16:51:37 +02:00 |
samo_lego
|
216c7dd45b
|
Checking for online mode to decide on UUID password storage
|
2020-05-04 16:46:30 +02:00 |
samo_lego
|
b726b65e9e
|
20w18a and workflow update
|
2020-04-30 10:28:48 +02:00 |
samo_lego
|
f5d7de0b41
|
Starting with player position protection. RN throws NPE when leaving server
|
2020-04-23 14:57:02 +02:00 |
samo_lego
|
eb927bbf37
|
20w17a and Loom update
|
2020-04-23 09:54:35 +02:00 |
samo_lego
|
2d6911484a
|
Build fixes, present in previous commit.
|
2020-04-19 17:13:16 +02:00 |
samo_lego
|
efe8f5727c
|
Rewamped UUIDs + gradle bugfix
|
2020-04-19 17:00:23 +02:00 |
samo_lego
|
8ba4879c6e
|
Mod should now be compatible with carpetmod /player cmd. Thanks for help, @sug0
|
2020-04-19 16:44:35 +02:00 |
samo_lego
|
c71604bc8a
|
Fixing carpet fake player incompatibility. Thanks @sug0
|
2020-04-19 13:46:52 +02:00 |
samo_lego
|
4c838cb477
|
Fixed player not being authenticated after joining.
|
2020-04-19 10:30:33 +02:00 |
samo_lego
|
06e30f7f15
|
Exception throwing if mod couldn't create save dir.
|
2020-04-19 10:12:14 +02:00 |
samo_lego
|
0fc462b642
|
Started with new uuid system.
|
2020-04-19 09:38:43 +02:00 |
samo_lego
|
b54a27b93a
|
Merge remote-tracking branch 'origin/master'
|
2020-04-16 14:26:49 +02:00 |
samo_lego
|
27cdcf324d
|
Fixed NPE that could occur when stopping server.
|
2020-04-16 14:26:27 +02:00 |
samo_lego
|
d6eb9ebf1e
|
Update README.md
|
2020-04-16 09:22:29 +02:00 |
samo_lego
|
45536d33fe
|
Configuring GH actions
Auto-building?
|
2020-04-16 09:15:55 +02:00 |
samo_lego
|
898ed03e26
|
20w16a fixes, updating.
|
2020-04-15 19:22:36 +02:00 |
samo_lego
|
52f2f3c3f8
|
Added "Logged in from another location" protection.
|
2020-04-15 19:21:15 +02:00 |
samo_lego
|
bd595b60de
|
Added username char checking (regex).
|
2020-04-14 22:23:19 +02:00 |
samo_lego
|
79ebe3962e
|
Session polishing.
|
2020-04-14 19:47:35 +02:00 |
samo_lego
|
d2ec59f269
|
Session polishing.
|
2020-04-14 19:45:54 +02:00 |
samo_lego
|
26fbe4fcd7
|
Bump version to 1.3.3
|
2020-04-13 20:28:52 +02:00 |
samo_lego
|
367aa29646
|
Added player sessions.
|
2020-04-13 20:23:10 +02:00 |
samo_lego
|
e884f37b11
|
Changed DB writing to allow more data to be stored.
|
2020-04-13 20:22:13 +02:00 |
samo_lego
|
ef301883b7
|
Starting with password caching.
|
2020-04-12 17:54:52 +02:00 |
samo_lego
|
9ec2e4478c
|
Auth command cleanup, clearer method names at db class.
|
2020-04-12 16:55:50 +02:00 |
samo_lego
|
30e261c767
|
Merge branch 'leveldb' - switched from SQLite to leveldb database.
|
2020-04-12 16:27:50 +02:00 |
samo_lego
|
9af4995fdc
|
Added option for limiting password length.
|
2020-04-12 16:11:14 +02:00 |
samo_lego
|
c4ca8ca18f
|
Bugfix - unregistering didn't de-authenticate player.
|
2020-04-11 19:32:10 +02:00 |
samo_lego
|
1083665fac
|
Checking if user is registered, finalising leveldb.
|
2020-04-11 19:27:49 +02:00 |
samo_lego
|
65a2c5de15
|
Starting with leveldb database system.
|
2020-04-10 14:57:15 +02:00 |
samo_lego
|
2430d220d1
|
20w15a + bug fix
|
2020-04-09 10:40:07 +02:00 |
samo_lego
|
a92b25e2ec
|
Bump version to 1.3.2
|
2020-04-08 14:46:12 +02:00 |
samo_lego
|
6cda3d7d08
|
Nether portal rescue working.
|
2020-04-07 21:10:01 +02:00 |
samo_lego
|
cbe720198c
|
Really ugly, but working rescue (+S direction)
|
2020-04-07 20:25:20 +02:00 |
samo_lego
|
5172dcd059
|
Starting portal rescue feature.
|
2020-04-07 14:28:23 +02:00 |
samo_lego
|
c9a99dbec7
|
Gradle & Library update.
|
2020-04-05 21:56:00 +02:00 |
samo_lego
|
2bd71eefee
|
Merge branch 'master' of https://github.com/samolego/SimpleAuth
|
2020-04-05 20:24:38 +02:00 |
samo_lego
|
c807d3c650
|
Update README.md
|
2020-04-05 20:23:33 +02:00 |
samo_lego
|
5aa82f0db0
|
20w14a update
Updating, plus fixing colors in config.
|
2020-04-05 20:23:11 +02:00 |
samo_lego
|
ddb5fb22cd
|
Config color polishing
Some fixes
|
2020-04-04 12:37:40 +02:00 |