]> git.mxchange.org Git - hub.git/log
hub.git
14 years agoOld, lost directories removed (see repos qa)
Roland Häder [Sat, 15 Aug 2009 12:53:02 +0000 (12:53 +0000)]
Old, lost directories removed (see repos qa)

14 years agotodo-builder.sh and TODOs.txt added
Roland Häder [Fri, 14 Aug 2009 23:53:18 +0000 (23:53 +0000)]
todo-builder.sh and TODOs.txt added

14 years agoTask handler added, a lot rewrites
Roland Häder [Tue, 11 Aug 2009 21:48:33 +0000 (21:48 +0000)]
Task handler added, a lot rewrites
- Task handler added
- New Interface HandleableTask added (for task handlers)
- A lot interfaces/classes/exceptions extended (sorry for lame description)
- State resolver added (shouldn't we move this to core?)

14 years agoInterfaces added, shutdown filter added, deprecated methods removed
Roland Häder [Tue, 11 Aug 2009 16:50:29 +0000 (16:50 +0000)]
Interfaces added, shutdown filter added, deprecated methods removed

14 years agoRewritten to use detectServerAddress() instead of getServerAddress()
Roland Häder [Mon, 10 Aug 2009 14:16:30 +0000 (14:16 +0000)]
Rewritten to use detectServerAddress() instead of getServerAddress()

14 years agoNetwork package handling added (unfinished)
Roland Häder [Sat, 8 Aug 2009 21:25:15 +0000 (21:25 +0000)]
Network package handling added (unfinished)
- Interfaces for handling of network packages (Networkable) added
- Base classes and first TCP network package handler added
- Prefix gos- removed from ZIP file name (package.sh)

14 years agoNew iterator introduced, low-level TCP connections supported (unfinished):
Roland Häder [Sat, 8 Aug 2009 19:16:32 +0000 (19:16 +0000)]
New iterator introduced, low-level TCP connections supported (unfinished):
- New iterator NetworkListenIterator added which should be used for listening
  to network packages through multiple listeners.
- Several getter added to get a list of all listeners

14 years agoDebug line removed
Roland Häder [Fri, 7 Aug 2009 22:59:17 +0000 (22:59 +0000)]
Debug line removed

14 years agoMoved a lot classes, added visitors and methods
Roland Häder [Fri, 7 Aug 2009 21:33:20 +0000 (21:33 +0000)]
Moved a lot classes, added visitors and methods
- Moved a lot classes in more specific folders
- Listener visitor added
- Some more stubs (from new visitor) implemented
- Intefaces updated/added to reflect current changes

14 years agoMethod addExtraFilters() added to all node types (partial stub)
Roland Häder [Fri, 7 Aug 2009 19:10:22 +0000 (19:10 +0000)]
Method addExtraFilters() added to all node types (partial stub)

14 years agonode_initializier_filter must be the first one...
Roland Häder [Fri, 7 Aug 2009 18:46:28 +0000 (18:46 +0000)]
node_initializier_filter must be the first one...

14 years agoSome filter classes renamed
Roland Häder [Fri, 7 Aug 2009 18:36:02 +0000 (18:36 +0000)]
Some filter classes renamed

14 years agoIterator continued (not fully implemented), iteration on all clients and hubs should...
Roland Häder [Wed, 5 Aug 2009 16:53:56 +0000 (16:53 +0000)]
Iterator continued (not fully implemented), iteration on all clients and hubs should now work

14 years agoExceptions, interfaces and many classes added/rewritten:
Roland Häder [Tue, 4 Aug 2009 23:28:37 +0000 (23:28 +0000)]
Exceptions, interfaces and many classes added/rewritten:
- Exceptions for lists (Iterator Pattern) added
- Interfaces for Visitor Pattern added
- Interface Listable (Iterator Pattern) added
- Base listener extended with Visitor Pattern method accept()
- List and list group classes added (Iterator Pattern)
- Shutdown visitor class for listener pool added

14 years agoMore shutdown filters added, interface introduced
Roland Häder [Tue, 4 Aug 2009 00:27:45 +0000 (00:27 +0000)]
More shutdown filters added, interface introduced
- Shutdown filter for deinit of queues/queries and listener pool added
- All listeners and listener decorators are now Visitable (see below)
- Interface 'Visitable' introduced which we will use for the Visitor Pattern
- Duplicate 'Shutdown' in class name and config entry removed

14 years agoDouble declarations removed
Roland Häder [Mon, 3 Aug 2009 23:19:28 +0000 (23:19 +0000)]
Double declarations removed

14 years agoNews Updated, filters renamed/commented:
Roland Häder [Mon, 3 Aug 2009 23:11:43 +0000 (23:11 +0000)]
News Updated, filters renamed/commented:
- NEWS file updated to reflact some latest changes
- Filters for newly added 'shutdown' filter chain added
- The main while() loop is commented out, which is fine at the momement
- Some filter class templates renamed
- Filter chain 'hub_activation' renamed to 'activation'

14 years agoUpdate of session_id should now work
Roland Häder [Mon, 3 Aug 2009 21:47:11 +0000 (21:47 +0000)]
Update of session_id should now work

14 years agoFirst attempt to store session id in database
Roland Häder [Mon, 3 Aug 2009 21:32:10 +0000 (21:32 +0000)]
First attempt to store session id in database

14 years agoUpdated to latest core changes (encapsulated )
Roland Häder [Mon, 3 Aug 2009 18:26:50 +0000 (18:26 +0000)]
Updated to latest core changes (encapsulated )

14 years agoWrapper added for node list
Roland Häder [Sun, 2 Aug 2009 18:17:15 +0000 (18:17 +0000)]
Wrapper added for node list

14 years agoFilters and chains added:
Roland Häder [Sun, 2 Aug 2009 10:44:19 +0000 (10:44 +0000)]
Filters and chains added:
- Filter chain 'hub_activation' added
- Initializing of listeners is now done by a bootstrap filter

14 years agoExtra bootstrapping steps added
Roland Häder [Sat, 1 Aug 2009 21:34:57 +0000 (21:34 +0000)]
Extra bootstrapping steps added

14 years agoGeneration of session id basicly added. IP/port added
Roland Häder [Sat, 1 Aug 2009 21:31:02 +0000 (21:31 +0000)]
Generation of session id basicly added. IP/port added

14 years agoreadConfig() is not naming convention, renamed to getConfigEntry()
Roland Häder [Tue, 28 Jul 2009 17:27:35 +0000 (17:27 +0000)]
readConfig() is not naming convention, renamed to getConfigEntry()

14 years agoNo longer needed initialization of requestInstance (already given by parameter)
Roland Häder [Sat, 25 Jul 2009 09:31:55 +0000 (09:31 +0000)]
No longer needed initialization of requestInstance (already given by parameter)

14 years agoNode now initializes listeners again (but in a filtered way)
Roland Häder [Fri, 24 Jul 2009 21:37:40 +0000 (21:37 +0000)]
Node now initializes listeners again (but in a filtered way)

14 years agoBootstrap filter for initialization of queues added, bootstrap filters should work now
Roland Häder [Thu, 23 Jul 2009 22:50:42 +0000 (22:50 +0000)]
Bootstrap filter for initialization of queues added, bootstrap filters should work now

14 years agoPaths to my dev environment updated, node template class updated
Roland Häder [Thu, 23 Jul 2009 22:20:53 +0000 (22:20 +0000)]
Paths to my dev environment updated, node template class updated

14 years agobootstrapAcquireHubId() must be public, interface extended with methods from BaseHubN...
Roland Häder [Thu, 23 Jul 2009 21:46:34 +0000 (21:46 +0000)]
bootstrapAcquireHubId() must be public, interface extended with methods from BaseHubNode class

14 years agoBootstrap filters filled with some content (basicly...)
Roland Häder [Thu, 23 Jul 2009 20:26:10 +0000 (20:26 +0000)]
Bootstrap filters filled with some content (basicly...)

14 years agoMore filters for bootstrapping added
Roland Häder [Sun, 19 Jul 2009 17:51:12 +0000 (17:51 +0000)]
More filters for bootstrapping added

14 years agoNow protected for other filter chain classes
Roland Häder [Sun, 19 Jul 2009 17:44:45 +0000 (17:44 +0000)]
Now protected for other filter chain classes

14 years agoFilter for node initialization added, more preparation for intercepting filter pattern
Roland Häder [Sun, 19 Jul 2009 16:25:42 +0000 (16:25 +0000)]
Filter for node initialization added, more preparation for intercepting filter pattern

14 years agoFilters/commands added, missing config entries added
Roland Häder [Sun, 19 Jul 2009 15:58:26 +0000 (15:58 +0000)]
Filters/commands added, missing config entries added

14 years agoIs the XxxxDefaultController deprecated?
Roland Häder [Sat, 18 Jul 2009 07:20:14 +0000 (07:20 +0000)]
Is the XxxxDefaultController deprecated?

14 years agoLocalClientQueue added (unfinished)
Roland Häder [Mon, 13 Jul 2009 20:32:15 +0000 (20:32 +0000)]
LocalClientQueue added (unfinished)

14 years agoStub call doTestQuery() added to run an initial test query
Roland Häder [Mon, 13 Jul 2009 19:15:49 +0000 (19:15 +0000)]
Stub call doTestQuery() added to run an initial test query

14 years agoMore general state classes added
Roland Häder [Wed, 8 Jul 2009 22:44:10 +0000 (22:44 +0000)]
More general state classes added

14 years agoState class and class templates added
Roland Häder [Wed, 8 Jul 2009 22:40:08 +0000 (22:40 +0000)]
State class and class templates added

14 years agoState interfaces prepared
Roland Häder [Wed, 8 Jul 2009 22:38:01 +0000 (22:38 +0000)]
State interfaces prepared

14 years agoRewritten to shortcut method debugOutput()
Roland Häder [Wed, 8 Jul 2009 21:21:55 +0000 (21:21 +0000)]
Rewritten to shortcut method debugOutput()

14 years agoPrefix added
Roland Häder [Wed, 8 Jul 2009 21:16:28 +0000 (21:16 +0000)]
Prefix added

14 years agoInterface Poolable rewritten to PoolableListener and kept as generic interface
Roland Häder [Wed, 8 Jul 2009 21:02:36 +0000 (21:02 +0000)]
Interface Poolable rewritten to PoolableListener and kept as generic interface

14 years agoSome variables from copy&pase fixed...
Roland Häder [Wed, 8 Jul 2009 20:01:24 +0000 (20:01 +0000)]
Some variables from copy&pase fixed...

14 years agoshutdownSocket() method stub added
Roland Häder [Wed, 8 Jul 2009 19:58:49 +0000 (19:58 +0000)]
shutdownSocket() method stub added

14 years agoBetter TCP listener implemented, client pool added, some code moves
Roland Häder [Wed, 8 Jul 2009 19:46:41 +0000 (19:46 +0000)]
Better TCP listener implemented, client pool added, some code moves

14 years agoNow resists in core
Roland Häder [Wed, 8 Jul 2009 16:53:03 +0000 (16:53 +0000)]
Now resists in core

14 years agoSocket exception added, initListener() basicly finished
Roland Häder [Wed, 8 Jul 2009 16:38:32 +0000 (16:38 +0000)]
Socket exception added, initListener() basicly finished

14 years agoDirectory added for generic listener decorators, e.g. encryption, buffering etc.
Roland Häder [Tue, 7 Jul 2009 21:34:41 +0000 (21:34 +0000)]
Directory added for generic listener decorators, e.g. encryption, buffering etc.

14 years agoComments updated, missing parameter added to doc-tag
Roland Häder [Tue, 7 Jul 2009 21:08:51 +0000 (21:08 +0000)]
Comments updated, missing parameter added to doc-tag

14 years agoGrouping by protocol of listeners in pool added
Roland Häder [Tue, 7 Jul 2009 21:03:40 +0000 (21:03 +0000)]
Grouping by protocol of listeners in pool added

14 years agoinitListener() in decorators should not be called
Roland Häder [Tue, 7 Jul 2009 20:54:44 +0000 (20:54 +0000)]
initListener() in decorators should not be called

14 years agoDecorators for hub/client listeners added
Roland Häder [Tue, 7 Jul 2009 20:50:23 +0000 (20:50 +0000)]
Decorators for hub/client listeners added

14 years agoRenamed to convention
Roland Häder [Tue, 7 Jul 2009 20:05:05 +0000 (20:05 +0000)]
Renamed to convention

14 years agoGetter for bootIpPort added
Roland Häder [Tue, 7 Jul 2009 20:03:02 +0000 (20:03 +0000)]
Getter for bootIpPort added

14 years agoMore debug
Roland Häder [Tue, 7 Jul 2009 20:00:31 +0000 (20:00 +0000)]
More debug

14 years agoOnly TCP should be fine here
Roland Häder [Tue, 7 Jul 2009 19:56:56 +0000 (19:56 +0000)]
Only TCP should be fine here

14 years agoListeners are now intialized in a simple loop
Roland Häder [Tue, 7 Jul 2009 19:38:41 +0000 (19:38 +0000)]
Listeners are now intialized in a simple loop

14 years agoDebug message added
Roland Häder [Tue, 7 Jul 2009 19:34:15 +0000 (19:34 +0000)]
Debug message added

14 years agoMethod addListener() added
Roland Häder [Tue, 7 Jul 2009 19:29:41 +0000 (19:29 +0000)]
Method addListener() added

14 years agoStub method initListener() added
Roland Häder [Tue, 7 Jul 2009 19:17:15 +0000 (19:17 +0000)]
Stub method initListener() added

14 years agoCopyright updated
Roland Häder [Tue, 7 Jul 2009 19:09:01 +0000 (19:09 +0000)]
Copyright updated

14 years agoListener classes added, setter/getter added
Roland Häder [Tue, 7 Jul 2009 19:05:07 +0000 (19:05 +0000)]
Listener classes added, setter/getter added

14 years agoDebug line added
Roland Häder [Tue, 7 Jul 2009 18:49:32 +0000 (18:49 +0000)]
Debug line added

14 years agoListenerPool added with Poolable interface (should we change the name of the interface?)
Roland Häder [Tue, 7 Jul 2009 18:47:12 +0000 (18:47 +0000)]
ListenerPool added with Poolable interface (should we change the name of the interface?)

14 years agoPrepared for listener classes (TCP/UDP and listener pool)
Roland Häder [Tue, 7 Jul 2009 18:02:19 +0000 (18:02 +0000)]
Prepared for listener classes (TCP/UDP and listener pool)

14 years agoTCP/UDP listener config entries added, some more stub calls added
Roland Häder [Tue, 7 Jul 2009 17:33:28 +0000 (17:33 +0000)]
TCP/UDP listener config entries added, some more stub calls added

14 years agoMore debug lines added
Roland Häder [Tue, 7 Jul 2009 15:43:21 +0000 (15:43 +0000)]
More debug lines added

14 years agoMore debug lines added, bootstrap method stubs added
Roland Häder [Mon, 6 Jul 2009 19:16:00 +0000 (19:16 +0000)]
More debug lines added, bootstrap method stubs added

14 years agoMore connector classes added
Roland Häder [Mon, 6 Jul 2009 18:43:29 +0000 (18:43 +0000)]
More connector classes added

14 years agoOpps
Roland Häder [Sun, 5 Jul 2009 21:56:07 +0000 (21:56 +0000)]
Opps

14 years agoMethod initQueues() added, class name HubBootNode fixed
Roland Häder [Sun, 5 Jul 2009 21:55:16 +0000 (21:55 +0000)]
Method initQueues() added, class name HubBootNode fixed

14 years agoClasses and interfaces for queue connectors (a la wrapper) added
Roland Häder [Sun, 5 Jul 2009 21:24:12 +0000 (21:24 +0000)]
Classes and interfaces for queue connectors (a la wrapper) added

14 years agoStubs added for queue (not yet documented)
Roland Häder [Sun, 5 Jul 2009 21:11:48 +0000 (21:11 +0000)]
Stubs added for queue (not yet documented)

14 years agoRewritten class structure to make it more OOP-friendly (stupid comment, I know)
Roland Häder [Fri, 1 May 2009 20:07:34 +0000 (20:07 +0000)]
Rewritten class structure to make it more OOP-friendly (stupid comment, I know)

14 years agoNews/README updated, misc fixes to BaseHubNode class
Roland Häder [Fri, 1 May 2009 08:46:26 +0000 (08:46 +0000)]
News/README updated, misc fixes to BaseHubNode class

15 years agoDoxyfile updated (paths are from my Sun Station)
Roland Häder [Thu, 30 Apr 2009 20:04:14 +0000 (20:04 +0000)]
Doxyfile updated (paths are from my Sun Station)

15 years agoBootstrap code for boot-node moved to its class
Roland Häder [Thu, 30 Apr 2009 19:28:10 +0000 (19:28 +0000)]
Bootstrap code for boot-node moved to its class

15 years agoStatic method detectCorePath() must be added to ApplicationEntryPoint
Roland Häder [Fri, 3 Apr 2009 12:22:26 +0000 (12:22 +0000)]
Static method detectCorePath() must be added to ApplicationEntryPoint

15 years agoNews updated, typo fixed in method name
Roland Häder [Mon, 30 Mar 2009 07:11:02 +0000 (07:11 +0000)]
News updated, typo fixed in method name

15 years agodoBootstrapping() rewritten
Roland Häder [Mon, 30 Mar 2009 06:45:21 +0000 (06:45 +0000)]
doBootstrapping() rewritten

15 years agoSpace added
Roland Häder [Mon, 30 Mar 2009 06:02:22 +0000 (06:02 +0000)]
Space added

15 years agoMode-validation and IP detection added, mode classes added
Roland Häder [Mon, 30 Mar 2009 05:36:24 +0000 (05:36 +0000)]
Mode-validation and IP detection added, mode classes added

15 years agoUpdated documentation, typo fixed:
Roland Häder [Wed, 25 Mar 2009 19:40:50 +0000 (19:40 +0000)]
Updated documentation, typo fixed:
- Updated the README file and described a little the node-modes.
- Typo fixed when a new node-id got created
- Database files in db/node_data are now ignored

15 years agonode_type rewritten to 'mode' element from request
Roland Häder [Wed, 25 Mar 2009 09:13:54 +0000 (09:13 +0000)]
node_type rewritten to 'mode' element from request

15 years agoHub-Id creation basicly finished
Roland Häder [Wed, 25 Mar 2009 09:02:51 +0000 (09:02 +0000)]
Hub-Id creation basicly finished

15 years agoDouble-quotes rewritten to single-quotes
Roland Häder [Tue, 24 Mar 2009 10:26:08 +0000 (10:26 +0000)]
Double-quotes rewritten to single-quotes

15 years agoBaseHubNode class added with no real content, currently
Roland Häder [Tue, 24 Mar 2009 07:43:05 +0000 (07:43 +0000)]
BaseHubNode class added with no real content, currently

15 years agoInitial coding of hub node-mode.
Roland Häder [Tue, 24 Mar 2009 07:32:57 +0000 (07:32 +0000)]
Initial coding of hub node-mode.
- Directories created which should hold the classes for our different node types
  (aka. node-mode)
- README extended how to launch the hub...
- Exception handler does now output a warning message if you did not throw an
  exception which inherits our FrameworkException exception class

15 years agoMiddleware path removed
Roland Häder [Tue, 24 Mar 2009 05:46:34 +0000 (05:46 +0000)]
Middleware path removed

15 years agoRemoved last exception from previous code base
Roland Häder [Tue, 24 Mar 2009 05:36:43 +0000 (05:36 +0000)]
Removed last exception from previous code base

15 years agoeval() command rewritten
Roland Häder [Tue, 24 Mar 2009 04:56:31 +0000 (04:56 +0000)]
eval() command rewritten

15 years agoLauncher scripts rewritten to fit with new core
Roland Häder [Tue, 24 Mar 2009 04:55:09 +0000 (04:55 +0000)]
Launcher scripts rewritten to fit with new core

15 years agosvn:keyword rewritten to svn:keywords
Roland Häder [Wed, 11 Mar 2009 01:53:01 +0000 (01:53 +0000)]
svn:keyword rewritten to svn:keywords

15 years agotm removed
Roland Häder [Wed, 11 Mar 2009 00:38:28 +0000 (00:38 +0000)]
tm removed

15 years agoglobal on _SERVER removed
Roland Häder [Tue, 10 Mar 2009 18:57:50 +0000 (18:57 +0000)]
global on _SERVER removed

15 years agoJust moved
Roland Häder [Sun, 15 Feb 2009 15:23:22 +0000 (15:23 +0000)]
Just moved

15 years agoNo longer full CPU consumtion
Roland Häder [Sun, 15 Feb 2009 00:35:17 +0000 (00:35 +0000)]
No longer full CPU consumtion

15 years agoRewritten to out()
Roland Häder [Sat, 14 Feb 2009 23:56:33 +0000 (23:56 +0000)]
Rewritten to out()