]> git.mxchange.org Git - hub.git/commit
More rewrites (and code stops):
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Oct 2014 11:13:32 +0000 (13:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Oct 2014 11:13:32 +0000 (13:13 +0200)
commit4243633833e9e46509b05df13b617d52180d8b8f
tree122b12a88b52da48e681cc088f4b9ce54e4b2e59
parent364c01267dc48ca3bc621e8918d0e60f171587c2
More rewrites (and code stops):
- Renamed a lot variables towards UNL (universal node locator) which allows not
  just ip:port locators but in a more URI-like style: protocol://address[:port]
  'address' could also be a fax number where you want to establish a
  "connection" to by sending the serialized base64-encoded data to.
- Renamed methods to reflect latest rewrites
- Updated core to latest changes

Signed-off-by: Roland Haeder <roland@mxchange.org>
23 files changed:
application/hub/interfaces/helper/nodes/class_NodeHelper.php
application/hub/interfaces/recipient/class_Recipient.php
application/hub/main/discovery/class_BaseNodeDiscovery.php
application/hub/main/discovery/package/class_PackageRecipientDiscovery.php
application/hub/main/factories/handler/class_ProtocolHandlerFactory.php
application/hub/main/handler/network/class_BaseRawDataHandler.php
application/hub/main/handler/network/udp/class_UdpRawDataHandler.php
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/lists/recipient/class_RecipientList.php
application/hub/main/nodes/boot/class_HubBootNode.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/package/class_NetworkPackage.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/statistics/connection/class_ConnectionStatisticsHelper.php
application/hub/main/tools/class_HubTools.php
application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/templates/xml/object_registry/object_registry.xml
core