From 94137228e0d58682213c2bfc712335a13311c6e0 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 1 Nov 2021 11:41:59 -0400 Subject: [PATCH 1/2] remove double server profiler from dark web --- src/DarkWeb/DarkWebItems.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/DarkWeb/DarkWebItems.ts b/src/DarkWeb/DarkWebItems.ts index 4cfc6f564..a341ff54a 100644 --- a/src/DarkWeb/DarkWebItems.ts +++ b/src/DarkWeb/DarkWebItems.ts @@ -16,10 +16,5 @@ export const DarkWebItems: IMap = { DeepscanV1: new DarkWebItem(Programs.DeepscanV1.name, 500000, "Enables 'scan-analyze' with a depth up to 5."), DeepscanV2: new DarkWebItem(Programs.DeepscanV2.name, 25e6, "Enables 'scan-analyze' with a depth up to 10."), AutolinkProgram: new DarkWebItem(Programs.AutoLink.name, 1e6, "Enables direct connect via 'scan-analyze."), - ServerProfilerProgram: new DarkWebItem( - Programs.ServerProfiler.name, - 1e6, - "Displays hacking and Netscript-related information about a server.", - ), FormulasProgram: new DarkWebItem(Programs.Formulas.name, 5e9, "Unlock access to the formulas API."), }; From 215932c59cce50895a82a43a50682b2e9bcebcc2 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 1 Nov 2021 23:31:01 -0400 Subject: [PATCH 2/2] fix doc --- doc/source/netscript/netscriptbladeburnerapi.rst | 2 +- doc/source/netscript/netscriptfunctions.rst | 3 +++ .../{getAugmentationReqRep.rst => getAugmentationRepReq.rst} | 0 .../tixapi/{getStockVolatility.rst => getVolatility.rst} | 0 4 files changed, 4 insertions(+), 1 deletion(-) rename doc/source/netscript/singularityfunctions/{getAugmentationReqRep.rst => getAugmentationRepReq.rst} (100%) rename doc/source/netscript/tixapi/{getStockVolatility.rst => getVolatility.rst} (100%) diff --git a/doc/source/netscript/netscriptbladeburnerapi.rst b/doc/source/netscript/netscriptbladeburnerapi.rst index 2d0bf03c8..988fbfe12 100644 --- a/doc/source/netscript/netscriptbladeburnerapi.rst +++ b/doc/source/netscript/netscriptbladeburnerapi.rst @@ -54,7 +54,7 @@ In :ref:`netscriptjs`:: getTeamSize() setTeamSize() getCityEstimatedPopulation() - getCityEstimatedCommunities() + getCityCommunities() getCityChaos() getCity() switchCity() diff --git a/doc/source/netscript/netscriptfunctions.rst b/doc/source/netscript/netscriptfunctions.rst index a6fda27ae..ac2b98ef4 100644 --- a/doc/source/netscript/netscriptfunctions.rst +++ b/doc/source/netscript/netscriptfunctions.rst @@ -93,6 +93,9 @@ This includes information such as function signatures, what they do, and their r wget() getFavorToDonate() flags() + alert() + toast() + tprintf() .. toctree:: :caption: Deprecated: diff --git a/doc/source/netscript/singularityfunctions/getAugmentationReqRep.rst b/doc/source/netscript/singularityfunctions/getAugmentationRepReq.rst similarity index 100% rename from doc/source/netscript/singularityfunctions/getAugmentationReqRep.rst rename to doc/source/netscript/singularityfunctions/getAugmentationRepReq.rst diff --git a/doc/source/netscript/tixapi/getStockVolatility.rst b/doc/source/netscript/tixapi/getVolatility.rst similarity index 100% rename from doc/source/netscript/tixapi/getStockVolatility.rst rename to doc/source/netscript/tixapi/getVolatility.rst