Grey Hack - Kurouzu
Changelog

- Added new field in ExploitReport.exe to report the public IP of the network that has the vulnerability so that the administrator can update the reported libraries after processing the report.

- Fixed bug in the Manual that caused the "show code" button to not show if a menu entry was accessed after performing a search.
Grey Hack - Kurouzu
Changelog

- Fixed bug that caused download/copy windows not to be added to the taskbar.

- Fixed #Bug 735: can't close download window if disk is out of space.

- Temporarily removed 115% Appearance scaling.

- Manual.exe rework to improve accessibility.

- Updated some texts of the Manual.

- Added missing documentation for some methods and commands.

- Added subwallet.wallet_username method that returns the name of the wallet that contains it.

- Fix issue when spamming the game log when accessing certain Manual entries.

- Code refactoring in preparation for the new tutorial that will be included in future updates.
Jun 27, 2022
Grey Hack - Kurouzu
Changelog

Fixed bug in the format_colums method, used in the iwlist command, which included spaces in an incompatible format, causing problems if text with these spaces was copied and pasted in arguments of programs such as aireplay, preventing its execution.
Grey Hack - Kurouzu
Changelog

- Fixed bug in the format_colums method, used in the iwlist command, which included spaces in an incompatible format, causing problems if text with these spaces was copied and pasted in arguments of programs such as aireplay, preventing its execution.

- A notification is sent to the player if the Coin object has been obtained when using the blockchain.get_coin method from scripting.

- A notification is not shown if an identical one is already being shown at that moment.

[Nightly] Update v0.8.4387a

- Prevented notification spam abuse with blockchain.get_coin
Grey Hack - Kurouzu
Changelog

- Fixed bug that prevented connecting to an inactive server due to non-payment using ConfigLan.

- Fixed bug that caused a notification to not be sent to the player if the payment of any of their servers was not made due to lack of funds.

- Fixed bug that caused the home network to not be deactivated due to non-payment.
Grey Hack - Kurouzu
Changelog

- Desktop notification system rework, improving visibility and performance.

- When a notification is displayed, depending on its type, it can launch a related program by clicking on it for example when receiving a new email.

- Added option in Appearance program to configure the colors of the notifications.

- Minor Desktop rendering performance improvements.
Grey Hack - Kurouzu
Changelog

- Added option to destroy stored hardware from the hardware installation window.

- Removed the restriction that prevented buying hardware if there was already a pending order.

- Emails are no longer received when purchasing hardware.

- increased the probability of npcs bank accounts spawning with money.

- Before accepting a job from the hackshop or the police, it shows the reward that will be received for completing it.

- Increased payment for completing jobs.
Grey Hack - Kurouzu
Changelog

- Added graphics cards (GPU). Used for mining crypto currencies.

- If the computer does not have a dedicated GPU installed, the CPU is used for mining, although it is much slower than a GPU. In addition to a good GPU, the rest of the computer hardware is taken into account for the mining processing, included the RAM speed. Therefore slow hardware can negatively impact the speed of the GPU.

- Fixed bug [79] - Ordering same hardware shows multiple deliveries

- Fixed bug [80] - Hardware Duplication

- Fixed bug [543] - Hardware duplication from Settings.exe between computers

- Fixed bug [582] - Bug during hardware upgrade allows for an item duplication exploit while upgrading

- Fixed bug [876] - Line 95 of "wallet" program crash when trying to sell coins
Grey Hack - Kurouzu
Changelog

- Added ISPs (Internet Service Providers) allowing the player to rent their own network to connect from their computers via ethernet or Wi-Fi as well as choosing the connection speed.

- The speed of the hard disk can affect the connection speed, which can cause bottlenecks. Make sure you have a fast hard drive if you also have a fast connection.

- Moved the server rental and the ConfigLan.exe program from the stores to the ISPs websites.

- When renting a server you can also choose the connection speed in the same way as when hiring your own network.

- Added option in the desktop network menu to enable or disable the Wi-Fi card, allowing you to disconnect from the internet at will. When you turn Wi-Fi back on, you need to manually select the network you want to connect to.

- Added option in the desktop network menu to be able to enable or disable the ethernet card.

- The new options in the networks menu will only be visible if the corresponding network cards are installed.

- Added "man" command that shows the help of other commands. This information will be expanded in future updates.

[Nightly] Update v0.8.4364a

- When activating the wifi from the network menu it automatically connects to the last network to which it had connected.

- When a player disconnects from the network completely, the connection of any other player connected to his computer is also interrupted.

- Fixed bug where the player computer didn't automatically connect to the home network using ethernet after a computer reboot if this was the last connection made.

- Fixed bug that caused a crash when trying to restore a home network from ConfigLan causing unexpected behavior.

- Fixed bug when turning on the ethernet card if the computer had previously been completely disconnected from the network, causing the browser, chat and other programs to not connect to the internet.

- Fixed bug that caused the connection to the home network not to be made correctly when activating the ethernet card if it was already connected to the network via Wi-Fi.

- Fixed bug whereby ConfigLan could show player computers under certain circumstances.

- Fixed bug that caused the computer to not disconnect from the home network after deleting the network from ConfigLan.

- Fixed bug that caused an erroneous calculation in the monthly payment after trying to restore the home network or a rented server.

- Fixed bug on the ISPs website that caused it to take you to the police reports page when pressing the Services button successively.
Grey Hack - Kurouzu
Changelog

- Added new Service object to the scripting system, which can be obtained by importing libssh.so, libftp.so, libchat.so, libhttp.so, librshell.so, librepository.so libraries using include_lib.

- Migrated the chat, ssh, ftp, rshell, http and repository services installers from shops to scripting, as well as the binaries to start and stop the service. You can check the source code of the installers using CodeEditor. For example CodeEditor.exe -code ssh-server

- Now you can call the launch method consecutively without limitation on the number of calls. Nested launch calls are still limited to a maximum of 15.

- Wallets and therefore subwallets are not deleted after a game over or player reset.

- Added wallet.reset_password method. Can only be reset once a day (game time)

- Now the player's wallet can register up to a maximum of 10 subwallets in the same coin.

- Removed subwallet.add_coins and subwallet.remove_coins.

- wallet.buy_coin and wallet.sell_coin now require a new parameter, subwalletUser.

- Added dropdown in stocks to select the subwallet that makes the offer.
...