]> git.mxchange.org Git - hub.git/log
hub.git
4 years agoContinued a bit:
Roland Häder [Sun, 21 May 2017 21:50:38 +0000 (23:50 +0200)]
Continued a bit:
- some more logging
- more constants for socket array indexes

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Sun, 21 May 2017 21:26:22 +0000 (23:26 +0200)]
Continued:
- Socket protocol names being used are now "abstracted" into constants (interface)
- no need to get last socket error code and then use it only once (per method)
- handle over only array values of packageData array to socket-error handler
- used these new constants more

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued rewrite:
Roland Häder [Sun, 21 May 2017 20:51:32 +0000 (22:51 +0200)]
Continued rewrite:
- rewrote TcpListener (should be working, untested) towards SocketFactory
- added missing but needed methods in BaseListenerDecorator which extends
  BaseDecorator which is framework (generic)
- renamed method to enableSocketReuseAddress() to make it similar to existings
- added missing namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Sun, 21 May 2017 20:25:26 +0000 (22:25 +0200)]
Continued:
- setter/getter for socket instance is now in BaseListener
- imported StorableSocket
- moved constants to Poolable interface
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoRewrite:
Roland Häder [Sun, 21 May 2017 13:50:58 +0000 (15:50 +0200)]
Rewrite:
- Listenable now hold StorableSocket is no longer generic, so re-imported it
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Sun, 21 May 2017 13:05:48 +0000 (15:05 +0200)]
Continued:
- implemented clearLastSocketError()
- renamed variables
- removed duplicate field, now handled by any StorableSocket class
- more fixes

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued a bit:
Roland Häder [Sun, 21 May 2017 12:39:43 +0000 (14:39 +0200)]
Continued a bit:
- translateSocketErrorCodeToName() is now private, no need to have it publicly
  available
- added field socketProtocol
- used StorableSocket (interface) as 'instanceof' test, not a class
- sorted parameters in SocketContainer's factory method
- sorted members

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoWIP:
Roland Häder [Sun, 21 May 2017 11:37:33 +0000 (13:37 +0200)]
WIP:
- rewrite from unlData -> unlInstance (still open things)
- moved constants from class to interface LocateableNode
- moved UNL_REGEX to same interface for rewrite of those parse methods. They
  should be moved to a factory instead.

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued a bit:
Roland Häder [Sat, 20 May 2017 23:29:11 +0000 (01:29 +0200)]
Continued a bit:
- implemented visitSocket()
- that socket_shutdown() stuff needs rewriting but is now at the right place
- added/removed import of StorabelSocket

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoMore rewrites:
Roland Häder [Sat, 20 May 2017 23:10:38 +0000 (01:10 +0200)]
More rewrites:
- imported missing classes/interfaces
- socket error 95 (operation not supported) is now handled and new exception thrown
- EXCEPTION_INVALID_SOCKET is no longer located in BaseListener
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Sat, 20 May 2017 20:28:46 +0000 (22:28 +0200)]
Continued:
- Per definition, filters are classes. So let's add _class into their
  configuration keys to have the later testing suite easily pick them up
  for testing.
- implemented enableSocketNonBlocking()
- imported InvalidServerSocketException
- let's get peerAddress (old: peerName) and peerPort via call-by-reference and
  as all the other socket methods result as returned value
- always initialize variables, before using them ...

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued rewriting:
Roland Häder [Sat, 20 May 2017 20:23:24 +0000 (22:23 +0200)]
Continued rewriting:
- handleSocketError() and all it's brothers and sisters (means call-back methods)
  are now residing in SocketContainer
- still more rewrites for existing old parts
- renamed factory method to createListenFileSocket() as this creates a
  listening file socket (mostly for IPC)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued a bit:
Roland Häder [Sat, 20 May 2017 19:58:07 +0000 (21:58 +0200)]
Continued a bit:
- implemented getLastSocketError()
- added partial stub for bindSocketTo()

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Sat, 20 May 2017 19:47:20 +0000 (21:47 +0200)]
Continued:
- imported HandleableProtocol
- imported Registerable (only templates)
- created some namespaces
- the "new" exception is coming back from 'core' as it is not generic
- updated core

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Sat, 20 May 2017 18:58:26 +0000 (20:58 +0200)]
Continued:
- Let's use (and cache) the UNL instance instead of fetching an array from it
  and then taking parts out of it. This way is more OOP-ed
- added getExternalUnl() and getInternalUnl() as first methods
- getUnlData() is now no longer used, see first comment why
- renamed path 'unl' -> 'locator' to have it same as in interfaces
- updated target year
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Fri, 19 May 2017 22:36:50 +0000 (00:36 +0200)]
Continued:
- Let's log the error code, too!
- renamed method to getLastSocketError()

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoOpps, need to throw NoSocketErrorDetectedException here ...
Roland Häder [Fri, 19 May 2017 22:34:01 +0000 (00:34 +0200)]
Opps, need to throw NoSocketErrorDetectedException here ...

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agothese classes need to inherit from BaseHubSystem, like all others here
Roland Häder [Fri, 19 May 2017 22:27:15 +0000 (00:27 +0200)]
these classes need to inherit from BaseHubSystem, like all others here

except StorableSocket

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued with rewrites:
Roland Häder [Fri, 19 May 2017 22:24:38 +0000 (00:24 +0200)]
Continued with rewrites:
- introduced HubInterface which holds all public methods from BaseHubSystem
- added HttpClient stuff (unfinished) from core project as this is no longer
  generic
- other stuff

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave of rewrite:
Roland Häder [Fri, 19 May 2017 22:11:13 +0000 (00:11 +0200)]
Next wave of rewrite:
- rewrote addPeer() signature to StorableSocket
- removed logging of calling method/line, will be done later otherwise
- some logging added
- implemented isValidSocket()

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued with rewrite of sockets:
Roland Häder [Fri, 19 May 2017 21:30:46 +0000 (23:30 +0200)]
Continued with rewrite of sockets:
- imported BaseListener

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoWIP: More rewrites:
Roland Häder [Fri, 19 May 2017 21:17:58 +0000 (23:17 +0200)]
WIP: More rewrites:
- re-added StorableSocket, ConnectionInfoFactory
- imported ConnectionInfoFactory
- rewrote from low-level socket resource to StorableSocket-way (OOP-ed)
- updated core framework
- updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 19:22:23 +0000 (21:22 +0200)]
Next wave:
- imported BaseListenerDecorator

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 18:58:20 +0000 (20:58 +0200)]
Next wave:
- imported BaseRawDataHandler
- imported HandleableDataSet, Handleable
- re-added ifStartEndMarkersSet() from core, was not generic
- sorted members
- added namespaces
- renamed variables

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoOpps, not moved back from core (was not generic because of ConnectionHelper)
Roland Häder [Fri, 19 May 2017 18:57:19 +0000 (20:57 +0200)]
Opps, not moved back from core (was not generic because of ConnectionHelper)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 18:54:55 +0000 (20:54 +0200)]
Next wave:
- imported BaseConnectionHelper

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agomoved preShutdown() to BasePool and implemented Poolable there
Roland Häder [Fri, 19 May 2017 18:54:06 +0000 (20:54 +0200)]
moved preShutdown() to BasePool and implemented Poolable there

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 17:29:00 +0000 (19:29 +0200)]
Next wave:
- imported ConnectionHelper (now possible)
- imported UniversalNodeLocator
- imported SubRegistry
- imported Deliverable, Networkable, NetworkPackage
- imported SocketTag
- imported Poolable(Listener|Peer) instead of Poolable and used them
- added namespaces to configuration entries
- added PoolablePeer interface (from master branch)
- added PoolableListener interface (reborn!)
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoRe-imported:
Roland Häder [Fri, 19 May 2017 17:12:35 +0000 (19:12 +0200)]
Re-imported:
- these classes/interfaces cannot be generalized, ConnectionHelper will break
  it then!
- back-ported a lot stuff
- fixed namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 16:35:06 +0000 (18:35 +0200)]
Next wave:
- imported HubHelper
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 16:05:37 +0000 (18:05 +0200)]
Next wave:
- imported BaseVisitor
- imported BaseRegistry, RegisterableSocket, SocketRegistryFactory
- imported ConnectionInfoFactory, ShareableInfo
- imported ConnectionHelper
- added namespaces to configuration entries
- removed now generic classes/interfaces (see core framework)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 15:46:40 +0000 (17:46 +0200)]
Next wave:
- imported BaseList, Listable
- imported BaseHubSystemHelper, BaseConnectionHelper
- created namespaces
- added namespaces to configuration entries
- accept() must be public now
- doShutdown() is old name, now there is preShutdown()
- opps, "unexpted list", let's use Lists like the framework then

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 15:13:03 +0000 (17:13 +0200)]
Next wave:
- imported Visitable, Visitor
- imported Taskable
- imported BasePool, Poolable
- imported Listenable
- created new namespaces
- added namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 15:00:43 +0000 (17:00 +0200)]
Next wave:
- imported HelpableTemplate
- imported Requestable
- imported ProtocolResolverFactory, (Base)ProtocolResolver
- imported LocateableNode
- added namespace
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued a bit:
Roland Häder [Fri, 19 May 2017 14:56:24 +0000 (16:56 +0200)]
Continued a bit:
- imported UnsupportedOperationException
- "implemented" methods (empty) required by Discoverable

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 14:37:08 +0000 (16:37 +0200)]
Next wave:
- imported BaseDiscovery, Discoveryable, BaseNodeDiscovery
- created namespaces
- removed duplicate interface, now in core framework
- BaseNodeDiscovery needs to be abstract now
- added missing namespaces
- no, no. BaseNodeDiscovery must implement the generic methods
- tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave of rewrites:
Roland Häder [Fri, 19 May 2017 14:35:29 +0000 (16:35 +0200)]
Next wave of rewrites:
- now request/response is provided by FrameworkBootstrap and no longer needs
  to be handled all over again to all places
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Fri, 19 May 2017 14:25:49 +0000 (16:25 +0200)]
Continued:
- imported Stateable
- renamed templates to closer name
- deleted duplicate (now in core framework) interface/template
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 14:09:54 +0000 (16:09 +0200)]
Next wave:
- added namespaces to configuration entries

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Fri, 19 May 2017 14:07:53 +0000 (16:07 +0200)]
Continued:
- imported NodeStateFactory
- nope, to much deep namespace
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoSwapped namespaces:
Roland Häder [Fri, 19 May 2017 13:41:21 +0000 (15:41 +0200)]
Swapped namespaces:
- it is an interface for a helper, not for a node

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 13:39:33 +0000 (15:39 +0200)]
Next wave:
- imported NodeInformationWrapper
- imported LocalSearchCriteria

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 13:36:49 +0000 (15:36 +0200)]
Next wave:
- imported (Base)DatabaseWrapper
- updated framework

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext small wave:
Roland Häder [Fri, 19 May 2017 13:28:41 +0000 (15:28 +0200)]
Next small wave:
- imported NodeInformationDatabaseWrapper
- added missing namespace in configuration entry

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 01:54:11 +0000 (03:54 +0200)]
Next wave:
- imported Registerable, DatabaseWrapperFactory
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 01:38:52 +0000 (03:38 +0200)]
Next wave:
- imported Receivable
- imported HandleableTask
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 01:32:55 +0000 (03:32 +0200)]
Next wave:
- imported FrameworkInterface

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 01:27:39 +0000 (03:27 +0200)]
Next wave:
- imported Taskable, Visitable as they mostly appear in pairs
- created more namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 01:06:40 +0000 (03:06 +0200)]
Next wave:
- imported BaseHubNode
- imported (Node)Helper
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 01:01:23 +0000 (03:01 +0200)]
Next wave:
- imported Updateable
- imported (Addable|Storeable)Criteria

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoFlipped namespace + added it in object creation
Roland Häder [Fri, 19 May 2017 01:00:19 +0000 (03:00 +0200)]
Flipped namespace + added it in object creation

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 00:57:21 +0000 (02:57 +0200)]
Next wave:
- imported Registry

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoadded missing namespaces
Roland Häder [Fri, 19 May 2017 00:46:20 +0000 (02:46 +0200)]
added missing namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Fri, 19 May 2017 00:40:08 +0000 (02:40 +0200)]
Next wave:
- imported Filterable

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext small wave:
Roland Häder [Fri, 19 May 2017 00:29:38 +0000 (02:29 +0200)]
Next small wave:
- imported Base(Hub|Node)Filter
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNeed to set namespace + in config entries (some)
Roland Häder [Fri, 19 May 2017 00:26:52 +0000 (02:26 +0200)]
Need to set namespace + in config entries (some)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext larger wave:
Roland Häder [Fri, 19 May 2017 00:20:43 +0000 (02:20 +0200)]
Next larger wave:
- imported all (?) object factories
- created more namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 23:51:58 +0000 (01:51 +0200)]
Next wave:
- imported [Node|Dht]ObjectFactory
- created namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 23:30:19 +0000 (01:30 +0200)]
Next wave:
- imported BaseCommand + Commandable
- imported Controller
- imported CommandResolver
- missing namespace added

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoSame again:
Roland Häder [Thu, 18 May 2017 23:28:57 +0000 (01:28 +0200)]
Same again:
- no "deeper-namespacing"
- need to provide namespace

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoFirst wave of expanding configuration entries
Roland Häder [Thu, 18 May 2017 23:26:46 +0000 (01:26 +0200)]
First wave of expanding configuration entries

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoWell, sad. Cannot "deeper-namespace" and need to call setNameSpace()
Roland Häder [Thu, 18 May 2017 23:25:15 +0000 (01:25 +0200)]
Well, sad. Cannot "deeper-namespace" and need to call setNameSpace()

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 23:20:42 +0000 (01:20 +0200)]
Next wave:
- imported Responseable
- created namespaces, if missing

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 23:09:57 +0000 (01:09 +0200)]
Next wave:
- imported Requestable where needed
- created a lot more namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 21:36:20 +0000 (23:36 +0200)]
Next wave:
- imported (Base)Controller
- created new namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 21:29:20 +0000 (23:29 +0200)]
Next wave:
- imported (Base)ControllerResolver
- imported ManageableApplication
- created new namespaces
- fixed namespaces, is application-specific

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agofixed controller/resolver stuff (old-lost code)
Roland Häder [Thu, 18 May 2017 21:27:37 +0000 (23:27 +0200)]
fixed controller/resolver stuff (old-lost code)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoOpps, wrong bait, wrong fish.
Roland Häder [Thu, 18 May 2017 21:23:52 +0000 (23:23 +0200)]
Opps, wrong bait, wrong fish.

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 21:22:43 +0000 (23:22 +0200)]
Next wave:
- also log line number

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 21:12:56 +0000 (23:12 +0200)]
Next wave:
- imported FrameworkConfiguration
- created new namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 21:09:58 +0000 (23:09 +0200)]
Next wave:
- imported HubTools
- created more namespaces (please check spelling of recipient/receipt!)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoNext wave:
Roland Häder [Thu, 18 May 2017 21:06:33 +0000 (23:06 +0200)]
Next wave:
- imported BaseFrameworkSystem where needed
- created more namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoRewrites:
Roland Häder [Thu, 18 May 2017 21:03:48 +0000 (23:03 +0200)]
Rewrites:
- new way of launching applications (core update)
- first namespaces added + imported BaseHubSystem where needed

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued a bit:
Roland Haeder [Wed, 29 Jun 2016 19:45:23 +0000 (21:45 +0200)]
Continued a bit:
- Linux (LF) is now the default file line ending
- moved config entry from deprecated configuration file, it was used here only.

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoAdded .gitattributes
Roland Haeder [Sat, 13 Feb 2016 20:58:34 +0000 (21:58 +0100)]
Added .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued with rewrite:
Roland Haeder [Thu, 21 Jan 2016 18:22:20 +0000 (19:22 +0100)]
Continued with rewrite:
- moved 'pool' interfaces to 'core' as they are generic enough.
- more rewrites (broken stuff)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated 'core'.
Roland Haeder [Tue, 22 Dec 2015 22:07:02 +0000 (23:07 +0100)]
Updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoYepp, the 2nd check was double + re-aranged the log messages that before
Roland Haeder [Tue, 22 Dec 2015 20:53:53 +0000 (21:53 +0100)]
Yepp, the 2nd check was double + re-aranged the log messages that before
clearing "operation in progress" all original data is logged.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoIn case of non-blocking connections (and that is for 99.9999% the case here)
Roland Haeder [Tue, 22 Dec 2015 20:45:48 +0000 (21:45 +0100)]
In case of non-blocking connections (and that is for 99.9999% the case here)
the "error" "operation in progress" is no error and needs to be cleared in
PHP's socket facility + also treated by this code as okay.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoAdded more logging.
Roland Haeder [Tue, 22 Dec 2015 20:23:09 +0000 (21:23 +0100)]
Added more logging.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoRemoval of socket added.
Roland Haeder [Tue, 22 Dec 2015 20:12:13 +0000 (21:12 +0100)]
Removal of socket added.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoMerge branch 'master' of git.mxchange.org:/var/cache/git/repos/hub
Roland Haeder [Fri, 18 Dec 2015 14:39:26 +0000 (15:39 +0100)]
Merge branch 'master' of git.mxchange.org:/var/cache/git/repos/hub

8 years agoWrong message, hub reward is not done through UUID.
Roland Haeder [Mon, 14 Dec 2015 17:28:11 +0000 (18:28 +0100)]
Wrong message, hub reward is not done through UUID.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoCommented in a needed debug line
Roland Haeder [Thu, 19 Nov 2015 21:47:20 +0000 (22:47 +0100)]
Commented in a needed debug line

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoContinued a bit:
Roland Haeder [Fri, 13 Nov 2015 22:28:25 +0000 (23:28 +0100)]
Continued a bit:
- added correct test for UUID (will be later moved to 'core')
- moved config entry 'extension_foo_loaded' to core's config.php (DONT TOUCH IT)
- updated 'core'

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoUpdated 'core'.
Roland Haeder [Fri, 30 Oct 2015 14:12:11 +0000 (15:12 +0100)]
Updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoContinued a bit:
Roland Haeder [Tue, 6 Oct 2015 18:46:00 +0000 (20:46 +0200)]
Continued a bit:
- added debug message
- updated 'core' (with not-so-good code places)

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMoved some code to BaseListener and called it + updated 'core'.
Roland Haeder [Tue, 6 Oct 2015 18:29:17 +0000 (20:29 +0200)]
Moved some code to BaseListener and called it + updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoUpdated 'core'.
Roland Haeder [Sun, 4 Oct 2015 16:21:27 +0000 (18:21 +0200)]
Updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAdded config entry for IPC socket file name.
Roland Haeder [Sat, 12 Sep 2015 20:47:54 +0000 (22:47 +0200)]
Added config entry for IPC socket file name.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMoved to 'core'.
Roland Haeder [Sat, 12 Sep 2015 20:37:20 +0000 (22:37 +0200)]
Moved to 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoContinued with project:
Roland Haeder [Sat, 12 Sep 2015 19:13:32 +0000 (21:13 +0200)]
Continued with project:
- moved some classes/files/methods to 'core'
- added file-based socket listener (floods output, unfinished)
- updated 'core'

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoRenamed class BaseTags to BaseTag + added file-bases socket listener (may
Roland Haeder [Sat, 12 Sep 2015 06:07:53 +0000 (08:07 +0200)]
Renamed class BaseTags to BaseTag + added file-bases socket listener (may
produce a lot output). This listener will later serve as the communicator
socket to attached applications.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoThis interface can be moved to 'core' + removed parameter nodeInstance.
Roland Haeder [Sat, 12 Sep 2015 05:45:42 +0000 (07:45 +0200)]
This interface can be moved to 'core' + removed parameter nodeInstance.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAlso this ... :-/ Getting late here.
Roland Haeder [Fri, 11 Sep 2015 22:51:16 +0000 (00:51 +0200)]
Also this ... :-/ Getting late here.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMoved to contrib.
Roland Haeder [Fri, 11 Sep 2015 22:50:45 +0000 (00:50 +0200)]
Moved to contrib.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoWording updated.
Roland Haeder [Fri, 11 Sep 2015 22:49:20 +0000 (00:49 +0200)]
Wording updated.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoContinued:
Roland Haeder [Fri, 11 Sep 2015 22:42:33 +0000 (00:42 +0200)]
Continued:
- got rid of some array fields as the miner doesn't need this.
- Introduced TAG_SELF_CONNECT and TAG_CLAIM_MINING_REWARD constants

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAdded code ...
Roland Haeder [Thu, 3 Sep 2015 20:13:32 +0000 (22:13 +0200)]
Added code ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAdded exception InvalidPrivateKeyHashException and checked if private key's hash...
Roland Haeder [Thu, 3 Sep 2015 20:10:14 +0000 (22:10 +0200)]
Added exception InvalidPrivateKeyHashException and checked if private key's hash is not empty.

Signed-off-by: Roland Haeder <roland@mxchange.org>