Skip to content

Releases: DarkCoderSc/OptixGate

Optix Gate 1.3.0

20 Oct 11:21
ea44a04

Choose a tag to compare

The Content Reader feature introduces a new capability that allows users to remotely open and view readable files in a dedicated editor. Currently available for files only, this feature enables instant server-side access to any file, regardless of its size.

To optimize performance, the remote file is paginated, meaning that only a user-defined portion (chunk) of the file is transmitted and displayed at a time, rather than transferring the entire file. The content is presented as a hexadecimal table, with built-in tools to extract and highlight ANSI and Unicode strings from the streamed data.

This approach ensures that even very large files can be opened instantly for view-only access, without requiring a full download or local storage.

This feature has been integrated into the file manager for readable files. You can also manually stream a remote file through a dedicated dialog.

Finally, this release includes several minor changes and improvements.

Optix Gate 1.2.0

06 Oct 13:14
fc0f0aa

Choose a tag to compare

  • Registry Manager has been introduced, currently available for browsing only. Users can browse registry hives and keys and view values (e.g., DWORD, QWORD, String, Binary, etc.). Creation, deletion, and modification of keys or values will be implemented in a future update.
  • A bug in the File Manager Folder Tree related to the 'Go To Path' function has been fixed. The complete destination path, including parent and child hierarchy, is now correctly built with proper permission resolution. This fix required a significant structural change.
  • File Manager now supports relative paths. Using .. will resolve correctly, and the path format has been standardized to prevent potential errors.
  • Various other minor improvements and optimizations have been implemented.

Optix Gate 1.1.0

23 Sep 15:31
463124b

Choose a tag to compare

  • Folder Tree View Added to File Manager: The browsed folder tree is now optionally available in the file manager (default: enabled).
  • File Upload Feedback Added: When a file is uploaded, all file manager windows are notified if the new file matches the current directory (reactive update).
  • Significant Protocol Improvements: While not directly visible in the compiled version, the underlying code has been greatly enhanced. OptiX command dispatching is now handled generically, and command/response serialization and deserialization are partially automated using Delphi RTTI for most basic object and property types. This considerably reduces the time required to implement new commands and responses, minimizes potential implementation errors, and makes the project much easier to expand.

Optix Gate 1.0.0

18 Sep 05:40
6224c88

Choose a tag to compare

  • Column sorting: Improved data navigation with sortable columns.
  • ZLib data compression: Optimized performance through compression of Optix packets (JSON commands and responses).
  • File manager enhancements: Added backward/forward navigation for easier file browsing, and go to location.
  • Execute-only folders: Introduced a dedicated folder icon to clearly identify execute-only directories.
  • Multi-listener support: Manage multiple servers with saved configurations and automatic startup.
  • IPv6 compatibility: Full support for modern IPv6 networking alongside IPv4.
  • Code improvements: General optimizations and refinements for better stability and maintainability.