Commit Graph

92 Commits

Author SHA1 Message Date
Dave
ee92afd7da changed hashing method to use toString, bytearray may have proved
inconsistent
2015-12-05 14:05:09 +02:00
Dave
d0e2b2d69a Changed from static system var to explicit constructor
(consider changing to a generic NoCore/NoSession type in future)
2015-11-29 15:50:26 +02:00
Dave
d230b610da added exception to ClassNotFound error in setupNoUserClass 2015-11-29 15:27:56 +02:00
Dave
495a227da1 clean up this. 2015-11-29 11:53:53 +02:00
Dave
9108b2720a stopped ignoring actions on Hash (they are lifetime incremetors) 2015-11-29 11:36:30 +02:00
Dave
24c44e08d6 NoUser is now abstract 2015-11-29 11:24:47 +02:00
Dave
44d2ee3cc5 added @NoHash annotation to the correct fields in TestNoUser 2015-11-29 11:09:55 +02:00
Dave
72900ea252 Added extra catches to user state change 2015-11-28 23:02:10 +02:00
Dave
7c0271f527 cleanup 2015-11-28 22:53:54 +02:00
Dave
256ba00cf8 fixed equals for subclasses 2015-11-28 22:34:27 +02:00
Dave
aea01e35ed added GSON, assorted changes to try get a different file system working 2015-11-28 22:19:47 +02:00
Dave
21669a1477 enabled env RSA strength 2015-09-06 22:30:01 +02:00
Dave
7f137556aa exception now passed up with class not found 2015-09-06 22:29:53 +02:00
Dave
a96ea6c130 pass IO exceptions down through confirm 2015-09-06 20:27:00 +02:00
Dave
3058f440d3 IO exceptions now pass up through UserNotValid 2015-07-21 21:41:46 +02:00
Dave
b4f55a80d0 added exported jar to gitignore 2015-07-05 22:42:39 +02:00
Dave
5f5a75bafa test suite testing NoDashBasicTests and NoRoutineTest 2015-07-05 22:14:49 +02:00
Dave
6bc466954e System.out cleanup 2015-07-05 22:14:16 +02:00
Dave
c7596effeb warning cleanup 2015-07-05 22:13:54 +02:00
Dave
2865590088 large set of functional tests, passing all except the HandshakeAction 2015-07-05 20:08:45 +02:00
Dave
333473a511 comment 2015-07-05 18:58:17 +02:00
Dave
f59d60d066 added action count to change hash properly 2015-07-05 18:58:03 +02:00
Dave
06fd5e9845 changed byteSet from Collection to List so as to iterate by index 2015-07-05 18:57:25 +02:00
Dave
81f9361eda shred() takes into account new user status to set the correct hash to
offline
2015-07-05 18:56:13 +02:00
Dave
ad951798e8 starting to add a functional test suite showcasing basic implementation
details and action behaviour
2015-07-04 17:43:55 +02:00
Dave
e46620cb37 javadoc 2015-07-04 16:33:29 +02:00
Dave
6176bede43 adding license 2015-07-04 15:36:56 +02:00
Dave
a0321aa45a more javadoc 2015-07-04 15:34:04 +02:00
Dave
5fd699c805 - removed NoSessionConfirmedException from getSessionState
- added javadocs
2015-07-04 15:30:08 +02:00
Dave
1cc6f9c4b9 merged adapter into master, moved NoRegister to models package 2015-07-04 14:54:39 +02:00
Dave
7a3a78f78f import cleanup 2015-07-04 14:50:10 +02:00
Dave
fa5b5628a4 ignoring nosystem.hash 2015-07-04 14:47:38 +02:00
Dave
cd1c7bdc69 all basic tests pass! 2015-07-04 14:46:22 +02:00
Dave
1c1a6012bf import cleanup 2015-07-03 23:43:06 +02:00
Dave
9dac03891c removed system.out.println 2015-07-03 23:27:10 +02:00
Dave
788e2a8dc4 set up NoUtil to use a env secret key 2015-07-03 23:24:57 +02:00
Dave
c0b2c1c82d massive changes
- Changed NoCore to a non-static object
- Cut out all spheres in favour of a NoAdapter interface
- Added basic NoDefaultAdapter object, should be overridden in prod uses
2015-07-03 22:44:28 +02:00
Dave
1e543bafc1 name refactors 2015-06-29 22:34:47 +02:00
Dave
178616adcb warning fixes 2015-06-29 22:29:25 +02:00
Dave
59b2be78c1 Test tweaks, expecting the correct error 2015-06-29 22:27:54 +02:00
Dave
7f641d31e3 Declaring generic List interface rather than ArrayList 2015-06-28 22:37:07 +02:00
Dave
a40d5e9738 renaming to adhere to GoogleStyle conventions 2015-06-28 21:50:46 +02:00
Dave
6ff5e60046 added register constructor method 2015-06-28 21:48:00 +02:00
Dave
bd931e1dce removed unnecessary catch 2015-06-28 21:32:24 +02:00
Dave
e3873ed22c removed some catches, added nullpointer checks 2015-06-28 21:32:15 +02:00
Dave
64e408a67a added a test for allowed secret key size 2015-06-28 21:17:29 +02:00
Dave
6166e77646 unit tests 2015-06-27 23:46:46 +02:00
Dave
bb12dcc555 added NoUserTest 2015-06-27 22:33:47 +02:00
Dave
01d15cc24d changed getHashString to use Base64 2015-06-27 22:33:39 +02:00
Dave
ae4266b9ba removed shitty """"unit tests"""" 2015-06-27 22:00:13 +02:00