Commit Graph

  • e6d40cde76 Try to fix tests on travis. Unfortunately they work fine locally, so there may be several of those attempts. chris 2016-09-12 11:15:07 +02:00
  • 71124d7b01 Fixed tests chris 2016-09-12 10:02:52 +02:00
  • 489b8968e0 Refactored use of the DefaultMessageListener so it's retrieved from the InternalContext chris 2016-09-12 08:18:30 +02:00
  • a240606909 Minor improvements and fixes chris 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. chris 2016-09-01 07:35:46 +02:00
  • 827973f642 Improved connecting to the network chris 2016-08-29 12:30:26 +02:00
  • 53aa2c6804 Slightly improved the problem with stale objects in the requested objects list. But I don't know how to properly solve it, there may always be some left. chris 2016-08-25 12:44:06 +02:00
  • 102d63e2c6 Fixed message count per label chris 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 chris 2016-08-24 22:17:02 +02:00
  • 3a92bab9ba Merge remote-tracking branch 'origin/develop' into feature/nio chris 2016-08-17 07:46:52 +02:00
  • 1eac644813 Fixed error in AbstractMessageRepository (archived messages couldn't be found) chris 2016-08-15 11:52:43 +02:00
  • 41c4447514 Automatically set version from git - Uses last tag on master branch (this is set on 'git flow release finish') - branch name snapshot otherwise, e.g. 'feature-nio-SNAPSHOT', 'develop-SNAPSHOT' chris 2016-08-12 22:02:06 +02:00
  • 631e71bc74 Updated gradle (cherry picked from commit 52422d3) chris 2016-08-12 11:04:04 +02:00
  • 86cfc66a40 Automatically set version from git - Uses last tag on master branch (this is set on 'git flow release finish') - branch name snapshot otherwise, e.g. 'feature-nio-SNAPSHOT', 'develop-SNAPSHOT' chris 2016-08-12 16:27:57 +02:00
  • 52422d3398 Updated gradle chris 2016-08-12 11:04:04 +02:00
  • cd3a801704 Used wrong nonce for version message chris 2016-08-09 19:50:11 +02:00
  • 505818a712 Added option to connect to local Bitmessage client (This makes it easier to debug some problem or make some tests) chris 2016-08-08 18:00:50 +02:00
  • 92229151a5 It seems travis is a bit slow sometimes, so I raised the timeout for the NetworkHandlerTest chris 2016-07-29 11:47:05 +02:00
  • 334a510743 Fixes, improved tests and other improvements chris 2016-07-29 07:49:53 +02:00
  • 56ebb7b8fa Better memory management for the out buffer chris 2016-07-27 07:38:39 +02:00
  • 48ff975ffd Better memory management for the in buffer (the same TODO for the out buffer. chris 2016-07-25 07:52:27 +02:00
  • 82ee4d05bb Raised test timeout, as the Jacoco run seems to be considerably slower. chris 2016-07-10 06:55:24 +02:00
  • 50f2c7e080 Fixed synchronisation chris 2016-07-09 16:37:12 +02:00
  • d130080df2 Implemented methods offer and request, system test works now but synchronization is still broken. chris 2016-07-08 18:14:41 +02:00
  • 8431f984a6 Added API documentation, still much room for improvement. remote_mirror_45dabd099d533b95880da9dc6724cbab/gh-pages origin/gh-pages gh-pages chris 2016-07-01 19:20:45 +02:00
  • 207f761196 Merge branch 'gh-pages' of github.com:Dissem/Jabit into gh-pages chris 2016-06-29 20:19:15 +02:00
  • 3d6ff5993e minor improvements to the dwpendencies page chris 2016-06-29 06:44:34 +02:00
  • d10412346d Update api.md chris 2016-06-28 11:08:02 +02:00
  • 9b7c456435 Update api.md chris 2016-06-28 11:06:56 +02:00
  • d12ffcfdf8 Some work on the dependencies page - renamed .markdown files to .md - a fix in the about page - a new (still empty) API page chris 2016-06-27 10:10:52 +02:00
  • 277b1bdca7 Ordered pages chris 2016-06-26 09:28:04 +02:00
  • 6cd50e054e This should fix some more broken paths chris 2016-06-25 22:32:41 +02:00
  • a44a562a07 This should fix the broken paths chris 2016-06-25 19:23:42 +02:00
  • 712151b0ea Initial project site, there's a lot to do still chris 2016-06-25 12:52:19 +02:00
  • abc2f63aa6 Some further fixes and improvements, not all tests working yet chris 2016-06-20 16:33:47 +02:00
  • ae2120675f Tests with NioNetworkHandler as peer work now chris 2016-06-18 23:09:23 +02:00
  • 0fadb40c6c Improved tests and fixed some chris 2016-06-16 19:47:59 +02:00
  • ed4fd1002b Improved uint reading chris 2016-06-12 20:53:05 +02:00
  • 62d40fb2c3 Improved unsigned byte comparison chris 2016-06-12 20:43:23 +02:00
  • 12fb794203 Minor test improvements chris 2016-06-09 17:40:26 +02:00
  • cde4f7b3ce Some refactoring to move some common code into an AbstractConnection chris 2016-06-01 17:38:49 +02:00
  • 425a9dd6bf Merge branch 'develop' into feature/nio chris 2016-05-28 11:05:39 +02:00
  • c1fa642b4e Made tests more stable, albeit slightly slower chris 2016-05-28 11:04:47 +02:00
  • 08f2d5d6f1 Added write(ByteBuffer) to Streamable interface and a first draft for a NioNetworkHandler chris 2016-05-28 10:22:47 +02:00
  • b8f88b02d1 Improved tests chris 2016-05-26 22:50:37 +02:00
  • 5c4892d153 Added test chris 2016-05-26 06:55:31 +02:00
  • 3d2cea91ce Merge branch 'feature/ACK' into develop chris 2016-05-24 19:36:41 +02:00
  • 22108527f3 Minor update to the README file chris 2016-05-24 19:35:41 +02:00
  • 725d2b848e Fixed migration and added resend and cleanup options to demo application chris 2016-05-24 17:19:29 +02:00
  • 409dccd0be Fixed broken JavaDoc and removed unused import chris 2016-05-24 07:45:34 +02:00
  • ed6344c662 Added BitmessageContext method to resent unacknowledged messages and updated README.md chris 2016-05-23 20:11:44 +02:00
  • 14849a82ea Refactored JdbcMessageRepository so that alternative implementations can be done easier chris 2016-05-20 23:58:08 +02:00
  • c3d8a07e83 Added unit tests and fixed bug chris 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. chris 2016-05-20 07:32:41 +02:00
  • e44dd967d0 Test for NodeRegistry chris 2016-05-13 12:24:16 +02:00
  • a67ac27921 Fixed yet another test chris 2016-05-10 07:26:25 +02:00
  • 05d9ea93d2 Acknowledgments are now returned, received, and the message (Plaintext object) updated -> no logic to resend messages yet chris 2016-05-06 19:39:39 +02:00
  • de8f04e22a Added warning to Labeler for developers who want to implement it. chris 2016-05-06 17:29:39 +02:00
  • 4f0b2cb8f8 Fixed system test (this time for real) chris 2016-05-06 14:13:39 +02:00
  • 678a48ac3f Fixed system test and ProofOfWorkService chris 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) chris 2016-05-02 11:11:29 +02:00
  • 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) chris 2016-04-29 15:29:22 +02:00
  • 8df42a6cf0 Merge branch 'develop' into feature/ACK chris 2016-04-28 19:32:21 +02:00
  • 784b192bab Simplyfied MultiThreadedPOWEngine and thread pool creation chris 2016-04-28 07:15:48 +02:00
  • a0505f5704 Minor improvements to the demo Application and a fix for when the ACK is empty chris 2016-04-25 08:13:46 +02:00
  • 61890b3da9 Some improvements to the application chris 2016-04-15 17:18:11 +02:00
  • ddd5826f42 Fixed feature bitfield calculation/resolution chris 2016-04-13 07:32:35 +02:00
  • c31ec7a9e5 Fixed problems after merging chris 2016-04-12 17:27:19 +02:00
  • 6f4f51aef3 Merge branch 'develop' into feature/ACK chris 2016-04-11 23:41:23 +02:00
  • e8ddf90363 Provide a more flexible way to label messages. I'm not quite sure about chans yet chris 2016-04-11 15:10:59 +02:00
  • 4f7f80c12a Added tests and code improvements chris 2016-04-08 19:22:40 +02:00
  • f70c15da38 Some code for deterministic addresses - needs tests chris 2016-04-07 23:01:16 +02:00
  • 32ea3517fe Chans should now work. Other deterministic addresses should be easy to implement, but aren't done yet chris 2016-04-07 17:24:56 +02:00
  • ead5341b2e Some code for supporting chans chris 2016-03-31 20:04:23 +02:00
  • 3e5e431d6f Code cleanup chris 2016-02-28 23:03:00 +01:00
  • 57057298a1 Code cleanup chris 2016-02-26 16:30:45 +01:00
  • 9ca28ead66 Code cleanup chris 2016-02-26 16:12:43 +01:00
  • 2a17e6024f Code cleanup chris 2016-02-26 15:06:47 +01:00
  • bc68a5d3ec Code cleanup & improvements - most notably removed some unnecessary synchronize blocks in the DefaultNetworkHandler chris 2016-02-26 14:34:08 +01:00
  • 382cb80a87 Updated badges chris 2016-02-26 14:01:26 +01:00
  • f6add5b2ea Code cleanup chris 2016-02-25 16:36:43 +01:00
  • 0a00a0a1b4 Code cleanup chris 2016-02-24 23:25:55 +01:00
  • 9f1e0057c9 Code cleanup chris 2016-02-24 23:10:04 +01:00
  • 4dd639e651 Code cleanup chris 2016-02-24 22:51:35 +01:00
  • f5215be8c6 Merge remote-tracking branch 'origin/master' into develop chris 2016-02-24 19:43:21 +01:00
  • a72718d4e8 Update README.md chris 2016-02-24 16:53:11 +01:00
  • 8b2133977c Merge pull request #20 from Erkan-Yilmaz/patch-1 chris 2016-02-24 16:21:07 +01:00
  • f17f26bf34 typo Erkan Yilmaz 2016-02-24 15:14:42 +01:00
  • 86accb94f2 Update README.md chris 2016-02-24 14:34:14 +01:00
  • ccb102efd7 Update README.md chris 2016-02-15 16:54:13 +01:00
  • f71671e04a Added tests for DefaultMessageListener and ProofOfWorkService and some minor improvements chris 2016-02-15 07:33:38 +01:00
  • e4a69f42b0 Fixed problem with sending broadcasts (while adding some tests) chris 2016-02-13 08:03:05 +01:00
  • af3e63f592 Improved tests for cryptography chris 2016-02-09 17:09:22 +01:00
  • 60adf73616 Improved tests for repositories chris 2016-02-07 23:36:35 +01:00
  • 9c375d6608 Update README.md chris 2016-02-06 17:27:12 +01:00
  • db64b55510 Version 1.0.2-SNAPSHOT bump Fixed NPE if you create a Plaintext object without recipient chris 2016-02-06 15:47:13 +01:00
  • 06dbfbf64a Update README.md chris 2016-02-04 13:01:03 +01:00
  • 58e9644ff1 Merge tag '1.0.1' into develop chris 2016-02-04 10:18:40 +01:00
  • d580d6983b Merge branch 'release/1.0.1' 1.0.1 chris 2016-02-04 10:18:39 +01:00
  • 9231cf5eaa Skip system tests by default as they don't work on Travis CI chris 2016-02-04 10:12:43 +01:00