Commit Graph

13 Commits

Author SHA1 Message Date
Cube d45b8ef846 Remove bouncycastle dependency from util 2016-03-08 13:56:12 +02:00
Cube bde4061b8a Store RSA in a PEM file instead of xml
- RsaKeyGenerator automatically saves the RSA keys in a PEM file
- Corrects key bit size suggestion
2016-03-08 13:55:08 +02:00
Cube 0eb8a6e7e6 Move RSA keys to their own file
RSA keys are sensitive information that should not be stored in git repositories.
This commit moves them to their own file, adds it to .gitignore and provides a template file.
2016-03-08 13:55:07 +02:00
Shubheksha Jalan f4662d729b Fixes #204 - corrected spelling of octet 2016-02-11 23:04:28 +05:30
atomicint d2b54bde4d Made test class names consistent with other tests
Make test classes final

Ensure all test method names are consistent
2016-02-09 10:21:34 -05:00
lare96 e58cd12745 GamePacketEncoder unit test fix for MTM -> MTB encoder. 2016-01-21 09:40:41 -05:00
lare96 7106ba7df7 Use MessageToByte vs MessageToMessage encoders
* Refactors GamePacketEncoder and LoginEncoder to extend from
  MessageToByteEncoder instead of MessageToMessageEncoder.
2016-01-21 11:12:45 +00:00
Major- ec95fe9d61 Fix login queue. 2015-08-30 21:20:24 +01:00
lare96 b41b920f3d Preconditions instead of if-statements for the GamePacketBuilder class. 2015-08-30 09:04:00 -04:00
Major- bf11a3567c Ensure login response is written immediately (thanks shamonj03). 2015-08-25 07:40:10 +01:00
Major- 02a3170382 Implement toString for Release. 2015-08-01 14:17:39 +01:00
Major- 0877805982 Fix two failing tests. 2015-05-27 14:53:42 +01:00
Major- e4778105f5 Modularise! Also add some unit tests. 2015-05-26 13:49:27 +01:00