]> git.mxchange.org Git - hub.git/history - application/hub/main/nodes/class_BaseHubNode.php
Added all node types, moved iterator class:
[hub.git] / application / hub / main / nodes / class_BaseHubNode.php
2011-04-03 Roland HäderAdded all node types, moved iterator class:
2011-03-15 Roland HäderSome configuration entries prefixed with 'node_'
2011-03-05 Roland HäderA lot files renamed (sorry guys for the mess) and moved...
2011-03-05 Roland HäderSome methods renamed
2011-03-05 Roland HäderCopyright notice updated, our first hub application...
2011-02-13 Roland HäderProperties added/fixed, externals updated (www. is...
2010-09-05 Roland HäderNow configurable static IPs are supported, Connectable...
2010-06-17 Roland HäderSelf-connect continued (still broken), some code moved...
2010-06-16 Roland HäderHubConnectionHelper is more a factory than a helper...
2010-06-13 Roland HäderNew Exception added, registering of session ids added:
2010-05-22 Roland HäderAdded getAddressPort() method to ease comparison with...
2010-05-22 Roland HäderMany classes/interfaces added/continued:
2010-05-19 Roland HäderA lot 'FooClientBar' classes renamed to 'FooPeerBar...
2010-04-12 Roland HäderPackage class renamed, continued (sorry for lame descri...
2010-03-27 Roland HäderCheck wether the hub is active simplified (may also...
2010-03-27 Roland HäderNow the factory method is moved over to the newly intro...
2010-03-27 Roland HäderNew factory method createPackageInstance introduced...
2010-03-26 Roland HäderNetwork package writer added, shutdown refactured,...
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