Jabit/core/src/main/java/ch/dissem/bitmessage/ports
Christian Basler 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
..
AbstractCryptography.java Improved tests and fixed some 2016-06-16 19:47:59 +02:00
AbstractMessageRepository.java Fixed error in AbstractMessageRepository (archived messages couldn't be found) 2016-08-15 11:52:43 +02:00
AddressRepository.java Chans should now work. 2016-04-07 17:24:56 +02:00
Cryptography.java Some refactoring to move some common code into an AbstractConnection 2016-06-01 17:38:49 +02:00
CustomCommandHandler.java Renamed module 'domain' to 'core' to make its purpose more clear 2016-01-17 05:42:49 +01:00
DefaultLabeler.java Fixed system test (this time for real) 2016-05-06 14:13:39 +02:00
Inventory.java Renamed module 'domain' to 'core' to make its purpose more clear 2016-01-17 05:42:49 +01:00
Labeler.java Added warning to Labeler for developers who want to implement it. 2016-05-06 17:29:39 +02:00
MessageRepository.java 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
MultiThreadedPOWEngine.java Simplyfied MultiThreadedPOWEngine and thread pool creation 2016-04-28 07:15:48 +02:00
NetworkHandler.java Fixes, improved tests and other improvements 2016-07-29 07:49:53 +02:00
NodeRegistry.java Renamed module 'domain' to 'core' to make its purpose more clear 2016-01-17 05:42:49 +01:00
NodeRegistryHelper.java 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
ProofOfWorkEngine.java Renamed module 'domain' to 'core' to make its purpose more clear 2016-01-17 05:42:49 +01:00
ProofOfWorkRepository.java Fixed system test (this time for real) 2016-05-06 14:13:39 +02:00
SimplePOWEngine.java Code cleanup & improvements 2016-02-26 14:34:08 +01:00