]> git.mxchange.org Git - hub.git/blobdiff - .gitattributes
Added new exception, script dies:
[hub.git] / .gitattributes
index 82f2b2aafad82e22515640fdc42ef12e5a19e151..6657d302baf91dd73c134e0c8adf355465db5fa3 100644 (file)
@@ -8,10 +8,14 @@ application/hub/data.php -text
 application/hub/debug.php -text
 application/hub/exceptions.php -text
 application/hub/exceptions/.htaccess -text
+application/hub/exceptions/hub/.htaccess -text
+application/hub/exceptions/hub/class_HubAlreadyAnnouncedException.php -text
 application/hub/exceptions/lists/.htaccess -text
 application/hub/exceptions/lists/class_InvalidListHashException.php -text
 application/hub/exceptions/lists/class_ListGroupAlreadyAddedException.php -text
 application/hub/exceptions/lists/class_NoListGroupException.php -text
+application/hub/exceptions/tasks/.htaccess -text
+application/hub/exceptions/tasks/class_InvalidTaskException.php -text
 application/hub/init.php -text
 application/hub/interfaces/.htaccess -text
 application/hub/interfaces/connectors/.htaccess -text
@@ -45,13 +49,25 @@ application/hub/interfaces/states/client/.htaccess -text
 application/hub/interfaces/states/client/class_ClientStateable.php -text
 application/hub/interfaces/states/hub/.htaccess -text
 application/hub/interfaces/states/hub/class_HubStateable.php -text
+application/hub/interfaces/tasks/.htaccess -text
+application/hub/interfaces/tasks/class_Taskable.php -text
 application/hub/interfaces/visitor/.htaccess -text
 application/hub/interfaces/visitor/class_Visitable.php -text
 application/hub/interfaces/visitor/class_Visitor.php -text
+application/hub/interfaces/visitor/connector/.htaccess -text
+application/hub/interfaces/visitor/connector/class_QueryConnectorVisitor.php -text
+application/hub/interfaces/visitor/decorator/.htaccess -text
+application/hub/interfaces/visitor/decorator/class_DecoratorVisitor.php -text
+application/hub/interfaces/visitor/listener/.htaccess -text
+application/hub/interfaces/visitor/listener/class_ListenerVisitor.php -text
 application/hub/interfaces/visitor/pool/.htaccess -text
 application/hub/interfaces/visitor/pool/class_PoolVisitor.php -text
 application/hub/interfaces/visitor/pool/listener/.htaccess -text
 application/hub/interfaces/visitor/pool/listener/class_ListenerPoolVisitor.php -text
+application/hub/interfaces/visitor/query/.htaccess -text
+application/hub/interfaces/visitor/query/class_QueryVisitor.php -text
+application/hub/interfaces/visitor/tasks/.htaccess -text
+application/hub/interfaces/visitor/tasks/class_TaskVisitor.php -text
 application/hub/loader.php -text
 application/hub/main/.htaccess -text
 application/hub/main/class_ -text
@@ -79,9 +95,12 @@ application/hub/main/database/.htaccess -text
 application/hub/main/database/wrapper/.htaccess -text
 application/hub/main/database/wrapper/class_NodeInformationDatabaseWrapper.php -text
 application/hub/main/database/wrapper/class_NodeListDatabaseWrapper.php -text
+application/hub/main/decorators/.htaccess -text
+application/hub/main/decorators/class_BaseDecorator.php -text
 application/hub/main/filter/.htaccess -text
 application/hub/main/filter/activation/.htaccess -text
 application/hub/main/filter/activation/class_HubActivation -text
+application/hub/main/filter/activation/class_HubActivationSelfAnnouncementFilter.php -text
 application/hub/main/filter/bootstrap/.htaccess -text
 application/hub/main/filter/bootstrap/class_HubBootstrap -text
 application/hub/main/filter/bootstrap/class_HubBootstrapAquireHubIdFilter.php -text
@@ -120,19 +139,29 @@ application/hub/main/handler/network/udp/.htaccess -text
 application/hub/main/handler/network/udp/class_UdpNetworkPackageHandler.php -text
 application/hub/main/handler/tasks/.htaccess -text
 application/hub/main/handler/tasks/class_TaskHandler.php -text
+application/hub/main/helper/.htaccess -text
+application/hub/main/helper/hub/.htaccess -text
+application/hub/main/helper/hub/announcement/.htaccess -text
+application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php -text
+application/hub/main/helper/hub/class_ -text
+application/hub/main/helper/hub/class_BaseHubHelper.php -text
 application/hub/main/iterator/.htaccess -text
 application/hub/main/iterator/class_ -text
 application/hub/main/iterator/class_BaseIterator.php -text
+application/hub/main/iterator/hub/.htaccess -text
+application/hub/main/iterator/hub/class_HubPingIterator.php -text
 application/hub/main/iterator/network/.htaccess -text
 application/hub/main/iterator/network/class_NetworkListenIterator.php -text
 application/hub/main/iterator/pool/.htaccess -text
-application/hub/main/iterator/pool/class_ShutdownPoolIterator.php -text
+application/hub/main/iterator/pool/class_DefaultIterator.php -text
 application/hub/main/iterator/pool/handler/.htaccess -text
 application/hub/main/iterator/pool/handler/class_Handler -text
 application/hub/main/iterator/pool/handler/class_HandlerPoolIterator.php -text
 application/hub/main/iterator/pool/shutdown/.htaccess -text
 application/hub/main/iterator/pool/shutdown/class_Shutdown -text
 application/hub/main/iterator/pool/shutdown/class_ShutdownPoolIterator.php -text
+application/hub/main/iterator/pool/tasks/.htaccess -text
+application/hub/main/iterator/pool/tasks/class_TaskPoolIterator.php -text
 application/hub/main/listener/.htaccess -text
 application/hub/main/listener/class_ -text
 application/hub/main/listener/class_BaseListener.php -text
@@ -157,6 +186,11 @@ application/hub/main/lists/groups/.htaccess -text
 application/hub/main/lists/groups/class_ListGroupList.php -text
 application/hub/main/lists/pool/.htaccess -text
 application/hub/main/lists/pool/class_PoolEntriesList.php -text
+application/hub/main/lists/query/.htaccess -text
+application/hub/main/lists/query/local/.htaccess -text
+application/hub/main/lists/query/local/class_LocalQueryList.php -text
+application/hub/main/lists/tasks/.htaccess -text
+application/hub/main/lists/tasks/class_TaskList.php -text
 application/hub/main/nodes/.htaccess -text
 application/hub/main/nodes/boot/.htaccess -text
 application/hub/main/nodes/boot/class_HubBootNode.php -text
@@ -175,6 +209,11 @@ application/hub/main/pools/client/.htaccess -text
 application/hub/main/pools/client/class_DefaultClientPool.php -text
 application/hub/main/pools/listener/.htaccess -text
 application/hub/main/pools/listener/class_DefaultListenerPool.php -text
+application/hub/main/queries/.htaccess -text
+application/hub/main/queries/class_ -text
+application/hub/main/queries/class_BaseQuery.php -text
+application/hub/main/queries/local/.htaccess -text
+application/hub/main/queries/local/class_LocalQuery.php -text
 application/hub/main/queues/.htaccess -text
 application/hub/main/queues/class_ -text
 application/hub/main/queues/class_BaseQueue.php -text
@@ -202,6 +241,14 @@ application/hub/main/states/hub/class_BaseHubState.php -text
 application/hub/main/tasks/.htaccess -text
 application/hub/main/tasks/class_ -text
 application/hub/main/tasks/class_BaseTask.php -text
+application/hub/main/tasks/hub/.htaccess -text
+application/hub/main/tasks/hub/announcement/.htaccess -text
+application/hub/main/tasks/hub/announcement/class_HubSelfAnnouncementTask.php -text
+application/hub/main/tasks/hub/class_HubSelfConnectTask.php -text
+application/hub/main/tasks/hub/ping/.htaccess -text
+application/hub/main/tasks/hub/ping/class_HubPingTask.php -text
+application/hub/main/tasks/hub/update/.htaccess -text
+application/hub/main/tasks/hub/update/class_HubUpdateCheckTask.php -text
 application/hub/main/tasks/idle/.htaccess -text
 application/hub/main/tasks/idle/class_IdleLoopTask.php -text
 application/hub/main/visitor/.htaccess -text
@@ -211,14 +258,19 @@ application/hub/main/visitor/pool/.htaccess -text
 application/hub/main/visitor/pool/class_ -text
 application/hub/main/visitor/pool/handler/.htaccess -text
 application/hub/main/visitor/pool/handler/class_Handler -text
-application/hub/main/visitor/pool/handler/class_HandlerListenerPoolVisitor.php -text
 application/hub/main/visitor/pool/shutdown/.htaccess -text
 application/hub/main/visitor/pool/shutdown/class_Shutdown -text
 application/hub/main/visitor/pool/shutdown/class_ShutdownListenerPoolVisitor.php -text
-application/hub/main/visitor/shutdown/.htaccess -text
-application/hub/main/visitor/shutdown/class_Shutdown -text
-application/hub/main/visitor/shutdown/class_ShutdownListenerPoolVisitor.php -text
+application/hub/main/visitor/tasks/.htaccess -text
+application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php -text
 application/hub/starter.php -text
+application/hub/templates/.htaccess -text
+application/hub/templates/xml/.htaccess -text
+application/hub/templates/xml/.xml -text
+application/hub/templates/xml/announcement/.htaccess -text
+application/hub/templates/xml/announcement/self_announcement.xml -text
+application/hub/templates/xml/node/.htaccess -text
+application/hub/templates/xml/node/node_status.xml -text
 /clear-cache.sh -text
 db/.htaccess -text
 db/news/.htaccess -text