SuccessChanges

Summary

  1. Created RegexUtils class to provide commonly used Patterns for User input validation (details)
  2. Only allow Alphanumerical characters and underscores when registering a new username (details)
Commit efbf9bd3b902ed3fbd81c3808f7de31479f748f1 by CrushedPixel
Created RegexUtils class to provide commonly used Patterns for User input validation
The file was addedsrc/main/java/eu/crushedpixel/replaymod/utils/RegexUtils.java
Commit caf0807e8b65cc3f0410a86b1c56465d48d6f832 by CrushedPixel
Only allow Alphanumerical characters and underscores when registering a new username
Use RegexUtils in GuiUploadFile
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiRegister.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiUploadFile.java