a8addf946b
Minor improvements and version bumps
2017-07-02 08:37:43 +02:00
a245288359
Migrated everything except
...
- the Bytes utilities class - it's easier to do in Java as with Kotlin byte + byte = int
- the demo project, which I'm not sure I'll migrate. Maybe I'll make a new Kotlin Demo application
2017-06-28 00:01:05 +02:00
aee5debdd2
Fixed system test and added some fixes for Java backwards compatibility
2017-06-27 17:22:48 +02:00
322bddcc4f
Migrated networking and fixed networking tests
2017-06-25 20:06:17 +02:00
894e0ff724
Fixes and improvements, SystemTest still broken
2017-06-16 07:03:12 +02:00
83e50e1ad1
Migrated BitmessageContext and fixed some tests
2017-06-08 16:59:24 +02:00
fa0e53289c
Migrated core and extension modules to Kotlin
...
(Except BitmessageContext and Bytes)
2017-06-06 16:36:07 +02:00
239c6ec7f4
Fixed NullPointerException
2017-05-16 17:20:52 +02:00
dca0330a7c
Bumped dependency versions
2017-04-03 18:21:08 +02:00
841fb7eccd
Test fixes and improvements
2017-04-02 21:02:20 +02:00
5849e68d20
Keep order of labels
2017-03-30 16:31:36 +02:00
3ab3d7a0ca
ConversationService additions, fixed migration script
2017-03-30 16:30:46 +02:00
d9090eb70c
Some code to work with conversations
2017-03-13 22:49:40 +01:00
732032b1b5
Fixed some bugs and some tests
2016-12-21 08:09:53 +01:00
6d67598a40
First implementation of extended message encoding. Works as far as the PyBitmessage implementation, with some additional code.
2016-12-11 14:02:32 +01:00
489b8968e0
Refactored use of the DefaultMessageListener so it's retrieved from the InternalContext
2016-09-12 08:18:30 +02:00
a240606909
Minor improvements and fixes
2016-09-05 19:35:36 +02:00
dad05d835b
Created an improved JdbcNodeRegistry and removed MemoryNodeRegistry, as it doesn't properly work with the way nodes are handled and disseminated in the new PyBitmessage client. The new one should work a lot more stable.
2016-09-01 07:35:46 +02:00
102d63e2c6
Fixed message count per label
2016-08-25 08:50:06 +02:00
caa2219a63
It looks like the NIO network handler works now - some testing needed to see how reliably
2016-08-24 22:17:02 +02:00
3a92bab9ba
Merge remote-tracking branch 'origin/develop' into feature/nio
2016-08-17 07:46:52 +02:00
1eac644813
Fixed error in AbstractMessageRepository (archived messages couldn't be found)
2016-08-15 11:52:43 +02:00
d130080df2
Implemented methods offer and request, system test works now but synchronization is still broken.
2016-07-08 18:14:41 +02:00
c1fa642b4e
Made tests more stable, albeit slightly slower
2016-05-28 11:04:47 +02:00
725d2b848e
Fixed migration and added resend and cleanup options to demo application
2016-05-24 17:19:29 +02:00
14849a82ea
Refactored JdbcMessageRepository so that alternative implementations can be done easier
2016-05-20 23:58:08 +02:00
c3d8a07e83
Added unit tests and fixed bug
2016-05-20 23:00:27 +02:00
43f42dd400
This breaks a lot of things, but it seems necessary. Implemented the resending mechanism and fixed many problems on the way, but tests and triggers are still to do.
2016-05-20 07:32:41 +02:00
05d9ea93d2
Acknowledgments are now returned, received, and the message (Plaintext object) updated
...
-> no logic to resend messages yet
2016-05-06 19:39:39 +02:00
678a48ac3f
Fixed system test and ProofOfWorkService
2016-05-05 10:50:22 +02:00
a0505f5704
Minor improvements to the demo Application and a fix for when the ACK is empty
2016-04-25 08:13:46 +02:00
ddd5826f42
Fixed feature bitfield calculation/resolution
2016-04-13 07:32:35 +02:00
4f7f80c12a
Added tests and code improvements
2016-04-08 19:22:40 +02:00
32ea3517fe
Chans should now work.
...
Other deterministic addresses should be easy to implement, but aren't done yet
2016-04-07 17:24:56 +02:00
57057298a1
Code cleanup
2016-02-26 16:30:45 +01:00
9ca28ead66
Code cleanup
2016-02-26 16:12:43 +01:00
2a17e6024f
Code cleanup
2016-02-26 15:06:47 +01:00
bc68a5d3ec
Code cleanup & improvements
...
- most notably removed some unnecessary synchronize blocks in the DefaultNetworkHandler
2016-02-26 14:34:08 +01:00
f6add5b2ea
Code cleanup
2016-02-25 16:36:43 +01:00
9f1e0057c9
Code cleanup
2016-02-24 23:10:04 +01:00
4dd639e651
Code cleanup
2016-02-24 22:51:35 +01:00
af3e63f592
Improved tests for cryptography
2016-02-09 17:09:22 +01:00
60adf73616
Improved tests for repositories
2016-02-07 23:36:35 +01:00
5f4dbfc985
Version 1.0.1-SNAPSHOT - fixed issue with requesting pubkey, and problem where your keys are overwritten if you try to import a contact again or worse, your identity as a contact
2016-01-31 18:11:20 +01:00
9f05af8bb7
Finally fixed the bug that was haunting me for the last week.
2016-01-21 20:32:23 +01:00
733335ef42
Improved performance and network stability
2016-01-19 21:09:46 +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
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