1
0
mirror of https://github.com/moparisthebest/xAuth synced 2024-08-13 16:53:52 -04:00
Commit Graph

39 Commits

Author SHA1 Message Date
Zach Iverson
a18a4cb336 Added version command (/xauth version) 2011-07-04 01:46:14 -04:00
Zach Iverson
500a9ac0dd 1. Fixed a bunch of issues with disabling forced registration
2. Database connection will be reestablised if the previous connection is closed
3. Location protection can now be turned on/off
4. Cleaned up code
2011-07-04 00:58:01 -04:00
Zach Iverson
69aeb90688 Whoops 2011-06-24 17:01:42 -04:00
Zach Iverson
581609eede 1. Accounts/Session are now reloaded from the database when a player joins the server to take external changes into effect
2. Allowed commands configuration (guest.allowed-commands)
3. Inventory protection now stores items and armor in the database to prevent item loss
4. register.error.disabled message fixed
2011-06-24 17:00:12 -04:00
Zach Iverson
79d5332e1d Fix for WorldEdit StringIndexOutOfBoundsException error 2011-06-23 06:51:14 -04:00
Zach Iverson
76f6b9e4b7 Beta 2 release 2011-06-21 04:33:32 -04:00
Zach Iverson
ce9757e2d5 Resetting of active status to 0 upon disconnect fixed 2011-06-20 06:40:55 -04:00
Zach Iverson
78e827eade 1. Fixed ENTITY_DAMAGE ClassCastException (http://forums.bukkit.org/threads/sec-xauth-v2-0-beta-1-offline-mode-security-suite-689-860.8712/page-18#post-397808)
2. Account activation fixed for servers using web registration
3. Error when a MySQL DATETIME field is 0000-00-00 00:00:00 fixed
2011-06-20 01:28:20 -04:00
Zach Iverson
79ef31afff 1. Fixed strikes not resetting
Writing up post for beta release now
2011-06-19 17:28:51 -04:00
Zach Iverson
341623d5e1 1. Increased salt length to 12
2. Fixed target-related message replacement
3. Added two new message replacement variables
2011-06-19 04:42:33 -04:00
Zach Iverson
e2983c79da Beta release in the next 1-2 days 2011-06-18 18:33:30 -04:00
Zach Iverson
f134bf7f91 lol spacing 2011-06-18 04:07:49 -04:00
Zach Iverson
3c25f064e2 sup 2011-06-18 03:55:26 -04:00
Zach Iverson
ab9743e4b6 Preparing.. like a boss 2011-06-13 08:08:27 -04:00
Zach Iverson
c758401c88 Added toggle alias (/xtoggle) 2011-06-10 04:40:32 -04:00
Zach Iverson
7a67ea21ee Fix for a player being teleported to their spot of death after selecting "Title Menu" upon dieing. 2011-06-05 17:06:41 -04:00
Zach Iverson
9058274754 scheduleSyncDelayedTask -> scheduleAsyncDelayedTask 2011-06-05 17:03:02 -04:00
CypherX
88f74bfe41 Various NullPointerException errors fixed
Players will now be teleported to ground level instead of underground or in the air when not logged in
Added configuration node to turn on/off location protection (misc.protect-locaton)
MineQuest entity interaction fixed
2011-05-12 17:39:11 -04:00
CypherX
98f4fd015c Players are now teleported to the spawn until they have logged in (this should fix falling into the void)
Compatibility for MultiInv, Backpack, and iZone
Strike system can now be toggled between kicking and banning the player's IP
Added alias /l (L) for /login
2011-04-30 21:01:21 -04:00
CypherX
5b5e11e372 Possible fix for players falling into the void 2011-04-24 00:00:23 -04:00
CypherX
f3784c771e Updated for Minecraft 1.5 2011-04-21 17:18:46 -04:00
CypherX
abfc44940c deleting more old stuff 2011-04-21 00:29:57 -04:00
CypherX
806b04d2fc deleting old stuff 2011-04-21 00:29:25 -04:00
CypherX
7b4bb667bf "Mavenized" xAuth, thanks to flames for the pull request 2011-04-21 00:28:32 -04:00
CypherX
b2da63abdb How did that get there.. 2011-04-18 20:29:31 -04:00
CypherX
2f57eaef54 join messages are now displayed after "x has joined the server"
Permissions error spam should be fixed
fixed some compatibility issues with other plugins
all events now use Priority.Lowest instead of Priority.Highest
cleaned up code
2011-04-18 20:20:27 -04:00
CypherX
29dd479377 Password complexity, force register and ip verification options, xauth.exclude permissions node to exclude a group/player from having to register, option to block players with blank names from joining the server, players are no longer kicked if someone with the same name joins the server, unregistering a player now notifies them and hides their inventory, registration.pw-min-length -> password.min-length, security.filter.* -> filter.* 2011-04-08 05:05:51 -04:00
CypherX
662794d69d Passwords are now stored as Whirlpool hashes and are converted to such when a player logs in. New /toggle options 2011-04-03 17:04:21 -04:00
CypherX
714bcd1e29 Added: /logout command
Changed: Forcing registration is now configurable, verification of IP addresses upon resuming a session is now configurable. /unregister now notifies the player if they are online.
2011-04-02 22:10:18 -04:00
CypherX
fdf0548bee Compatible with CraftBukkit #612 2011-04-01 00:20:04 -04:00
CypherX
a34c0bdecd updated to release version 1.1.5. I need to remember to update this more often 2011-03-31 01:17:22 -04:00
CypherX
cc9d039b75 Release version 1.1.4.1 2011-03-27 03:46:17 -04:00
CypherX
721739abca Release version 1.1.4 2011-03-26 22:41:40 -04:00
CypherX
5cca44837b Customizable message support 2011-03-26 04:21:47 -04:00
CypherX
7a24b5cae0 MultiInv compatibility *seems* to be fixed, revision of entire Settings class, illegal action notify limit fixed, multiple other small fixes/edits 2011-03-26 02:00:21 -04:00
CypherX
a3d219471d code cleanup 2011-03-25 20:58:43 -04:00
CypherX
3e83cdb1c7 weird spacing fix? 2011-03-25 20:45:36 -04:00
CypherX
77804cd530 restored to original file state 2011-03-25 20:42:41 -04:00
CypherX
1716232374 initial source commit 2011-03-25 20:41:16 -04:00