### WARNING: THIS FILE IS AUTO-GENERATED BY ./todo-builder.sh ###
### DO NOT EDIT THIS FILE. ###
-./application/hub/config.php:745:// @TODO This and the next value is very static again
-./application/hub/config.php:809:// @TODO This is very static, rewrite it to more flexible
+./application/hub/config.php:757:// @TODO This and the next value is very static again
+./application/hub/config.php:821:// @TODO This is very static, rewrite it to more flexible
./application/hub/interfaces/apt-proxy/class_AptProxy.php:10: * @todo We need to find a better name for this interface
./application/hub/interfaces/chat/class_Chatter.php:10: * @todo We need to find a better name for this interface
+./application/hub/interfaces/crawler/class_Crawler.php:10: * @todo We need to find a better name for this interface
./application/hub/interfaces/cruncher/class_CruncherHelper.php:10: * @todo We need to find a better name for this interface
./application/hub/interfaces/helper/connections/class_ConnectionHelper.php:10: * @todo Please find another name for this interface
./application/hub/interfaces/helper/connections/class_ConnectionHelper.php:38: * @todo We may want to implement a filter for ease notification of other objects like our pool
./application/hub/interfaces/helper/messages/class_MessageHelper.php:10: * @todo Please find another name for this interface
./application/hub/interfaces/helper/nodes/class_NodeHelper.php:10: * @todo We need to find a better name for this interface
+./application/hub/interfaces/miner/class_MinerHelper.php:10: * @todo We need to find a better name for this interface
./application/hub/interfaces/wrapper/class_NodeDhtWrapper.php:122: * @todo Add minimum/maximum age limitations
./application/hub/interfaces/wrapper/class_NodeDhtWrapper.php:132: * @todo Add timestamp to dataset instance
-./application/hub/main/class_BaseHubSystem.php:500: // @TODO On some systems it is 134, on some 107?
+./application/hub/main/chains/class_PackageFilterChain.php:54: * @todo This may be slow if a message with a lot tags arrived
+./application/hub/main/class_BaseHubSystem.php:528: // @TODO On some systems it is 134, on some 107?
./application/hub/main/commands/console/class_HubConsoleAptProxyCommand.php:107: * @todo Should we add some more filters?
./application/hub/main/commands/console/class_HubConsoleAptProxyCommand.php:58: * @todo Try to create a AptProxyActivationTask or so
./application/hub/main/commands/console/class_HubConsoleChatCommand.php:107: * @todo Should we add some more filters?
./application/hub/main/commands/console/class_HubConsoleChatCommand.php:58: * @todo Try to create a ChatActivationTask or so
+./application/hub/main/commands/console/class_HubConsoleCrawlerCommand.php:107: * @todo Should we add some more filters?
+./application/hub/main/commands/console/class_HubConsoleCrawlerCommand.php:58: * @todo Try to create a CrawlerActivationTask or so
./application/hub/main/commands/console/class_HubConsoleCruncherCommand.php:107: * @todo Should we add some more filters?
./application/hub/main/commands/console/class_HubConsoleCruncherCommand.php:58: * @todo Try to create a CruncherActivationTask or so
./application/hub/main/commands/console/class_HubConsoleMainCommand.php:114: * @todo Should we add some more filters?
./application/hub/main/commands/console/class_HubConsoleMainCommand.php:58: * @todo Try to create a HubActivationTask or so
+./application/hub/main/commands/console/class_HubConsoleMinerCommand.php:107: * @todo Should we add some more filters?
+./application/hub/main/commands/console/class_HubConsoleMinerCommand.php:58: * @todo Try to create a MinerActivationTask or so
./application/hub/main/cruncher/class_BaseHubCruncher.php:200: * @todo Try to make this method more generic so we can move it in BaseFrameworkSystem
./application/hub/main/cruncher/mcrypt/class_HubMcryptCruncher.php:108: * @todo Implement this method
./application/hub/main/cruncher/mcrypt/class_HubMcryptCruncher.php:138: * @todo 0% done
./application/hub/main/cruncher/mcrypt/class_HubMcryptCruncher.php:98: // @TODO Implement this method
-./application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php:383: // @TODO Unimplemented part
-./application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php:435: * @todo Add minimum/maximum age limitations
-./application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php:463: * @todo Add timestamp to dataset instance
-./application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php:174: * @todo Unfinished area
-./application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php:216: * @todo Unfinished area
./application/hub/main/dht/class_BaseDht.php:129: * @todo Add minimum/maximum age limitations
-./application/hub/main/dht/class_BaseDht.php:162: // @TODO Maybe add more small checks?
-./application/hub/main/dht/class_BaseDht.php:204: * @todo Find out if loadDescriptorXml() can be called only once to avoid a lot methods working.
-./application/hub/main/dht/class_BaseDht.php:244: * @todo 0% done
+./application/hub/main/dht/class_BaseDht.php:163: // @TODO Maybe add more small checks?
+./application/hub/main/dht/class_BaseDht.php:205: * @todo Find out if loadDescriptorXml() can be called only once to avoid a lot methods working.
+./application/hub/main/dht/class_BaseDht.php:245: * @todo 0% done
+./application/hub/main/dht/class_BaseDht.php:256: * @todo Switch flag 'accept_bootstrap'
./application/hub/main/dht/class_BaseDht.php:89: * @todo Find more to do here
./application/hub/main/dht/node/class_NodeDhtFacade.php:61: * @todo Does this data need to be enriched with more meta data?
./application/hub/main/discovery/package/class_PackageRecipientDiscovery.php:86: * @todo Add some validation of recipient field, e.g. ip:port is found
./application/hub/main/filter/apt-proxy/class_AptProxyWelcomeTeaserFilter.php:55: * @todo Handle over the $responseInstance to outputConsoleTeaser()
./application/hub/main/filter/bootstrap/apt-proxy/class_AptProxyBootstrapGenericActivationFilter.php:54: * @todo Maybe we want to do somthing more here?
./application/hub/main/filter/bootstrap/chat/class_ChatBootstrapGenericActivationFilter.php:54: * @todo Maybe we want to do somthing more here?
+./application/hub/main/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php:54: * @todo Maybe we want to do somthing more here?
./application/hub/main/filter/bootstrap/cruncher/class_CruncherBootstrapBufferQueueInitializerFilter.php:54: * @todo 0% done
./application/hub/main/filter/bootstrap/cruncher/class_CruncherBootstrapGenericActivationFilter.php:54: * @todo Maybe we want to do somthing more here?
+./application/hub/main/filter/bootstrap/miner/class_MinerBootstrapBufferQueueInitializerFilter.php:54: * @todo 0% done
+./application/hub/main/filter/bootstrap/miner/class_MinerBootstrapGenericActivationFilter.php:54: * @todo Maybe we want to do somthing more here?
./application/hub/main/filter/bootstrap/node/class_NodeBootstrapGeneratePrivateKeyFilter.php:54: * @todo 0% done
-./application/hub/main/filter/chains/class_PackageFilterChain.php:54: * @todo This may be slow if a message with a lot tags arrived
./application/hub/main/filter/chat/class_ChatInitializationFilter.php:54: * @todo 0% done
./application/hub/main/filter/chat/class_ChatPhpRequirementsFilter.php:55: * @todo Add more test and try to add an extra message to the thrown exception
./application/hub/main/filter/chat/class_ChatWelcomeTeaserFilter.php:55: * @todo Handle over the $responseInstance to outputConsoleTeaser()
./application/hub/main/filter/class_BaseHubFilter.php:56: * @todo Exceptions from renderXmlContent() are currently unhandled
+./application/hub/main/filter/crawler/class_CrawlerInitializationFilter.php:54: * @todo 0% done
+./application/hub/main/filter/crawler/class_CrawlerPhpRequirementsFilter.php:55: * @todo Add more test and try to add an extra message to the thrown exception
+./application/hub/main/filter/crawler/class_CrawlerWelcomeTeaserFilter.php:55: * @todo Handle over the $responseInstance to outputConsoleTeaser()
./application/hub/main/filter/cruncher/class_CruncherInitializationFilter.php:54: * @todo 0% done
./application/hub/main/filter/cruncher/class_CruncherInitializationFilter.php:87: // @TODO Can we rewrite this to app_exit() ?
./application/hub/main/filter/cruncher/class_CruncherPhpRequirementsFilter.php:55: * @todo Add more test and try to add an extra message to the thrown exception
./application/hub/main/filter/cruncher/class_CruncherWelcomeTeaserFilter.php:55: * @todo Handle over the $responseInstance to outputConsoleTeaser()
-./application/hub/main/filter/node/class_NodeInitializationFilter.php:87: // @TODO Can we rewrite this to app_exit() ?
+./application/hub/main/filter/miner/class_MinerInitializationFilter.php:54: * @todo 0% done
+./application/hub/main/filter/miner/class_MinerInitializationFilter.php:87: // @TODO Can we rewrite this to app_exit() ?
+./application/hub/main/filter/miner/class_MinerPhpRequirementsFilter.php:55: * @todo Add more test and try to add an extra message to the thrown exception
+./application/hub/main/filter/miner/class_MinerWelcomeTeaserFilter.php:55: * @todo Handle over the $responseInstance to outputConsoleTeaser()
+./application/hub/main/filter/node/class_NodeInitializationFilter.php:62: // @TODO Can we rewrite this to app_exit() ?
./application/hub/main/filter/node/class_NodePhpRequirementsFilter.php:55: * @todo Add more test and try to add an extra message to the thrown exception
./application/hub/main/filter/node/class_NodeWelcomeTeaserFilter.php:55: * @todo Handle over the $responseInstance to outputConsoleTeaser()
./application/hub/main/filter/shutdown/node/class_NodeShutdownFlushNodeListFilter.php:55: * @todo 0% done
./application/hub/main/filter/shutdown/node/class_NodeShutdownTaskHandlerFilter.php:55: * @todo 0% done
./application/hub/main/filter/task/apt-proxy/class_AptProxyTaskHandlerInitializerFilter.php:55: * @todo 5% done
./application/hub/main/filter/task/chat/class_ChatTaskHandlerInitializerFilter.php:55: * @todo 5% done
+./application/hub/main/filter/task/crawler/class_CrawlerTaskHandlerInitializerFilter.php:55: * @todo 5% done
./application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php:55: * @todo 5% done
+./application/hub/main/filter/task/miner/class_MinerTaskHandlerInitializerFilter.php:55: * @todo 5% done
./application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php:55: * @todo Maybe some more tasks needs to be added?
./application/hub/main/handler/answer-status/announcement/class_AnnouncementAnswerOkayHandler.php:64: * @todo Do some more here: Handle karma, et cetera?
./application/hub/main/handler/answer-status/requests/class_RequestNodeListAnswerOkayHandler.php:103: * @todo 0% done
./application/hub/main/handler/class_BaseHandler.php:66: * @todo Rewrite this to use DHT
./application/hub/main/handler/message-types/answer/class_NodeMessageDhtBootstrapAnswerHandler.php:93: * @todo ~30% done
./application/hub/main/handler/message-types/self-connect/class_NodeMessageSelfConnectHandler.php:71: // @TODO Throw an exception here instead of dying
-./application/hub/main/handler/network/class_BaseRawDataHandler.php:147: * @todo This method will be moved to a better place
+./application/hub/main/handler/network/class_BaseRawDataHandler.php:148: * @todo This method will be moved to a better place
./application/hub/main/handler/network/udp/class_UdpRawDataHandler.php:58: * @todo 0%
./application/hub/main/handler/tasks/class_TaskHandler.php:139: // @TODO Messurement can be added around this call
./application/hub/main/helper/connection/class_BaseConnectionHelper.php:204: // @TODO Move this to the socket error handler
./application/hub/main/listener/udp/class_UdpListener.php:153: * @todo ~50% done
./application/hub/main/lists/class_BaseList.php:276: // @TODO Extend this somehow?
./application/hub/main/lists/groups/class_ListGroupList.php:61: * @todo 0% done
+./application/hub/main/miner/chash/class_HubChashMiner.php:108: * @todo Implement this method
+./application/hub/main/miner/chash/class_HubChashMiner.php:138: * @todo 0% done
+./application/hub/main/miner/chash/class_HubChashMiner.php:98: // @TODO Implement this method
+./application/hub/main/miner/class_BaseHubMiner.php:200: * @todo Try to make this method more generic so we can move it in BaseFrameworkSystem
./application/hub/main/nodes/boot/class_HubBootNode.php:110: // @TODO Add some filters here
./application/hub/main/nodes/boot/class_HubBootNode.php:58: * @todo add some more special bootstrap things for this boot node
./application/hub/main/nodes/class_BaseHubNode.php:120: * @todo Make this code more generic and move it to CryptoHelper or
./application/hub/main/nodes/class_BaseHubNode.php:780: * @todo Handle thrown exception
./application/hub/main/nodes/list/class_HubListNode.php:58: * @todo Implement more bootstrap steps
./application/hub/main/nodes/list/class_HubListNode.php:79: // @TODO Add some filters here
+./application/hub/main/nodes/list/class_HubListNode.php:88: * @todo 0% done
./application/hub/main/nodes/master/class_HubMasterNode.php:58: * @todo Implement this method
./application/hub/main/nodes/master/class_HubMasterNode.php:83: // @TODO Add some filters here
+./application/hub/main/nodes/master/class_HubMasterNode.php:92: * @todo 0% done
./application/hub/main/nodes/regular/class_HubRegularNode.php:58: * @todo Implement this method
./application/hub/main/nodes/regular/class_HubRegularNode.php:79: // @TODO Add some filters here
+./application/hub/main/nodes/regular/class_HubRegularNode.php:88: * @todo 0% done
./application/hub/main/package/class_NetworkPackage.php:1117: * @todo This may be enchanced for outgoing packages?
./application/hub/main/package/class_NetworkPackage.php:1148: * @todo Unsupported feature of "signed" messages commented out
./application/hub/main/package/class_NetworkPackage.php:1237: * @todo Implement verification of all sent tags here?
./application/hub/main/producer/cruncher/keys/class_CruncherKeyProducer.php:72: * @todo ~30% done
./application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php:79: * @todo ~60% done
./application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php:88: // @TODO Unfinished work here
+./application/hub/main/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php:53: * @todo 0% done
+./application/hub/main/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php:64: * @todo 0% done
./application/hub/main/registry/socket/class_SocketRegistry.php:71: // @TODO Tested again base class, rewrite it to a generic interface!
./application/hub/main/resolver/state/peer/class_PeerStateResolver.php:59: * @todo ~30% done
./application/hub/main/states/dht/class_BaseDhtState.php:10: * @todo Create generic DHT interface
./application/hub/main/template/requests/class_XmlRequestNodeListTemplateEngine.php:10: * @todo This template engine does not make use of setTemplateType()
./application/hub/main/template/requests/class_XmlRequestNodeListTemplateEngine.php:74: * @todo Find something useful with this!
./application/hub/main/tools/class_HubTools.php:177: * @TODO Please try to encapsulate this PHP call into an own class
+./application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php:406: // @TODO Unimplemented part
+./application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php:464: * @todo Add minimum/maximum age limitations
+./application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php:492: * @todo Add timestamp to dataset instance
+./application/hub/main/wrapper/states/class_PeerStateLookupDatabaseWrapper.php:174: * @todo Unfinished area
+./application/hub/main/wrapper/states/class_PeerStateLookupDatabaseWrapper.php:216: * @todo Unfinished area
./core/inc/classes/exceptions/main/class_MissingMethodException.php:13: * @todo Try to rewrite user/guest login classes and mark this exception as deprecated
./core/inc/classes/exceptions/main/class_NoConfigEntryException.php:10: * @todo Rename this class to NoFoundEntryException
./core/inc/classes/interfaces/class_FrameworkInterface.php:11: * @todo Find a better name for this interface
./core/inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php:30: * @todo Find a nice casting here. (int) allows until and including 32766.
./core/inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php:54: * @todo Find a nice casting here. (int) allows until and including 32766.
-./core/inc/classes/main/class_BaseFrameworkSystem.php:1777: * @todo Write a logging mechanism for productive mode
-./core/inc/classes/main/class_BaseFrameworkSystem.php:1792: // @TODO Finish this part!
+./core/inc/classes/main/class_BaseFrameworkSystem.php:1778: * @todo Write a logging mechanism for productive mode
+./core/inc/classes/main/class_BaseFrameworkSystem.php:1793: // @TODO Finish this part!
./core/inc/classes/main/class_BaseFrameworkSystem.php:205: // @todo Try to clean these constants up
-./core/inc/classes/main/class_BaseFrameworkSystem.php:429: // @TODO __CLASS__ does always return BaseFrameworkSystem but not the extending (=child) class
-./core/inc/classes/main/class_BaseFrameworkSystem.php:503: * @todo SearchableResult and UpdateableResult shall have a super interface to use here
+./core/inc/classes/main/class_BaseFrameworkSystem.php:430: // @TODO __CLASS__ does always return BaseFrameworkSystem but not the extending (=child) class
+./core/inc/classes/main/class_BaseFrameworkSystem.php:504: * @todo SearchableResult and UpdateableResult shall have a super interface to use here
./core/inc/classes/main/commands/web/class_WebLoginAreaCommand.php:64: * @todo Add some stuff here: Some personal data, app/game related data
./core/inc/classes/main/commands/web/class_WebProblemCommand.php:58: * @todo 0% done
./core/inc/classes/main/commands/web/class_WebStatusCommand.php:58: * @todo 0% done
./core/inc/selector.php:11: * @todo Minimize these includes
./index.php:43: * @todo This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
### ### DEPRECATION FOLLOWS: ### ###
-./application/hub/exceptions/hub/class_HubAlreadyAnnouncedException.php:2:// @DEPRECATED
-./application/hub/interfaces/dht/class_Dht.php:2:// @DEPRECATED
-./application/hub/interfaces/helper/hub/class_HelpableHub.php:2:// @DEPRECATED
-./application/hub/interfaces/nodes/class_NodeHelper.php:2:// @DEPRECATED
-./application/hub/interfaces/query/class_Queryable.php:2:// @DEPRECATED
-./application/hub/interfaces/queues/class_Queueable.php:2:// @DEPRECATED
-./application/hub/interfaces/visitor/connector/class_QueryConnectorVisitor.php:2:// @DEPRECATED
-./application/hub/interfaces/visitor/connector/class_QueueConnectorVisitor.php:2:// @DEPRECATED
-./application/hub/interfaces/visitor/query/class_QueryVisitor.php:2:// @DEPRECATED
-./application/hub/interfaces/visitor/queue/class_QueueVisitor.php:2:// @DEPRECATED
-./application/hub/interfaces/wrapper/class_NodeListWrapper.php:2:// @DEPRECATED
-./application/hub/main/connectors/class_BaseConnector.php:2:// @DEPRECATED
-./application/hub/main/connectors/query/class_BaseQueryConnector.php:2:// @DEPRECATED
-./application/hub/main/connectors/query/local/class_LocalQueryConnector.php:2:// @DEPRECATED
-./application/hub/main/connectors/queues/class_BaseQueueConnector.php:2:// @DEPRECATED
-./application/hub/main/connectors/queues/local/class_LocalQueueConnector.php:2:// @DEPRECATED
-./application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php:2:// @DEPRECATED
-./application/hub/main/filter/activation/node/class_NodeActivationSelfAnnouncementFilter.php:2:// @DEPRECATED
-./application/hub/main/filter/bootstrap/node/class_NodeBootstrapInitQueuesFilter.php:2:// @DEPRECATED
-./application/hub/main/filter/bootstrap/node/class_NodeBootstrapRestoreNodeListFilter.php:2:// @DEPRECATED
-./application/hub/main/filter/shutdown/node/class_NodeShutdownDeinitQueuesFilter.php:2:// @DEPRECATED
-./application/hub/main/handler/message-types/class_NodeMessageAnnouncementHandler.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/announcement/class_HubAnnouncementHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/answer/announcement/class_NodeAnnouncementMessageAnswerHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/answer/class_BaseHubAnswerHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/answer/requests/class_NodeRequestNodeListMessageAnswerHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/class_BaseHubHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/connection/class_HubSelfConnectHelper.php:2:// @DEPRECATED
-./application/hub/main/helper/hub/requests/class_NodeRequestNodeListHelper.php:2:// @DEPRECATED
-./application/hub/main/lists/query/local/class_LocalQueryList.php:2:// @DEPRECATED
./application/hub/main/nodes/class_BaseHubNode.php:56: * @deprecated
-./application/hub/main/queries/class_BaseQuery.php:2:// @DEPRECATED
-./application/hub/main/queries/local/class_LocalQuery.php:2:// @DEPRECATED
-./application/hub/main/queues/class_BaseQueue.php:2:// @DEPRECATED
-./application/hub/main/queues/peer/class_LocalPeerQueue.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/announcement/class_HubSelfAnnouncementTask.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/chunks/class_HubChunkAssemblerTask.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/class_HubSelfConnectTask.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/class_HubSocketListenerTask.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/decoder/class_HubPackageDecoderTask.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/ping/class_HubPingTask.php:2:// @DEPRECATED
-./application/hub/main/tasks/hub/update/class_HubUpdateCheckTask.php:2:// @DEPRECATED
-./application/hub/main/template/dht/class_XmlBootstrapTemplateEngine.php:2:// @DEPRECATED
./core/inc/classes/exceptions/main/class_MissingMethodException.php:14: * @deprecated Please do no longer use this exception
./core/inc/classes/interfaces/database/backend/class_DatabaseFrontendInterface.php:2:// @DEPRECATED
./core/inc/classes/interfaces/database/frontend/class_DatabaseFrontendInterface.php:2:// @DEPRECATED