Bryan Roe
|
8ff0db9c3e
|
Added support for custom button layouts when supported by zenity
|
2020-07-31 19:24:44 -07:00 |
|
Bryan Roe
|
70a6130747
|
Added 'extra' property to message-box.zenity to poke for extra-button support
|
2020-07-31 15:17:01 -07:00 |
|
Bryan Roe
|
1e5b1afb9a
|
Fixed win-systray cleanup, so if you call remove without exiting/dumping, it disconnects the IPC.
MeshCentral_v0.5.99
|
2020-07-31 00:38:04 -07:00 |
|
Bryan Roe
|
7a265a37b9
|
1. Fixed crash that occurs when meshcore is cleared, if FDSNAPSHOT was used
2. Fixed uncaught exception that occurs when you emit an event on a finalized object
|
2020-07-30 21:32:47 -07:00 |
|
Bryan Roe
|
8f43ced7a1
|
Fixed memory leak when writing compressed record
|
2020-07-30 21:30:50 -07:00 |
|
Bryan Roe
|
2e1d102311
|
Updated windows system tray support
|
2020-07-30 18:38:27 -07:00 |
|
Bryan Roe
|
8546a1333b
|
Initial add... Still need to work out cleanup on LocalSystem
|
2020-07-30 12:47:11 -07:00 |
|
Bryan Roe
|
518a304bfc
|
1. Modified when process.exit event is emitted, so that it emits before any objects are finalized
2. Added process.exitting property that returns true if runtime is in process of exitting
|
2020-07-30 11:00:02 -07:00 |
|
Bryan Roe
|
a08cdc5d27
|
Forgot to add this file to repo.
|
2020-07-30 10:58:07 -07:00 |
|
Bryan Roe
|
f2eb015b2a
|
Fixed bug in unshift() logic in do/while loop on windows IPC
MeshCentral_v0.5.97
|
2020-07-29 13:25:40 -07:00 |
|
Bryan Roe
|
d56dd0b308
|
Updated new event emitter, so that JSON table is updated after listener is added, instead of before.
|
2020-07-29 01:07:47 -07:00 |
|
Bryan Roe
|
0f50542d8d
|
Fixed typo in Windows Server 2012 fix. I meant to pass bytesRead, not bufferLen
|
2020-07-28 22:17:31 -07:00 |
|
Bryan Roe
|
7b9ce06818
|
1. Added workaround for ReadFile() problem on Windows Server 2012
|
2020-07-28 18:27:07 -07:00 |
|
Bryan Roe
|
9f09abdbcd
|
Updated EventEmitter to use JS data structure instead of native
|
2020-07-28 15:17:37 -07:00 |
|
Bryan Roe
|
182469a82c
|
Fixed bug with ILibParseString, if offset was specified
|
2020-07-28 15:16:40 -07:00 |
|
Bryan Roe
|
3757910295
|
Added Array.findIndex() polyfill
|
2020-07-28 15:16:09 -07:00 |
|
Bryan Roe
|
1064fee868
|
1. Fixed size checks
2. Added checks for db write errors, and added readonly mode failover, with an error event
|
2020-07-27 13:19:36 -07:00 |
|
Bryan Roe
|
e132cb9d0b
|
Fixed hash buffer size
|
2020-07-27 13:18:24 -07:00 |
|
Bryan Roe
|
9c3fa12dc6
|
1. Fixed typo
2. Added handler for jpeg memory allocation error
|
2020-07-27 09:59:07 -07:00 |
|
Bryan Roe
|
453b5cdf5b
|
Fixed broken while loop
|
2020-07-27 09:58:04 -07:00 |
|
Bryan Roe
|
c986d60132
|
REmoved unreferenced variable
|
2020-07-27 09:57:23 -07:00 |
|
Bryan Roe
|
6c6c9b871e
|
1. Added upperbound on alloca
2. Removed unreferenced variables
|
2020-07-27 09:56:58 -07:00 |
|
Bryan Roe
|
d9b236971e
|
Added missing error handler
|
2020-07-27 09:56:14 -07:00 |
|
Bryan Roe
|
3452a4c59a
|
Updated to emit error if decrypt fails
|
2020-07-27 09:55:20 -07:00 |
|
Bryan Roe
|
4d828e15da
|
Fixed bug where if no items are in the chain or the handle list, the timeout was left at 0, causing high CPU utilization on Windows.
MeshCentral_v0.5.95
|
2020-07-26 00:57:59 -07:00 |
|
Bryan Roe
|
a45f5f07c8
|
Updated readonly support
MeshCentral_v0.5.90
|
2020-07-18 01:55:10 -07:00 |
|
Bryan Roe
|
d1a615b7ec
|
Added metadata
|
2020-07-18 00:54:07 -07:00 |
|
Bryan Roe
|
af9ce34a6f
|
Updated to better support readonly filesystems
|
2020-07-18 00:32:35 -07:00 |
|
Bryan Roe
|
1337c449cc
|
Updated header parsing for permessage-deflate
|
2020-07-17 22:58:00 -07:00 |
|
Bryan Roe
|
6fbba1ec0b
|
1. Update SHA384FileHash to support non binaries on Windows
2. Updated deflate settings
|
2020-07-17 14:56:16 -07:00 |
|
Bryan Roe
|
63d979ae97
|
Added ability to run zip files from command line
|
2020-07-17 10:31:17 -07:00 |
|
Bryan Roe
|
a01579619a
|
1. Fixed bug with permessage-deflate when permessage-deflate isn't used
2. Added support for Compressed MeshCore
|
2020-07-16 22:47:20 -07:00 |
|
Bryan Roe
|
0f4b18b8eb
|
1. Fixed compiler warnings
2. Fixed #ifdef for NOTLS
|
2020-07-16 17:48:35 -07:00 |
|
Bryan Roe
|
42642f1433
|
Updated compression statistics
|
2020-07-16 17:02:48 -07:00 |
|
Bryan Roe
|
de646bc728
|
Added support for websocket permessage-deflate
|
2020-07-16 16:49:37 -07:00 |
|
Bryan Roe
|
7814278d4f
|
1. Updated encrypted discovery
2. Fixed memory leak
|
2020-07-15 14:11:32 -07:00 |
|
Ylian Saint-Hilaire
|
8737ba90e8
|
Added UDP server discovery encryption support.
|
2020-07-15 11:25:16 -07:00 |
|
Bryan Roe
|
78fca8dfb3
|
Fixed IOActive issue with Multicast Discovery
|
2020-07-15 11:10:55 -07:00 |
|
Bryan Roe
|
0902718a47
|
Fixed bug in IOActive fix
|
2020-07-15 01:42:12 -07:00 |
|
Bryan Roe
|
67fc6c54b1
|
Addressed IOActive issues
|
2020-07-15 01:24:56 -07:00 |
|
Bryan Roe
|
70593e995b
|
1. added os.endianness
2. added os.uptime()
3. added bignum property support to _GenericMarshal.Variable
|
2020-07-11 01:34:33 -07:00 |
|
Bryan Roe
|
f9c9e4264d
|
1. Updated fs.readSync
2. Added zip-reader.isZip()
3. Added support for zip compressed selfupdate
|
2020-07-10 01:01:27 -07:00 |
|
Bryan Roe
|
c390676809
|
Addressed CodeQL issues
|
2020-07-08 22:18:54 -07:00 |
|
Bryan Roe
|
e1377cd74f
|
Merge branch 'master' of https://github.com/Ylianst/MeshAgent
|
2020-07-08 21:47:09 -07:00 |
|
Bryan Roe
|
de4ee73ae6
|
Addressed CodeQL analysis
|
2020-07-08 21:46:53 -07:00 |
|
Bryan Roe
|
9a886143a6
|
Update codeql-analysis.yml
|
2020-07-08 17:02:05 -07:00 |
|
Bryan Roe
|
f042835871
|
Update codeql-analysis.yml
|
2020-07-08 16:59:31 -07:00 |
|
Bryan Roe
|
1e4171a0a9
|
Update codeql-analysis.yml
|
2020-07-08 16:49:58 -07:00 |
|
Bryan Roe
|
9eb14f75d1
|
Update codeql-analysis.yml
|
2020-07-08 16:44:23 -07:00 |
|
Bryan Roe
|
4728330c5e
|
Fixed some warnings
MeshCentral_v0.5.81
|
2020-07-08 16:07:04 -07:00 |
|