summaryrefslogtreecommitdiff
path: root/loginsecurity.py
AgeCommit message (Collapse)Author
2016-06-23Patch buggy movement blocking when logging inloginsecurity-patch-1Dico
Added a separate event handler for PlayerMoveEvent which instead of cancelling the event, sets the new position to the old one. This should fix the buggy, flashy screen you get when you move your cursor while not yet logged in.
2016-05-30Cleaned up some of helpers.pyDico200
2015-11-25Revert "Merge branch 'wrapper' of ↵Dico200
https://github.com/RedstonerServer/redstoner-utils into wrapper" This reverts commit 4d5861fd3648e969b6a5dc6b210a81eccda2636c, reversing changes made to 9d0e4c99ba84d4efb7828704ed5b0a8e7bdfc52d.
2015-11-23Merge branch 'wrapper' of github.com:RedstonerServer/redstoner-utils into ↵BuildTools
wrapper First commit of working wrapper
2015-09-13Changed color for messagesPanFritz
2015-09-13Changed login event to highest, added a message to the command interruptPanFritz
2015-09-13Now cancles all commands besides /login whilst not logged inPanFritz
2015-08-18Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into devPanFritz
Conflicts: loginsecurity.py player.py
2015-08-17Changed timeout in loginsecurity to 60 secondsplayerNEMESIS13cz
2015-08-17Multiple bug fixes, loginsecurity fully functioningPanFritz
2015-08-17remade loginsecurity to use py_playerPanFritz
2015-08-13remove trailing whitespace, replace tabs with 4x spacejomo
2015-08-10Fixed error when user logs in multiple times while thread is processing hashesNEMESIS13cz
2015-08-10Removed unused stuffNEMESIS13cz
2015-08-10Changed kick timeout to 30 secondsNEMESIS13cz
2015-08-10Fixed kick threadNEMESIS13cz
2015-07-23 modified: loginsecurity.pyNEMESIS13cz
Fixed scheduler and commands
2015-07-08Changed importPanFritz
2015-07-08Removed player interact entity event from blocked eventsPanFritz
2015-07-08helpNoargs = FalsePanFritz
2015-07-08set amax = 0PanFritz
2015-07-08Removed usage from simple commandPanFritz
2015-07-08Fixed if statement for password removalPanFritz
2015-07-08Fixed syntaxPanFritz
2015-07-08Threaded password verifying, removed some checksPanFritz
2015-07-07removed commented code, fixed mysql issues. commented out timing threadPanFritz
2015-07-07Fixed mysql command missing '?'PanFritz
2015-07-07Fixing syntax errorsPanFritz
2015-07-07Changed import to secretPanFritz
2015-07-07commented out debug codePanFritz
2015-07-07fixed importPanFritz
2015-07-07Finished login security, added mysql support and password hashing.PanFritz
2015-04-17Added loginsecurity moduleDico200
Added to make an easily adjustible version of LoginSecurity. LoginSecurity does not (seem to) support name changes since it retrieves the UUID used from a byte[] of "OfflinePlayer:<username>" which means the UUID changes when a player changes their name. This should fix /rmpass. It uses BCrypt. I'll test this on the dev server (hoping bcrypt is installed)