1. Grey Hack
  2. News

Grey Hack News

Update v0.9.6215

[h3]Changelog[/h3]

- Fixed Bug #1256: String.matches() crash when the search pattern contained special regex characters.

- Improved chat history management system to prevent potential performance issues on the server.

- Updated Admin tools.

Update v0.9.6209

[h3]Changelog[/h3]

- Fixed Bug #1254: Notepad.exe overwriting a file not working as expected

- Fixed issue on Intel Macs that prevented launching the game.

Update v0.9.6206

[h3]Changelog[/h3]

Added the option to block users in the chat:

- To access, open the Chat program and press the new "Chat settings" button.
- Blocked users will not be able to send you private messages.
- In channels, messages from blocked users are displayed as "Blocked" by default.
- Optionally in Chat settings, you can configure it so that nothing is displayed when a blocked user sends a message.

[h3]Update v0.9.6203[/h3]

- Fixed several bugs and crashes in Notepad and CodeEditor that could sometimes lead to text loss and instability in the program when cut, paste, undo, redo, and interacting with active text selection, among other actions.

- Fixed several bugs in Notepad and CodeEditor that could apply an incorrect selection to the text when dragging or using keyboard shortcuts after certain actions.

- Improved history management in Notepad and CodeEditor so that Undo/Redo is more consistent.

- Fixed redo shortcut in macOS in Notepad and CodeEditor to be cmd+shift+z

- HackShops no longer use the mission.db files to read and save certain information about the available missions, simplifying code and eliminating potential failures of the old system.

Update v0.9.6198

[h3]Changelog[/h3]

- Added support for Japanese characters in the font system.

- Updated the font and improved coverage for Simplified Chinese characters.

- Reduced bandwidth usage by preventing redundant client data when using connect_wifi and connect_ethernet

[h3]Server Updates:[/h3]

- Fixed Bug #1250: Links from / with the same name become inaccessible from terminal.

- Fixed bug that caused encrypted file downloads to be performed with an incorrect metadata compared to the original file, potentially causing unexpected behavior when interacting with the downloaded file.

- Fixed crash in scripting that could close the terminal or leave it in an unstable state when creating infinite recursive assignments in maps.

- Fixed crash that occurred when accessing certain networks with connect_wifi, if the smartphone configuration in the network had been corrupted by a persistence error.

- Fixed bug where the monthly payment for rentals was not correctly updated after restoring a backup, which could result in negative monthly payments.
The negative value of the monthly payment shown on the bank's page will be updated at the time the payment is made.

- Potential fix for the bug that occasionally leaves certain actions on the server frozen for a while, such as sending and receiving chat messages, opening visual programs, etc.

Update v0.9.6187

[h3]Changelog[/h3]

- Now the player computer creation window notifies the player if they have entered non-alphanumeric characters in any field, preventing the installation, instead of ignoring those characters and continuing with the creation of the player's account, which could lead to confusion.

- Fixed bug that could allow the introduction of non-alphanumeric characters in the parameters of methods that do not allow them, such as computer.create_group, computer.create_user, among others.