]> git.mxchange.org Git - hub.git/commit
New exception and interface added, continued development:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Jun 2010 12:54:27 +0000 (12:54 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Jun 2010 12:54:27 +0000 (12:54 +0000)
commit57756cc6ddcf3c5145cd237145ef13ca1f569594
tree6b94763a229ced44c9fdded7760898427d9218f1
parent65fa80b65e64dae8622e0cbb966cf3abd23ba136
New exception and interface added, continued development:
- New InvalidSessionIdException added which will be thrown if the session id doesn't pass a preg_match() test
- TODO: That above mentioned preg_match() and the other now needs to be moved out
- New interface LookupablePeerState for "lookupable peer states" added
- Looking up session ids in database basicly added
.gitattributes
application/hub/exceptions/ids/.htaccess [new file with mode: 0644]
application/hub/exceptions/ids/class_InvalidSessionIdException.php [new file with mode: 0644]
application/hub/interfaces/lookup/peer_states/.htaccess [new file with mode: 0644]
application/hub/interfaces/lookup/peer_states/class_LookupablePeerState.php [new file with mode: 0644]
application/hub/main/database/wrapper/class_NodeListDatabaseWrapper.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/tools/class_HubTools.php