]> git.mxchange.org Git - hub.git/commit
Tasks added and registered with handler:
authorRoland Häder <roland@mxchange.org>
Thu, 20 Aug 2009 17:00:28 +0000 (17:00 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Aug 2009 17:00:28 +0000 (17:00 +0000)
commite777f101a23784f63b1fb7976f08fa361315cdff
tree55b1729371b342ed7a27656e143baa4c402d76a0
parentad5c7660dc4b63abec3e5bc4dfa52909934fcca2
Tasks added and registered with handler:
- HubUpdateCheckTask added which shall periodicly check for updates
- HubPingTask added which shall ping outgoing hub connections
- Both above tasks are registered (see config.php for timing details)
- Missing configuration entries added
.gitattributes
application/hub/config.php
application/hub/main/filter/task/class_TaskHandlerInitializerFilter.php
application/hub/main/iterator/hub/.htaccess [new file with mode: 0644]
application/hub/main/iterator/hub/class_HubPingIterator.php [new file with mode: 0644]
application/hub/main/tasks/hub/ping/.htaccess [new file with mode: 0644]
application/hub/main/tasks/hub/ping/class_HubPingTask.php [new file with mode: 0644]
application/hub/main/tasks/hub/update/.htaccess [new file with mode: 0644]
application/hub/main/tasks/hub/update/class_HubUpdateCheckTask.php [new file with mode: 0644]