]> git.mxchange.org Git - hub.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 4 Nov 2020 13:25:09 +0000 (14:25 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 4 Nov 2020 13:25:09 +0000 (14:25 +0100)
- fixed config entry for controller resolver, still the fuse command class is
  not implemented yet
- imported missing class
- updated core framework
- updated README file

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/resolver/command/console/class_HubConsoleCommandResolver.php
application/hub/classes/resolver/command/html/class_HubHtmlCommandResolver.php
application/hub/config.php
core
docs/README

index c8a3049e4b99831c9e7ccf7621a2fbab4ed29355..772b1c1d8e81e81cbbdadf4a1af64f453d6ea9c6 100644 (file)
@@ -3,6 +3,7 @@
 namespace Org\Shipsimu\Hub\Resolver\Command;
 
 // Import Framework stuff
+use Org\Mxchange\CoreFramework\Command\InvalidCommandException;
 use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
 use Org\Mxchange\CoreFramework\Resolver\Command\BaseCommandResolver;
 use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
index 84807eb4e08c3a86f7b5328e292393abc0caf169..91671340555d12bf40b403d278b34975a5265a61 100644 (file)
@@ -3,6 +3,7 @@
 namespace Org\Shipsimu\Hub\Resolver\Command;
 
 // Import Framework stuff
+use Org\Mxchange\CoreFramework\Command\InvalidCommandException;
 use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
 use Org\Mxchange\CoreFramework\Resolver\Command\BaseCommandResolver;
 use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
index d11bb1231fad0cb782b297c4f80f1e5fc8aa71a1..b726a3a4af751c52a2ce4c78a0c127faf53df90a 100644 (file)
@@ -1590,7 +1590,7 @@ $cfg->setConfigEntry('form_target', '_self');
 ///////////////////////////////////////////////////////////////////////////////
 
 // CFG: HUB-CONSOLE-CMD-FUSE-RESOLVER-CLASS
-$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'Org\Mxchange\CoreFramework\Resolver\Command\ConsoleCommandResolver');
+$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'Org\Shipsimu\Hub\Resolver\Command\HubConsoleCommandResolver');
 
 // CFG: ENABLE-FEATURE-FUSE
 $cfg->setConfigEntry('enable_feature_fuse', 'N');
diff --git a/core b/core
index 1a5a49c27fafcab503f496cfae071374e6d739df..d1d4c27a298fb48a433ab3ee132229d88274b060 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 1a5a49c27fafcab503f496cfae071374e6d739df
+Subproject commit d1d4c27a298fb48a433ab3ee132229d88274b060
index 1c27ada580cc673e2d7a6e6e8cb4fa6deecd3df3..c9e03fdf927d2d7c0c809fea58f3daf6ddf99f3f 100644 (file)
@@ -25,7 +25,7 @@ mode=regular  -  The default mode for joining the hub network as a regular node.
 mode=boot     -  Your node acts as a bootstrapping-node. This mode is completely
                  the same as the master-mode. If you can make sure that your node
                  is up at least 99%, every downtime of a bootstrapping-node
-                 'hurts' the network, and that you have the latest SVN changes
+                 'hurts' the network, and that you have the latest GIT changes
                  you might want to contact me with your static IP number and port
                  number of your node so I may add it to the hard-coded list of
                  boostrapping-nodes.
@@ -141,9 +141,9 @@ deb-src [arch=amd64,i386] http://localhost:xxxxx/ftp.de.debian.org/debian unstab
 
 The FUSE virtual filesystem allows to access your node's properties and (later)
 many more through FUSE (Filesystem in User SpacE). You need the PHP extension
-'fuse' enabled in your php.ini and please use latest SVN code from
-https://svn.php.net/repository/pecl/fuse/trunk as I also use it. If fuse.dll/so
-is correctly installed and enabled in php.ini, you can try to start it like this:
+'fuse' enabled in your php.ini and please use latest GIT code from
+https://github.com/gree/php-fuse.git as I also use it. If fuse.dll/so is
+correctly installed and enabled in php.ini, you can try to start it like this:
 
 php index.php app=hub command=fuse