]> git.mxchange.org Git - hub.git/commit
New Exception added, registering of session ids added:
authorRoland Häder <roland@mxchange.org>
Sun, 13 Jun 2010 21:38:38 +0000 (21:38 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 13 Jun 2010 21:38:38 +0000 (21:38 +0000)
commit892e2113731fa21e0e60891394ed0b19cc360e85
tree33b8cedf9c752a7719b3d7f54a77ff241ad4ee67
parent57756cc6ddcf3c5145cd237145ef13ca1f569594
New Exception added, registering of session ids added:
- New PeerAlreadyRegisteredException added which is thrown when the peer is
  already registered with the same session id
- Registering of peers with their session id basicly added, purging unfinished
13 files changed:
.gitattributes
application/hub/config.php
application/hub/exceptions/peer/.htaccess [new file with mode: 0644]
application/hub/exceptions/peer/class_PeerAlreadyRegisteredException.php [new file with mode: 0644]
application/hub/interfaces/lookup/peer_states/class_LookupablePeerState.php
application/hub/main/database/wrapper/class_PeerStateLookupDatabaseWrapper.php
application/hub/main/factories/states/peer/class_PeerStateFactory.php
application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php
application/hub/main/lookup/peer/class_PeerStateLookupTable.php
application/hub/main/nodes/boot/class_HubBootNode.php
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/resolver/state/network/class_NetworkStateResolver.php
application/hub/main/tools/class_HubTools.php