![]() |
Bearsampp 2026.7.11
|
Class ActionCheckVersion
This class is responsible for checking the current version of the application and displaying a window with the latest version information if an update is available. It also handles the user interaction with the window, such as clicking on links or buttons.
Class HttpClient
This class provides methods for making HTTP requests and retrieving HTTP headers. It supports both cURL and fopen for fetching headers and handles API JSON requests.
This script handles AJAX requests for applying module version to bearsampp.conf. It expects a POST request with 'module' and 'version' parameters.
@subpackage Core
This script handles AJAX requests for installing modules in the Bearsampp application. It expects a POST request with 'module', 'version', and optionally 'filesize' parameters.
@subpackage Core
This script handles AJAX requests for toggling the EnhancedQuickPick setting. It expects a POST request with an optional 'value' parameter (0 or 1). If no value is provided, it toggles the current setting.
@subpackage Core