Bryan Roe
f99e365be3
Added -export command line option to export modules
2022-10-20 22:31:05 -07:00
Bryan Roe
236786bc42
Added ability to export JS modules from agent.
2022-10-20 22:27:35 -07:00
Bryan Roe
2be1bac351
Updated code-utils to be able to sync modules folder with expanded folder
2022-10-19 23:25:11 -07:00
Bryan Roe
83dd10c29a
Added ability to deflate/compress from expanded_modules to polyfills.c
2022-10-18 22:16:01 -07:00
Bryan Roe
e21557a5c2
Added code-utils, to be able to expand compressed/integrated JavaScript at runtime. Updated polyfills so that code-utils can easily extract segments.
2022-10-18 00:16:45 -07:00
Bryan Roe
b60391b1c3
Added version flag to readdirSync(), so can be patched easily on server side if necessary
2022-10-14 11:11:48 -07:00
Bryan Roe
62bcda48c9
1. Updated fs.readdirSync(), so when enumerating windir with a 32 bit agent on 64 bit windows, it will add 'sysnative' to the results
...
2. Added documentation for sysinfo
2022-10-14 01:10:45 -07:00
Bryan Roe
72de10d955
updated proxy-helper to support auto-proxy auto detect
2022-10-12 22:18:34 -07:00
Bryan Roe
1db1d9fbe6
Fixed compiler warning
2022-10-12 09:25:11 -07:00
Bryan Roe
f5283e30ae
Update documentation
2022-10-11 00:14:24 -07:00
Bryan Roe
f811d1fc93
Updated documentation
2022-10-08 18:27:56 -07:00
Bryan Roe
0a1fa58d4d
Update documentation
2022-10-06 15:43:06 -07:00
Bryan Roe
705aac16ad
Added documentation
2022-10-05 23:05:26 -07:00
Bryan Roe
f93610e022
Updated internal documentation
2022-10-05 00:03:07 -07:00
Bryan Roe
9f4ef70b2e
Updated documentation
2022-10-04 01:26:38 -07:00
Bryan Roe
6a06f9b46b
Updated 64bit check for powershell
2022-10-03 09:43:50 -07:00
Bryan Roe
37a6e5207b
Updated documentation, as well as fix a 64 bit issue with powershell
2022-10-03 09:42:16 -07:00
Bryan Roe
c1cd8d7a5a
Updated Windows App, to display ToolTip with full server URL, and to truncate the displayed URL in the static text field with an ellipsis if too long.
2022-09-28 13:17:24 -07:00
Bryan Roe
da840cd373
Updated text mode for macOS compatibility
2022-09-26 15:54:22 -07:00
Bryan Roe
7a778cdbd4
Updated so that if GUI check fails, will only display help if no parameters are passed in
2022-09-22 14:55:33 -07:00
Bryan Roe
c0b63eae13
Fixed bug where custom MSH fields were not picked up by the installer
2022-09-22 12:41:26 -07:00
Bryan Roe
10a9fd5e15
Start of promise tests
2022-09-22 00:18:38 -07:00
Bryan Roe
b21c7c380e
1. Updated global-tunnel to always use the object cached by the module loader, fixing a bug where the native and JS instances didn't match
...
2. Updated proxy-helper to always end a global-tunnel before fetching the auto-proxy script, fixing a bug where auto-proxy couldn't be fetched correctly after autoproxy was configured
2022-09-21 00:58:21 -07:00
Bryan Roe
59efd7ab18
1. Added ability to disconnect control channel
...
2. Added event emitter tests
2022-09-20 00:29:31 -07:00
Bryan Roe
ce6f57af42
Fixed structure in identifiers and lib-finder so that objects get GC faster
2022-09-16 20:51:56 -07:00
Bryan Roe
e0044984e5
Added 'exstate' parameter that returns the windows service manager service state as the status code
2022-09-15 23:47:11 -07:00
Bryan Roe
81c3253e05
Add support for local tests
2022-09-14 23:58:42 -07:00
Bryan Roe
f4d6ee468d
Added SMBIOS record 131 to AMT verification
2022-09-14 01:01:27 -07:00
Bryan Roe
966300576e
added new sections
2022-09-07 23:40:41 -07:00
Bryan Roe
cbe178869b
Beginning of Agent Architecture overview documentations
2022-09-07 01:10:46 -07:00
Bryan Roe
f2c9370e6a
Updated so pass thru arguments are passed thru installer
2022-09-01 11:00:46 -07:00
Bryan Roe
c7c189de21
updated verbiage
MeshCentral_v1.0.75
2022-08-29 12:00:25 -07:00
Bryan Roe
fea689223e
updated known issue list verbiage
2022-08-29 11:47:54 -07:00
Bryan Roe
68fd23f936
Added note about anonymous functions and GC()
2022-08-29 11:17:37 -07:00
Bryan Roe
e2dc94ed46
Updated release notes and known issues list
2022-08-29 09:49:53 -07:00
Bryan Roe
5a66ac4d02
Updated documentation
2022-08-27 12:39:12 -07:00
Bryan Roe
f221183413
Updated -resetnodeid, to display admin is needed, when it throws an exception
2022-08-25 00:17:18 -07:00
Ylian Saint-Hilaire
8d86bcfa1c
Minor fixes to -? help text.
2022-08-24 23:57:15 -07:00
Bryan Roe
4d1dc7a082
Updated Windows Installer to populate DisplayVersion in registry
2022-08-24 00:54:18 -07:00
Bryan Roe
5e54734b28
Fixed error in links
2022-08-23 21:10:27 -07:00
Bryan Roe
0120cbfd48
Updated documentation
2022-08-23 21:08:13 -07:00
Bryan Roe
13acce701d
Updated documentation
2022-08-23 11:59:16 -07:00
Bryan Roe
de512f8ae1
Updated platform check to be 'linux' instead of not 'win32', fixing issues with BSD/macOS
2022-08-22 19:57:39 -07:00
Bryan Roe
b2e64e2147
Add explicit close to win-dispatcher
...
Add #ifdef exclusion for kvm-helper on macos
2022-08-22 09:46:12 -07:00
Bryan Roe
ad03c83c22
Fixed edge case with child-container, where if exit is called before child connects, could result in hung client, or stale server.
2022-08-21 15:33:01 -07:00
Bryan Roe
7905caa745
Fixed bug when user specified with quotes, causing failover from win-task to SCHTASKS. Also fixed referencing issue that caused delayed GC when using SCHTASKS
2022-08-21 10:54:41 -07:00
Bryan Roe
8b49af30be
Backed out change that prevented a disconnect from propagating correctly.
2022-08-19 16:25:28 -07:00
Bryan Roe
cf0bf3cd59
Added variable check before dereference
2022-08-19 11:42:47 -07:00
Bryan Roe
cd60e2bdf9
Added memory check before dereference
2022-08-19 10:13:46 -07:00
Bryan Roe
36286d9e7d
Updated WebSocketStream, so when you call end on the decoded stream, it will call end on the encoded stream. This will cause all the references to detach, allowing timely garbage collection.
2022-08-19 00:49:14 -07:00