Commit Graph

34 Commits

Author SHA1 Message Date
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
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
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
1cc6f9c4b9 merged adapter into master, moved NoRegister to models package 2015-07-04 14:54:39 +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
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
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
01d15cc24d changed getHashString to use Base64 2015-06-27 22:33:39 +02:00
Dave
213df01c78 Converted ArrayList to List declaration 2015-06-27 21:56:19 +02:00
Dave
34b9a748f9 formatting 2015-06-27 21:50:28 +02:00
Dave
7bb6c6fdfa unused 2015-02-01 00:06:06 +02:00
Dave
ff35dd8680 Added a private randomizer field to prevent editing user data so as to
affect the resultant hash
2015-01-31 22:12:56 +02:00
Dave
fb63626fc5 removed unused imports 2015-01-06 23:56:01 +02:00
Dave
88ceee62ac getRSAPublicKey now returns a copy of the public key rather than the
object itself
2015-01-06 23:54:15 +02:00
Dave
4c2ae7fa8a Removed System.out.println 2015-01-06 23:53:36 +02:00
Dave
2f71b567a8 changes to Base64 (sun --> apache codec) 2015-01-06 18:59:34 +02:00
Dave
df651d96c9 Added null check to UUID decryption 2015-01-05 22:22:36 +02:00
Dave
7e2c130561 renamed encrypt/decryptByteStream to just enc/dec (overload consistency) 2014-12-26 17:37:40 +02:00
Dave
ee72415e63 Removed all incidents of e.printStackTrace, wrapped errors with
NoDashFatalExceptions instead of overwriting
2014-12-26 17:15:54 +02:00
Dave
b270be5795 added .process() to NoAction 2014-12-21 23:27:09 +02:00
Dave
902a00d625 Updated NoSession to use newest NoHashSphere changes 2014-12-21 00:33:28 +02:00
Dave
bce0155abe Added license 2014-12-21 00:13:27 +02:00
Dave
38c2d0de5d Initial commit 2014-12-16 01:01:48 +02:00