]> git.mxchange.org Git - hub.git/history - application/hub/main/nodes/class_BaseHubNode.php
State pattern added, hub continued (sorry, I let it lay around uncommitted for long...
[hub.git] / application / hub / main / nodes / class_BaseHubNode.php
2010-03-01 Roland HäderState pattern added, hub continued (sorry, I let it...
2010-01-27 Roland HäderState pattern classes for node states added, factory...
2009-12-22 Roland HäderHub descriptor extended, template engine added:
2009-09-27 Roland HäderAdded new exception, script dies:
2009-09-26 Roland HäderSelf-announcement rewritten to a task
2009-09-25 Roland HäderpublishHubDescriptor() added, TODOs.txt updated
2009-09-18 Roland HäderMessage added when no node list was previously found.
2009-08-17 Roland HäderDeprecated visitor removed, new added, rewrites:
2009-08-11 Roland HäderTask handler added, a lot rewrites
2009-08-04 Roland HäderMore shutdown filters added, interface introduced
2009-08-03 Roland HäderUpdate of session_id should now work
2009-08-03 Roland HäderFirst attempt to store session id in database
2009-08-02 Roland HäderWrapper added for node list
2009-08-02 Roland HäderFilters and chains added:
2009-08-01 Roland HäderGeneration of session id basicly added. IP/port added
2009-07-28 Roland HäderreadConfig() is not naming convention, renamed to getCo...
2009-07-23 Roland HäderbootstrapAcquireHubId() must be public, interface exten...
2009-07-23 Roland HäderBootstrap filters filled with some content (basicly...)
2009-07-13 Roland HäderStub call doTestQuery() added to run an initial test...
2009-07-08 Roland HäderRewritten to shortcut method debugOutput()
2009-07-08 Roland HäderPrefix added
2009-07-08 Roland HäderInterface Poolable rewritten to PoolableListener and...
2009-07-07 Roland HäderDecorators for hub/client listeners added
2009-07-07 Roland HäderRenamed to convention
2009-07-07 Roland HäderGetter for bootIpPort added
2009-07-07 Roland HäderListeners are now intialized in a simple loop
2009-07-07 Roland HäderMethod addListener() added
2009-07-07 Roland HäderStub method initListener() added
2009-07-07 Roland HäderListenerPool added with Poolable interface (should...
2009-07-07 Roland HäderPrepared for listener classes (TCP/UDP and listener...
2009-07-07 Roland HäderTCP/UDP listener config entries added, some more stub...
2009-07-06 Roland HäderMore debug lines added, bootstrap method stubs added
2009-07-06 Roland HäderMore connector classes added
2009-07-05 Roland HäderMethod initQueues() added, class name HubBootNode fixed
2009-05-01 Roland HäderRewritten class structure to make it more OOP-friendly...
2009-05-01 Roland HäderNews/README updated, misc fixes to BaseHubNode class
2009-04-30 Roland HäderBootstrap code for boot-node moved to its class
2009-04-03 Roland HäderStatic method detectCorePath() must be added to Applica...
2009-03-30 Roland HäderNews updated, typo fixed in method name
2009-03-30 Roland HäderSpace added
2009-03-30 Roland HäderMode-validation and IP detection added, mode classes...
2009-03-25 Roland HäderUpdated documentation, typo fixed:
2009-03-25 Roland Hädernode_type rewritten to 'mode' element from request
2009-03-25 Roland HäderHub-Id creation basicly finished
2009-03-24 Roland HäderBaseHubNode class added with no real content, currently