Commit Graph

9 Commits

Author SHA1 Message Date
Nils 8b05e85683 Refactor event handler logic to improve connection state management
- Updated the event handler to ensure that the disconnected state is only bypassed if the connection is not in the listening state.
- Enhanced the condition for returning early from the function to include a check for `disc_time` being zero, improving the handling of disconnection timeouts.
2026-04-29 15:56:33 +02:00
Nils d116e6a652 Update CHANGELOG.md for version 1.1.1; enhance SSL handling and logging
- Added a new section for version 1.1.1 detailing SSL fixes, including forced IPv4 resolution and additional SSL hardening measures.
- Improved verbose logging for HTTPS requests, capturing detailed TLS handshake information for diagnostics.
- Updated the help dialog to provide users with specific instructions for resolving SSL connection issues related to antivirus software.
- Refactored SSL options in the plugin to ensure consistent handling across different components.
2026-04-06 20:55:57 +02:00
Nils cb3c837f0b Add SSL error handling and user notification dialog
- Implemented a new function `ssl_error_dialog_show` to display SSL connection errors to users in both English and German.
- Integrated SSL error handling in API calls and webhook functionality, ensuring users are informed of potential connection issues.
- Updated relevant files to include the new error handling logic and dialog display.
2026-04-06 19:17:11 +02:00
Nils fb7edeae0b Add CHANGELOG.md for version 1.1.0; implement watermark feature and update check
- Introduced a mandatory update check on startup, disabling the plugin until updated.
- Added a watermark for free users, displaying "Easy IRL Stream - stools.cc" in the video.
- Fixed SSL connection errors by utilizing the Windows certificate store in API calls.
- Updated help dialog to include information about the watermark feature.
v1.1.0
2026-04-06 18:29:42 +02:00
Nils 9890848c6c Refactor build script and update project version; enhance webhook functionality
- Removed OBS installation prompt from build.ps1.
- Updated project version from 1.1.0 to 1.0.0 in CMakeLists.txt.
- Added new webhook event data structure and enhanced webhook sending functionality in webhook.c.
- Integrated video statistics tracking in event-handler.c and media-decoder.c.
- Added IP address display in stats-dialog.cpp.
- Improved URL handling and response management in webhook.c.
v1.0.1
2026-04-03 14:46:56 +02:00
Nils 73659ce0a0 Update README.md to reflect new AI model name 2026-03-30 20:49:29 +02:00
Nils f8b992ca1d Enhance README.md with AI-Powered Development section
Added a new section highlighting the project's AI-assisted development using Anthropic Claude 4.6, emphasizing its AI-friendly nature.
2026-03-30 20:48:29 +02:00
Nils 75eff0dd29 Update FUNDING.yml with Patreon username
Added Patreon username for funding support.
2026-03-29 20:50:41 +02:00
Nils 10be82cba5 Initial commit
Made-with: Cursor
v1.0.0
2026-03-29 20:45:07 +02:00