25 Commits

Author SHA1 Message Date
Jacob Schmidt
b23679a8c3 feat(debug): Enhance logging for task management and data handling
Added conditional logging for various functions in the DragonflyDB interface to improve debugging capabilities. This includes detailed logs for task processing, fetching, publishing, and subscribing actions, which are now only active in debug mode. Additionally, updated the buffer size and path handling in the main extension code for better performance and compatibility.
2025-03-23 22:32:18 -05:00
github-actions
8733ad20f5 v1.0.0 Build 9 1.0.0.9 2025-03-21 01:07:15 +00:00
Jacob Schmidt
ee960db132 feat: Update binaries
All checks were successful
Build / Build (push) Successful in 29s
Updates the ArmaDragonflyClient binaries for Windows and Linux. This includes changes to the DLL and SO files in the extension and publish directories.
2025-03-20 20:07:01 -05:00
github-actions
683d587090 v1.0.0 Build 8 1.0.0.8 2025-03-21 00:58:43 +00:00
Jacob Schmidt
6d6dc81135 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/dragonfly
All checks were successful
Build / Build (push) Successful in 42s
2025-03-20 19:58:34 -05:00
Jacob Schmidt
fa745dde8d fix(db): Update include paths in pub/sub functions
Updates the include paths in `fnc_publish.sqf` and `fnc_subscribe.sqf` to use relative paths. This ensures the correct `script_component.hpp` file is included.
2025-03-20 19:58:30 -05:00
github-actions
a227ed8c80 v1.0.0 Build 7 2025-03-21 00:56:52 +00:00
Jacob Schmidt
033630977a Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/dragonfly
Some checks failed
Build / Build (push) Failing after 1m1s
2025-03-20 19:55:52 -05:00
Jacob Schmidt
38639b50c7 feat(db): Add pub/sub interface functions for DragonflyDB
Add two new functions to interface with DragonflyDB pub/sub system:
- fnc_subscribe.sqf: Subscribe to channels with CBA event routing
- fnc_publish.sqf: Publish messages to channels

These functions integrate with the existing pubSubHandler to route
messages through CBA's event system using 'global', 'local', 'server',
and 'remote' event types.

Both functions include proper input validation, error handling, and
detailed documentation with examples.
2025-03-20 19:54:58 -05:00
b83c22601f Update .github/workflows/build.yml 2025-02-22 13:54:01 -06:00
github-actions
b97c267099 v1.0.0 Build 6 1.0.0.6 2025-02-08 20:19:20 +00:00
Jacob Schmidt
3f01040e16 Hotfix 02082025@1420
All checks were successful
Build / Build (push) Successful in 1m30s
2025-02-08 14:18:26 -06:00
github-actions
c9c1a3556d v1.0.0 Build 5 1.0.0.5 2025-02-08 04:45:40 +00:00
Jacob Schmidt
7318d26fe0 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/dragonfly
All checks were successful
Build / Build (push) Successful in 55s
2025-02-07 22:45:28 -06:00
Jacob Schmidt
ff83729fad Update 02072025@2245 2025-02-07 22:45:24 -06:00
github-actions
43987d55ce v1.0.0 Build 4 1.0.0.4 2025-02-08 04:35:24 +00:00
Jacob Schmidt
4e71baef13 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/dragonfly
All checks were successful
Build / Build (push) Successful in 1m9s
2025-02-07 22:35:04 -06:00
Jacob Schmidt
95fdf45cde Update ArmaDragonflyClient Extension: Implement pub/sub messaging system with event routing, chunking support, and consistent message handling 2025-02-07 22:34:56 -06:00
github-actions
adb9f99c0e v1.0.0 Build 3 1.0.0.3 2025-01-01 19:41:40 +00:00
Jacob Schmidt
a97d3a5285 Major Update 01012025@1335
All checks were successful
Build / Build (push) Successful in 56s
2025-01-01 13:41:26 -06:00
github-actions
4b6de40439 v1.0.0 Build 2 1.0.0.2 2025-01-01 15:45:52 +00:00
Jacob Schmidt
2552f491ec Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/dragonfly
All checks were successful
Build / Build (push) Successful in 1m6s
2025-01-01 09:45:38 -06:00
Jacob Schmidt
8f4dad4977 Remove bin directory from git tracking 2025-01-01 09:45:16 -06:00
github-actions
e2f7926c41 v1.0.0 Build 1 2025-01-01 15:34:18 +00:00
Jacob Schmidt
bf951fd1f6 Initial Repo Setup
Some checks failed
Build / Build (push) Failing after 39s
2025-01-01 09:33:04 -06:00