]> git.mxchange.org Git - hub.git/commit - application/hub/config.php
Continued on rewrite:
authorRoland Haeder <roland@mxchange.org>
Fri, 31 Oct 2014 22:43:41 +0000 (23:43 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 31 Oct 2014 22:43:41 +0000 (23:43 +0100)
commitd9442666cf3dee440aeca9ac1377880d3d01f3a3
treeac0a1603673938239d4639f8356ea23e92f1830a
parent4243633833e9e46509b05df13b617d52180d8b8f
Continued on rewrite:
- Added new interface + first (completely unfinished) implementation for UNL discovery
-
- Made UNL upper-case

Signed-off-by: Roland Haeder <roland@mxchange.org>
50 files changed:
application/hub/config.php
application/hub/interfaces/discovery/class_Discoverable.php
application/hub/interfaces/discovery/dht/.htaccess [deleted file]
application/hub/interfaces/discovery/dht/class_DiscoverableDhtRecipient.php [deleted file]
application/hub/interfaces/discovery/node/.htaccess [deleted file]
application/hub/interfaces/discovery/node/class_DiscoverableNodeRecipient.php [deleted file]
application/hub/interfaces/discovery/recipient/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/class_DiscoverableRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/dht/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/dht/class_DiscoverableDhtRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/node/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/node/class_DiscoverableNodeRecipient.php [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/socket/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/recipient/socket/class_DiscoverableSocket.php [new file with mode: 0644]
application/hub/interfaces/discovery/socket/.htaccess [deleted file]
application/hub/interfaces/discovery/socket/class_DiscoverableSocket.php [deleted file]
application/hub/interfaces/discovery/unl/.htaccess [new file with mode: 0644]
application/hub/interfaces/discovery/unl/class_DiscoverableUniversalNodeLocator.php [new file with mode: 0644]
application/hub/interfaces/helper/nodes/class_NodeHelper.php
application/hub/interfaces/recipient/class_Recipient.php
application/hub/main/discovery/class_ [new file with mode: 0644]
application/hub/main/discovery/class_BaseNodeDiscovery.php
application/hub/main/discovery/dht/.htaccess [deleted file]
application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php [deleted file]
application/hub/main/discovery/node/.htaccess [new file with mode: 0644]
application/hub/main/discovery/node/class_UniversalNodeLocatorDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/package/.htaccess [deleted file]
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php [deleted file]
application/hub/main/discovery/recipient/.htaccess [new file with mode: 0644]
application/hub/main/discovery/recipient/class_ [new file with mode: 0644]
application/hub/main/discovery/recipient/class_BaseRecipientDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/recipient/dht/.htaccess [new file with mode: 0644]
application/hub/main/discovery/recipient/dht/class_DhtRecipientDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/recipient/package/.htaccess [new file with mode: 0644]
application/hub/main/discovery/recipient/package/class_PackageRecipientDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/recipient/socket/.htaccess [new file with mode: 0644]
application/hub/main/discovery/recipient/socket/class_PackageSocketDiscovery.php [new file with mode: 0644]
application/hub/main/discovery/socket/.htaccess [deleted file]
application/hub/main/discovery/socket/class_PackageSocketDiscovery.php [deleted file]
application/hub/main/lists/recipient/class_RecipientList.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
application/hub/main/recipient/class_
application/hub/main/recipient/dht/class_DhtRecipient.php
application/hub/main/recipient/direct/class_DirectRecipient.php
application/hub/main/recipient/self/class_SelfRecipient.php
application/hub/main/recipient/upper/class_UpperRecipient.php
application/hub/main/tools/class_HubTools.php
application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
core