]> git.mxchange.org Git - hub.git/commit - application/hub/main/filter/tags/class_PackageAnnouncementTagFilter.php
Filter for package tags added, handling of new messages basicly finished
authorRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 10:15:26 +0000 (10:15 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 10:15:26 +0000 (10:15 +0000)
commite42e5cccbe065c9f54478350c9b96f408c648a9e
tree5a047dc92c4ff8ecd1ea8ac673a57ab6d004e707
parentc13ca7c93ee55b02d1d3320fca5d2d8d6e953768
Filter for package tags added, handling of new messages basicly finished
- Interface 'FilterablePackage' added
- Filter PackageAnnouncementTagFilter added which shall filter announcement
  messages and process them
- Class PackageFilterChain added which is a specialized filter chain for
  handling packages (or their messages)
- Stack for 'processed messages' added
- Other minor improvements
- TODOs.txt updated
17 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/filter/.htaccess [new file with mode: 0644]
application/hub/interfaces/filter/class_FilterablePackage.php [new file with mode: 0644]
application/hub/main/factories/chain/.htaccess [new file with mode: 0644]
application/hub/main/factories/chain/class_PackageFilterChainFactory.php [new file with mode: 0644]
application/hub/main/filter/chains/.htaccess [new file with mode: 0644]
application/hub/main/filter/chains/class_PackageFilterChain.php [new file with mode: 0644]
application/hub/main/filter/tags/.htaccess [new file with mode: 0644]
application/hub/main/filter/tags/class_PackageAnnouncementTagFilter.php [new file with mode: 0644]
application/hub/main/handler/chunks/class_ChunkHandler.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/registry/connection/class_ConnectionRegistry.php
application/hub/main/registry/socket/class_SocketRegistry.php
application/hub/main/tasks/network/class_NetworkPackageReaderTask.php
application/hub/main/template/announcement/class_XmlAnnouncementTemplateEngine.php
docs/TODOs.txt