Renamed method:
authorRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 19:37:48 +0000 (19:37 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 19:37:48 +0000 (19:37 +0000)
commite8a52ce5ce49f0a5de5d73e855c9a9f9473bc826
tree9752b3807c9855ec82d946a5e4ac7534f1db456d
parentee61b6f76e197afd289b08379ecbf5ed7e35ddf9
Renamed method:
- Renamed method findNodeBySessionId() to findNodeLocalBySessionId() as it only
  searches in locally stored data and doesn't query other nodes
- Added final (temporary) configuration entry 'node_list' which will be a
  BASE64-encoded and serialized array
application/hub/interfaces/distributable/class_Distributable.php
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/main/dht/node/class_NodeDhtFacade.php
application/hub/main/handler/message-types/requests/class_NodeMessageRequestNodeListHandler.php
application/hub/main/tools/class_HubTools.php