SuccessChanges

Summary

  1. Fix NumberFormatException when page is not a valid number (commit: 654a1ac) (details)
  2. Add separate noMessage config option for when you display all messages (commit: 5e3b8f1) (details)
  3. Add ability for the Console to send and receive mail (commit: 4d1cd8a) (details)
  4. Fix tab completion not working when using different mail command (commit: dd70625) (details)
  5. Actually return on error (commit: 0adbe4f) (details)
  6. Make more syntax error configurable and send more specific ones (commit: bda3edf) (details)
  7. Don't send new message notification to the console if it's the sender (commit: 08660b5) (details)
Commit 654a1ac49cd05b1cafd7f182a0bfd621063084d3 by mail
Fix NumberFormatException when page is not a valid number
(commit: 654a1ac)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/MailCommand.java (diff)
The file was modifiedsrc/main/resources/config.yml (diff)
Commit 5e3b8f1c60480ef8b3590b1760c3a3ca39e00f67 by mail
Add separate noMessage config option for when you display all messages
(commit: 5e3b8f1)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/BungeeMail.java (diff)
The file was modifiedsrc/main/resources/config.yml (diff)
Commit 4d1cd8a68fac86031fc9d6729dc651bac2e506fb by mail
Add ability for the Console to send and receive mail
(commit: 4d1cd8a)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/BungeeMail.java (diff)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/MailCommand.java (diff)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/FlatFileBackend.java (diff)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/MySQLBackend.java (diff)
Commit dd70625be56c3bb87db4ebe1f556f8fd323b2b7d by mail
Fix tab completion not working when using different mail command
(commit: dd70625)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/PlayerListener.java (diff)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/MailCommand.java (diff)
Commit bda3edfed1c81f5f8970f74930e822eb1d9d7a62 by mail
Make more syntax error configurable and send more specific ones
(commit: bda3edf)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/MailCommand.java (diff)
The file was modifiedsrc/main/resources/config.yml (diff)
Commit 08660b5ff1561f35fdaa141ec86d684e1a71928a by mail
Don't send new message notification to the console if it's the sender
(commit: 08660b5)
The file was modifiedsrc/main/java/codecrafter47/bungeemail/BungeeMail.java (diff)