Commits

[34 total ]
Avatar
Still haven't gotten the secured conduit working reliably yet, although

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-21 04:43 (about 1 year ago)

Avatar
Built a test case for the SecuredConduit.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-21 00:02 (about 1 year ago)

Avatar
Several fixes to get it all working on AMD64 platform with GDC.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-20 22:48 (about 1 year ago)

Avatar
Added license headers to a lot of the files which I had forgotten to add license headers to.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-11 01:16 (about 1 year ago)

Avatar
Wrote the first implementation of the encryption handshake for the SecuredSocket layer. Updated the Grande Plan to reflect new additions. SecuredSocket isn't finished yet, because it still cannot recognize failed encryption on the fly yet, but it's getting there.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-09 18:31 (about 1 year ago)

Avatar
Updated the Grand Plan to reflect recent developments.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-09 03:46 (about 1 year ago)

Avatar
Picked an encryption algorithm to obfuscate client-server communications from the game hackers (cheaters.) Reikon kindly let me borrow his implementation. Working on hacking it into a wrapper on top of SocketConduit for transparent encryption and decryption between client and server. It's not impervious to hacking (not by a long shot), but it's going to make it much more resistant to hacking.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-09 03:30 (about 1 year ago)

Avatar
Actually linked things together, so DSSS started compiling things. Had to fix a slew of errors. Changed Stupid hash's spelling to differentiate between long and string return types. Fixed a spelling error in IAuthnConnector, as well as changed the order of the HASH_TYPE enumeration to stop a forward reference. Added a reference to the authentication authority to the RequestHandler construct.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-06 02:13 (about 1 year ago)

Avatar
Cleared up an issue which involved me not being able to read the specification I wrote in IAuthnConnector. Documented the clarification in common.hash.Stupid for future reference.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-04 02:25 (about 1 year ago)

Avatar
Finished the testing authentication connector, also modified the authentication connector interface to add an authentication session end to allow the authenticator to let someone log off and then log back on instead of being stonewalled.

by Chris R. Miller (Using name ‘cmiller’) on 2008-09-04 02:14 (about 1 year ago)