chris
22108527f3
Minor update to the README file
2016-05-24 19:35:41 +02:00
chris
725d2b848e
Fixed migration and added resend and cleanup options to demo application
2016-05-24 17:19:29 +02:00
chris
409dccd0be
Fixed broken JavaDoc and removed unused import
2016-05-24 07:45:34 +02:00
chris
ed6344c662
Added BitmessageContext method to resent unacknowledged messages and updated README.md
2016-05-23 20:11:44 +02:00
chris
14849a82ea
Refactored JdbcMessageRepository so that alternative implementations can be done easier
2016-05-20 23:58:08 +02:00
chris
c3d8a07e83
Added unit tests and fixed bug
2016-05-20 23:00:27 +02:00
chris
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
chris
e44dd967d0
Test for NodeRegistry
2016-05-13 12:25:04 +02:00
chris
a67ac27921
Fixed yet another test
2016-05-10 07:26:25 +02:00
chris
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
chris
de8f04e22a
Added warning to Labeler for developers who want to implement it.
2016-05-06 17:29:39 +02:00
chris
4f0b2cb8f8
Fixed system test (this time for real)
2016-05-06 14:13:39 +02:00
chris
678a48ac3f
Fixed system test and ProofOfWorkService
2016-05-05 10:50:22 +02:00
chris
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
chris
ea2cd7bf53
Improved labeler to cover all cases, and fixed when labels are set while sending (outbox vs sent)
...
Removed message callback with both didn't work and is obsolete (use a labeler descendant)
2016-04-29 15:29:22 +02:00
chris
8df42a6cf0
Merge branch 'develop' into feature/ACK
...
# Conflicts:
# core/src/main/java/ch/dissem/bitmessage/BitmessageContext.java
2016-04-28 19:32:21 +02:00
chris
784b192bab
Simplyfied MultiThreadedPOWEngine and thread pool creation
2016-04-28 07:15:48 +02:00
chris
a0505f5704
Minor improvements to the demo Application and a fix for when the ACK is empty
2016-04-25 08:13:46 +02:00
chris
61890b3da9
Some improvements to the application
2016-04-15 17:18:11 +02:00
chris
ddd5826f42
Fixed feature bitfield calculation/resolution
2016-04-13 07:32:35 +02:00
chris
c31ec7a9e5
Fixed problems after merging
2016-04-12 17:27:19 +02:00
chris
6f4f51aef3
Merge branch 'develop' into feature/ACK
...
# Conflicts:
# core/src/main/java/ch/dissem/bitmessage/DefaultMessageListener.java
# core/src/main/java/ch/dissem/bitmessage/InternalContext.java
# core/src/main/java/ch/dissem/bitmessage/entity/BitmessageAddress.java
# core/src/main/java/ch/dissem/bitmessage/entity/Plaintext.java
2016-04-11 23:41:23 +02:00
chris
e8ddf90363
Provide a more flexible way to label messages.
...
I'm not quite sure about chans yet
2016-04-11 15:10:59 +02:00
chris
4f7f80c12a
Added tests and code improvements
2016-04-08 19:22:40 +02:00
chris
f70c15da38
Some code for deterministic addresses - needs tests
2016-04-07 23:01:16 +02:00
chris
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
chris
ead5341b2e
Some code for supporting chans
2016-03-31 20:04:23 +02:00
chris
3e5e431d6f
Code cleanup
2016-02-28 23:03:00 +01:00
chris
57057298a1
Code cleanup
2016-02-26 16:30:45 +01:00
chris
9ca28ead66
Code cleanup
2016-02-26 16:12:43 +01:00
chris
2a17e6024f
Code cleanup
2016-02-26 15:06:47 +01:00
chris
bc68a5d3ec
Code cleanup & improvements
...
- most notably removed some unnecessary synchronize blocks in the DefaultNetworkHandler
2016-02-26 14:34:08 +01:00
chris
382cb80a87
Updated badges
2016-02-26 14:01:26 +01:00
chris
f6add5b2ea
Code cleanup
2016-02-25 16:36:43 +01:00
chris
0a00a0a1b4
Code cleanup
2016-02-24 23:25:55 +01:00
chris
9f1e0057c9
Code cleanup
2016-02-24 23:10:04 +01:00
chris
4dd639e651
Code cleanup
2016-02-24 22:51:35 +01:00
chris
f5215be8c6
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# README.md
2016-02-24 19:43:21 +01:00
chris
a72718d4e8
Update README.md
2016-02-24 16:53:11 +01:00
chris
8b2133977c
Merge pull request #20 from Erkan-Yilmaz/patch-1
...
typo
2016-02-24 16:21:07 +01:00
Erkan Yilmaz
f17f26bf34
typo
2016-02-24 15:14:42 +01:00
chris
86accb94f2
Update README.md
...
added link to IRC channel (thanks, kiwiirc!)
2016-02-24 14:34:14 +01:00
chris
ccb102efd7
Update README.md
2016-02-15 16:54:13 +01:00
chris
f71671e04a
Added tests for DefaultMessageListener and ProofOfWorkService
...
and some minor improvements
2016-02-15 07:33:38 +01:00
chris
e4a69f42b0
Fixed problem with sending broadcasts
...
(while adding some tests)
2016-02-13 08:03:05 +01:00
chris
af3e63f592
Improved tests for cryptography
2016-02-09 17:09:22 +01:00
chris
60adf73616
Improved tests for repositories
2016-02-07 23:36:35 +01:00
chris
9c375d6608
Update README.md
2016-02-06 17:27:12 +01:00
chris
db64b55510
Version 1.0.2-SNAPSHOT bump
...
Fixed NPE if you create a Plaintext object without recipient
2016-02-06 15:47:13 +01:00
chris
06dbfbf64a
Update README.md
2016-02-04 13:01:03 +01:00