mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-18 18:44:30 -04:00
[PR #31] [CLOSED] New module: wel #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/31
Author: @souz9
Created: 12/16/2022
Status: ❌ Closed
Base:
master← Head:wel📝 Commits (1)
9e55fd0New module: wel📊 Changes
33 files changed (+1020 additions, -0 deletions)
View changed files
➕
wel/1.0.0/bmodule/main.vue(+15 -0)➕
wel/1.0.0/cmodule/args.json(+1 -0)➕
wel/1.0.0/cmodule/clibs/windows/386/sys/log4cplus.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/386/sys/msvcp140.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/386/sys/vcruntime140.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/386/sys/wineventlog.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/amd64/sys/log4cplus.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/amd64/sys/msvcp140.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/amd64/sys/vcruntime140.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/amd64/sys/vcruntime140_1.dll(+0 -0)➕
wel/1.0.0/cmodule/clibs/windows/amd64/sys/wineventlog.dll(+0 -0)➕
wel/1.0.0/cmodule/events_.lua(+30 -0)➕
wel/1.0.0/cmodule/main.lua(+40 -0)➕
wel/1.0.0/cmodule/module.lua(+375 -0)➕
wel/1.0.0/cmodule/reader_.lua(+125 -0)➕
wel/1.0.0/cmodule/receivers.lua(+25 -0)➕
wel/1.0.0/config/action_config_schema.json(+6 -0)➕
wel/1.0.0/config/changelog.json(+14 -0)➕
wel/1.0.0/config/config_schema.json(+129 -0)➕
wel/1.0.0/config/current_action_config.json(+1 -0)...and 13 more files
📄 Description
This is a refactored version of wineventlog module.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.