Commit Graph

20 Commits

Author SHA1 Message Date
1a33f744d6 Some improvements for Java interoperability 2017-07-08 19:53:29 +02:00
35d7486869 Added dependency management and bumped gradle version 2017-07-02 11:46:27 +02:00
a8addf946b Minor improvements and version bumps 2017-07-02 08:37:43 +02:00
894e0ff724 Fixes and improvements, SystemTest still broken 2017-06-16 07:03:12 +02:00
fa0e53289c Migrated core and extension modules to Kotlin
(Except BitmessageContext and Bytes)
2017-06-06 16:36:07 +02:00
dca0330a7c Bumped dependency versions 2017-04-03 18:21:08 +02:00
0fadb40c6c Improved tests and fixed some 2016-06-16 19:47:59 +02:00
08f2d5d6f1 Added write(ByteBuffer) to Streamable interface and a first draft for a NioNetworkHandler 2016-05-28 10:22:47 +02:00
678a48ac3f Fixed system test and ProofOfWorkService 2016-05-05 10:50:22 +02:00
c7594795f0 Fixed tests & bugs, removed Ack payload type (a GenericPayload is now used)
- SystemTest don't work yet, sending messages seems broken
- ProofOfWorkService needs some work, the current solution is a hack (and might be the reason above tests are broken)
2016-05-02 11:11:29 +02:00
4f7f80c12a Added tests and code improvements 2016-04-08 19:22:40 +02:00
0a00a0a1b4 Code cleanup 2016-02-24 23:25:55 +01:00
9f1e0057c9 Code cleanup 2016-02-24 23:10:04 +01:00
ac6f291964 Renamed module 'domain' to 'core' to make its purpose more clear 2016-01-17 05:42:49 +01:00
549c8854ed Refactoring: renamed 'security' to 'cryptography' 2016-01-10 13:38:32 +01:00
fad3e07871 Some changes needed for POW server and some general improvements 2015-12-21 15:13:48 +01:00
61788802c5 Some POW improvements 2015-12-18 16:42:17 +01:00
ab6a3c56dd The POW callback is now a service and its state stored.
The proof of work engine therefore just has to remember its initial hash making server based POW easier.
2015-12-08 20:27:32 +01:00
991a0e5f86 Some improvements for custom message handling 2015-12-02 17:45:50 +01:00
99266712fa Some extensions for server POW 2015-11-28 20:27:05 +01:00