Commit Graph

33 Commits

Author SHA1 Message Date
2e4bd8289e Added tests for reading and writing 2020-10-29 12:30:13 +01:00
243f44ef23 Added empty constructor 2020-10-29 11:45:40 +01:00
70331f6f3c Finished reading from stream 2020-10-29 11:40:18 +01:00
cc3ddcdd4f Converter tests 2020-10-29 11:37:07 +01:00
26d06e96a8 Added char converters 2020-10-29 11:36:56 +01:00
609e39c771 changed converters to static 2020-10-29 11:36:15 +01:00
5a767c8cac Fixed jar compilation 2020-10-28 18:40:53 +01:00
90c705bb98 Added special server messages enum 2020-10-28 18:31:56 +01:00
f296770a21 Fixed wrong exception catching 2020-10-28 18:00:36 +01:00
1ac0d97ce7 Packets may now be constructed with string input 2020-10-28 17:50:16 +01:00
2a1b317fb1 Fixed junit issues with maven 2020-10-28 17:46:12 +01:00
0f939b9e09 Rearranged duplicate code fragments 2020-10-28 17:39:26 +01:00
34a1fa996d Fixed array comparisons / toString with hex 2020-10-28 17:35:41 +01:00
0d1987ce38 Commitment unit tests 2020-10-28 17:35:18 +01:00
6333067335 Fixed access 2020-10-28 17:31:29 +01:00
eb6d169bf4 Added log4j.properties 2020-10-28 17:31:21 +01:00
f7b3aaf3ee Implemented "Bob-side" constructor 2020-10-28 17:26:13 +01:00
3dd55f3a32 Added hash checker / removed redundant setters for safety 2020-10-28 17:25:08 +01:00
0cbdd1a10a Added getters/setters 2020-10-28 17:21:02 +01:00
0d3d38e773 Implemented commitment creation 2020-10-28 17:19:17 +01:00
3ba1463936 Added bytesToHex converter 2020-10-28 17:10:59 +01:00
c016da10fd Fixed bad string equality assertion 2020-10-28 16:55:16 +01:00
05af808c9b Testing protocols 2020-10-28 16:49:08 +01:00
9c1160ca2c Fixed bad allocation 2020-10-28 16:48:54 +01:00
fd589b416f Access permissions changed 2020-10-28 16:42:12 +01:00
7ad297526c Implemented packet deconstruction 2020-10-28 16:34:11 +01:00
4fe5dbb73a Fixed arraycopy source position 2020-10-28 16:29:25 +01:00
ce388dbd1e Added packet construction 2020-10-28 16:25:43 +01:00
fb57914a8e Changed raw field into char[] 2020-10-28 16:24:15 +01:00
bff694c524 Added protocol 2020-10-28 16:11:48 +01:00
51995d3ec0 Initialized Connection class 2020-10-28 16:01:08 +01:00
6891359902 Add log4j 2020-10-28 16:00:54 +01:00
d6aa0a8549 Initial commit 2020-10-28 15:08:28 +01:00