X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2FTODOs.txt;h=93aca1a83211f693ddba223fea37e8d95090def3;hb=b7e4c1ed70bc3fa7f9cfb00071b20ba6002b989f;hp=906dc88efd470392502c498e3234b53f3c7d22a8;hpb=f7e3ad3f9e2322a6a8837409038c151bec2094f5;p=hub.git diff --git a/docs/TODOs.txt b/docs/TODOs.txt index 906dc88ef..93aca1a83 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -13,7 +13,7 @@ ./application/hub/main/filter/shutdown/class_HubShutdownFlushNodeListFilter.php:55: * @todo 0% done ./application/hub/main/filter/shutdown/class_HubShutdownTaskHandlerFilter.php:55: * @todo 0% done ./application/hub/main/filter/task/class_TaskHandlerInitializerFilter.php:55: * @todo 0% done -./application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php:61: * @todo 0% +./application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php:61: * @todo ~10% done ./application/hub/main/handler/network/udp/class_UdpNetworkPackageHandler.php:55: * @todo 0% ./application/hub/main/handler/tasks/class_TaskHandler.php:133: // @TODO Messurement can be added around this call ./application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php:10: * @todo Find an interface for hub helper @@ -24,17 +24,16 @@ ./application/hub/main/iterator/pool/handler/class_HandlerPoolIterator.php:11: * @todo latency-based iteration or similar approaches ./application/hub/main/iterator/pool/tasks/class_TaskPoolIterator.php:10: * @todo This current implementation is not recommended, use a ./application/hub/main/iterator/pool/tasks/class_TaskPoolIterator.php:11: * @todo latency-based iteration or similar approaches +./application/hub/main/listener/udp/class_UdpListener.php:101: * @todo ~50% done ./application/hub/main/listener/udp/class_UdpListener.php:61: * @todo stream_socket_server() was declared slow by some user comments. ./application/hub/main/listener/udp/class_UdpListener.php:62: * @todo Please rewrite it to socket_create() and its brothers. -./application/hub/main/listener/udp/class_UdpListener.php:85: * @todo 0% done ./application/hub/main/lists/class_BaseList.php:264: // @TODO Extend this somehow? ./application/hub/main/nodes/boot/class_HubBootNode.php:119: // @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/boot/class_HubBootNode.php:99: * @todo Unfinished method -./application/hub/main/nodes/class_BaseHubNode.php:407: * @todo Try to make this method more generic so we can move it in BaseFrameworkSystem -./application/hub/main/nodes/class_BaseHubNode.php:444: * @todo Change the first if() block to check for a specific state -./application/hub/main/nodes/class_BaseHubNode.php:582: // @TODO Add some criteria, e.g. if the node is active or so -./application/hub/main/nodes/class_BaseHubNode.php:611: // @TODO Add more states e.g. 'firewalled', 'senior' +./application/hub/main/nodes/class_BaseHubNode.php:420: * @todo Try to make this method more generic so we can move it in BaseFrameworkSystem +./application/hub/main/nodes/class_BaseHubNode.php:457: * @todo Change the first if() block to check for a specific state +./application/hub/main/nodes/class_BaseHubNode.php:595: // @TODO Add some criteria, e.g. if the node is active or so ./application/hub/main/nodes/list/class_HubListNode.php:58: * @todo Implement more bootstrap steps ./application/hub/main/nodes/list/class_HubListNode.php:68: * @todo Unfinished method ./application/hub/main/nodes/list/class_HubListNode.php:91: // @TODO Add some filters here @@ -44,18 +43,20 @@ ./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:103: crc32($content) // @TODO Not so good, but needs to be fast! +./application/hub/main/package/class_NetworkPackage.php:108: crc32($content) // @TODO Not so good, but needs to be fast! +./application/hub/main/package/class_NetworkPackage.php:146: // @TODO Add some logging here ./application/hub/main/package/class_NetworkPackage.php:22: * @todo Needs to add functionality for handling the object's type -./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:69: * @todo 0% -./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:78: // @TODO On some systems it is 134, on some 107? +./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:67: * @todo ~30% done +./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:76: // @TODO On some systems it is 134, on some 107? +./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:86: // @TODO We need to somehow detect the state/status of the remote peer and still maintain good speed. +./application/hub/main/resolver/state/network/class_NetworkStateResolver.php:87: // @TODO So maybe some pre-instancing of classes might help here to speedup this I/O intensive process. ./application/hub/main/tasks/hub/announcement/class_HubSelfAnnouncementTask.php:53: * @todo 0% ./application/hub/main/tasks/hub/class_HubSelfConnectTask.php:53: * @todo 0% ./application/hub/main/tasks/hub/ping/class_HubPingTask.php:63: * @todo 0% ./application/hub/main/tasks/hub/update/class_HubUpdateCheckTask.php:53: * @todo 0% -./application/hub/main/tasks/network/class_NetworkPackageWriterTask.php:53: * @todo 0% ./application/hub/main/template/announcement/class_AnnouncementTemplateEngine.php:10: * @todo This template engine does not make use of setTemplateType() ./application/hub/main/template/announcement/class_AnnouncementTemplateEngine.php:256: * @todo Find something useful with this! -./application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php:92: * @todo Does a query needs to perform some actions as an active task? +./application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php:94: * @todo Does a query needs to perform some actions as an active task? ./application/hub/main/visitor/tasks/class_ShutdownTaskVisitor.php:89: * @todo Does a query needs to perform some actions as an active task? ./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