]> git.mxchange.org Git - hub.git/commit
Rewrote processMessage() to accept whole arrays + added filter for handling
authorRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 21:16:33 +0000 (23:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 21:16:33 +0000 (23:16 +0200)
commit79acde36944b08ef27370877a9844e40a0fa26ff
tree77d97d8f8e2307c2e27b02cbf6ffd1d3f726ed22
parent97ec849079494e71d8f759c752340a9c7fc16a88
Rewrote processMessage() to accept whole arrays + added filter for handling
hash + sender over to the miner for "mining" the hash.

Signed-off-by: Roland Haeder <roland@mxchange.org>
17 files changed:
application/hub/config.php
application/hub/interfaces/filter/class_FilterablePackage.php
application/hub/interfaces/package/class_Receivable.php
application/hub/main/chains/class_PackageFilterChain.php
application/hub/main/factories/chain/class_PackageFilterChainFactory.php
application/hub/main/filter/class_BaseHubFilter.php
application/hub/main/filter/package/.htaccess [new file with mode: 0644]
application/hub/main/filter/package/class_PackageHashToMinerFilter.php [new file with mode: 0644]
application/hub/main/filter/tags/answer/class_PackageAnnouncementAnswerTagFilter.php
application/hub/main/filter/tags/answer/class_PackageDhtBootstrapAnswerTagFilter.php
application/hub/main/filter/tags/answer/class_PackageRequestNodeListAnswerTagFilter.php
application/hub/main/filter/tags/class_PackageAnnouncementTagFilter.php
application/hub/main/filter/tags/class_PackageDhtBootstrapTagFilter.php
application/hub/main/filter/tags/class_PackageRequestNodeListTagFilter.php
application/hub/main/filter/tags/class_PackageSelfConnectTagFilter.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/tools/class_HubTools.php