X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=docs%2FTODOs.txt;h=0ea51295a54b3714d5d7e99d6ec91c2c9bcb48a5;hb=e42e5cccbe065c9f54478350c9b96f408c648a9e;hp=7f2fbd2f0e6455d9cb618a78de0412bb96166a6f;hpb=75790a096272f205dffe59c58b3642ce7c2023d8;p=hub.git diff --git a/docs/TODOs.txt b/docs/TODOs.txt index 7f2fbd2f0..0ea51295a 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -28,6 +28,7 @@ ./application/hub/main/filter/bootstrap/chat/class_ChatBootstrapGenericActivationFilter.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/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() @@ -41,6 +42,7 @@ ./application/hub/main/filter/shutdown/node/class_NodeShutdownDeinitQueuesFilter.php:55: * @todo 0% done ./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/tags/class_PackageAnnouncementTagFilter.php:95: * @todo Exceptions from renderXmlContent() are currently unhandled ./application/hub/main/filter/task/chat/class_ChatTaskHandlerInitializerFilter.php:55: * @todo 5% done ./application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php:55: * @todo 5% done ./application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php:55: * @todo Maybe some more tasks needs to be added? @@ -56,8 +58,7 @@ ./application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php:86: // @TODO The whole resolving part should be moved out and made more configurable ./application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php:10: * @todo Find an interface for hub helper ./application/hub/main/helper/connection/udp/class_UdpConnectionHelper.php:56: * @todo Implement a filter for ease notification of other objects like the pool -./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:10: * @todo Find an interface for hub helper -./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:61: * @todo Rewrite the ->renderXmlContent() call to no arguments +./application/hub/main/helper/hub/announcement/class_HubAnnouncementHelper.php:10: * @todo Find an interface for hub helper ./application/hub/main/helper/hub/connection/class_HubSelfConnectHelper.php:10: * @todo Find an interface for hub helper ./application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php:53: * @todo 0% done ./application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php:64: * @todo 0% done @@ -88,15 +89,16 @@ ./application/hub/main/nodes/regular/class_HubRegularNode.php:58: * @todo Implement this method ./application/hub/main/nodes/regular/class_HubRegularNode.php:68: * @todo Unfinished method ./application/hub/main/nodes/regular/class_HubRegularNode.php:91: // @TODO Add some filters here +./application/hub/main/package/class_NetworkPackage.php:1060: * @todo Implement verification of all sent tags here? ./application/hub/main/package/class_NetworkPackage.php:23: * @todo Needs to add functionality for handling the object's type -./application/hub/main/package/class_NetworkPackage.php:277: // @TODO crc32() is very weak, but it needs to be fast -./application/hub/main/package/class_NetworkPackage.php:348: // @TODO crc32() is very weak, but it needs to be fast -./application/hub/main/package/class_NetworkPackage.php:502: // @TODO We may want to do somthing more here? -./application/hub/main/package/class_NetworkPackage.php:540: * @todo Unfinished area, signature are currently not supported -./application/hub/main/package/class_NetworkPackage.php:646: // @TODO Add some logging here -./application/hub/main/package/class_NetworkPackage.php:776: // @TODO Add some logging here -./application/hub/main/package/class_NetworkPackage.php:927: * @todo This may be enchanced for outgoing packages? -./application/hub/main/package/class_NetworkPackage.php:958: * @todo Unsupported feature commented out +./application/hub/main/package/class_NetworkPackage.php:287: // @TODO crc32() is very weak, but it needs to be fast +./application/hub/main/package/class_NetworkPackage.php:358: // @TODO crc32() is very weak, but it needs to be fast +./application/hub/main/package/class_NetworkPackage.php:512: // @TODO We may want to do somthing more here? +./application/hub/main/package/class_NetworkPackage.php:550: * @todo Unfinished area, signatures are currently NOT fully supported +./application/hub/main/package/class_NetworkPackage.php:657: // @TODO Add some logging here +./application/hub/main/package/class_NetworkPackage.php:789: // @TODO Add some logging here +./application/hub/main/package/class_NetworkPackage.php:940: * @todo This may be enchanced for outgoing packages? +./application/hub/main/package/class_NetworkPackage.php:971: * @todo Unsupported feature of "signed" messages commented out ./application/hub/main/package/fragmenter/class_PackageFragmenter.php:275: * @todo Implement a way to send non-announcement packages with extra-salt ./application/hub/main/package/fragmenter/class_PackageFragmenter.php:427: * @todo $helperInstance is unused ./application/hub/main/producer/cruncher/keys/class_CruncherKeyProducer.php:106: // @TODO Do something with it @@ -142,8 +144,8 @@ ./inc/classes/exceptions/main/class_MissingMethodException.php:13: * @todo Try to rewrite user/guest login classes and mark this exception as deprecated ./inc/classes/exceptions/main/class_NoConfigEntryException.php:10: * @todo Rename this class to NoFoundEntryException ./inc/classes/interfaces/class_FrameworkInterface.php:11: * @todo Find a better name for this interface -./inc/classes/main/class_BaseFrameworkSystem.php:1665: * @todo Write a logging mechanism for productive mode -./inc/classes/main/class_BaseFrameworkSystem.php:1679: // @TODO Finish this part! +./inc/classes/main/class_BaseFrameworkSystem.php:1668: * @todo Write a logging mechanism for productive mode +./inc/classes/main/class_BaseFrameworkSystem.php:1682: // @TODO Finish this part! ./inc/classes/main/class_BaseFrameworkSystem.php:195: // @todo Try to clean these constants up ./inc/classes/main/class_BaseFrameworkSystem.php:476: * @todo SearchableResult and UpdateableResult shall have a super interface to use here ./inc/classes/main/commands/web/class_WebLoginAreaCommand.php:64: * @todo Add some stuff here: Some personal data, app/game related data @@ -246,6 +248,7 @@ ./inc/selector.php:11: * @todo We should minimize these includes ./index.php:57: * @todo This method is old code and needs heavy rewrite and should be moved to ApplicationHelper ### ### DEPRECATION FOLLOWS: ### ### +./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:2:// @DEPRECATED ./application/hub/main/nodes/class_BaseHubNode.php:53: * @deprecated ./inc/classes/exceptions/main/class_MissingMethodException.php:14: * @deprecated Please do no longer use this exception ./inc/classes.php:9: * @deprecated