1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00
Commit Graph

490 Commits

Author SHA1 Message Date
Bryan Roe
6740cbf55d Fixed bug in message-box (user-consent) introduced in older zenity platforms 2020-08-06 01:33:30 -07:00
Bryan Roe
5f02915532 1. Updated EncryptionStream.GenerateRandom to return a node JS buffer
2. Fixed bug in promise
2020-08-05 21:14:44 -07:00
Bryan Roe
399e1cc9f3 Fixed service manager on freebsd to correctly parse PID when daemon is in use 2020-08-03 21:16:51 -07:00
Bryan Roe
465805bc96 Fixed issue with freebsd 2020-08-03 11:44:44 -07:00
Bryan Roe
3afdfe3609 Updated support for KDE/PLasma 2020-08-02 21:10:12 -07:00
Bryan Roe
b40b4f45e6 1. Updated macOS message-box to correctly detect cancel button press
2. Fixed compiler warning
3. Updated --no-embedded=1 detection
2020-08-02 15:48:15 -07:00
Bryan Roe
9931cdd9e1 Updated on macOS to address multiline captions and button count errors 2020-08-02 14:06:58 -07:00
Bryan Roe
43e09dd41e 1. Removed uneccessary printf
2. Added support for hex values for CAched db entries
3. Added --copy-msh support in agent installer
4. Added --no-embedded support
2020-08-01 02:38:38 -07:00
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. 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
2e1d102311 Updated windows system tray support 2020-07-30 18:38:27 -07:00
Bryan Roe
3757910295 Added Array.findIndex() polyfill 2020-07-28 15:16:09 -07:00
Bryan Roe
67fc6c54b1 Addressed IOActive issues 2020-07-15 01:24:56 -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
df95ab804c Fixed uncaught exception on toast timeout, on older linux distros 2020-07-07 17:04:47 -07:00
Bryan Roe
ef58abb73c Added support for mesage-box to display on lock/login screen on Windows 2020-07-01 17:11:19 -07:00
Bryan Roe
b0e13ec876 Added missing commit to fix privacy bar on Windows 2020-06-29 11:11:01 -07:00
Bryan Roe
557840e642 1. Fixed edge case bug with installPath on Windows Service Manager
2. Updated Agent installer to copy .proxy file if present at install time
3. Updated proxy check on Linux/Gnome to only call gsettings if home folder is present for given user
2020-06-25 16:59:30 -07:00
Bryan Roe
10bde8c328 1. Fixed typo with upstart service manager .conf definition
2. Added support for installedDate in service manager
3. Fixed compiler warnings
2020-06-25 12:34:56 -07:00
Bryan Roe
788adeb246 1. Fixed unpipe bug
2. Fixed Windows/Linux interop issue
2020-06-24 16:02:46 -07:00
Bryan Roe
ac1da9725d Improved zip-reader to better support relative paths 2020-06-24 13:58:56 -07:00
Bryan Roe
33035ea5e3 Updated zip-writer so you can pass folder names 2020-06-24 01:59:01 -07:00
Bryan Roe
f97ebdbdd4 1.) Fixed base folder bug if single file is passed
2.) Updated db JavaScript object to support compressed records
2020-06-24 00:44:49 -07:00
Bryan Roe
660777406e Fixed console.log to not use AllocA, in case the input string is very long 2020-06-22 18:33:44 -07:00
Bryan Roe
1962100df1 Added support for gzip stream to http.request 2020-06-20 10:40:10 -07:00
Bryan Roe
885c6de72a 1. Fixed UTF8 characters for notifybar-desktop on linux
2. Fixed compiler warning, and missing #ifdef
2020-06-18 22:44:07 -07:00
Bryan Roe
6158940b6e Updated win-message-pump to support UTF8 messages 2020-06-18 22:12:32 -07:00
Bryan Roe
c18f37d17e 1. added BufferDesciptor to 'fs' to allow reading from a buffer
2. updated zip-reader to allow reading from a buffer instead of file
2020-06-18 15:02:12 -07:00
Bryan Roe
c269bd6fc5 Updated zip-reader to skip empty entries 2020-06-18 11:50:47 -07:00
Bryan Roe
a70825ebb4 Added ability to execute zip packages 2020-06-18 10:51:31 -07:00
Bryan Roe
5d51edbf21 Removed debug statement 2020-06-17 23:26:36 -07:00
Bryan Roe
a0dd41468a 1. Updated 'close' on zip-reader
2. Added 'extractAllStreams' on zip-reader`
2020-06-17 23:10:46 -07:00
Bryan Roe
702b34dbc9 Fixed bug with initializer for compressed=stream.compressor 2020-06-17 19:57:52 -07:00
Bryan Roe
ad5e6c4dc3 Updated 'compressed-stream' to be more configurable
Added zip-writer coapability
updated zip-reader to show logs when enabled
2020-06-17 17:02:09 -07:00
Bryan Roe
2cb8f70d8e 1. Updated stream.readable/duplex to only call _read() once if no value is returned
2. Added zip-reader
3. Updated compressed-stream
2020-06-15 18:11:51 -07:00
Bryan Roe
3f0ae06e65 removed debug output from crc32-stream 2020-06-15 13:33:28 -07:00
Bryan Roe
3b1dc835eb 1. Added crc32-stream modules
2. Updated flow control for compressed-stream
3. Added newListener even on EventEmitter, that fires event after a lsitener is added
4. Added two new event helper methods
5. Updated fs.read to work with CreateFile on Windows.
2020-06-15 13:16:01 -07:00
Bryan Roe
ca9bb50910 Updated nativeAddCompressModule() 2020-06-14 01:30:42 -07:00
Bryan Roe
39a4f997d4 Compressed integrated JavaScript 2020-06-14 00:29:13 -07:00
Bryan Roe
ee0787f416 Fixed bug preventing message-box from working when not running as root/service 2020-06-13 04:19:40 -07:00
Bryan Roe
dbefd25475 Updated workaround for Old Linux message-box, so that it supports cancelation 2020-06-12 18:09:27 -07:00
Bryan Roe
04e7fc85df Updated Toast/Message-Box on macOS to work with non-english characters on older macOS releases 2020-06-12 15:33:16 -07:00
Bryan Roe
c32d4e0914 Added ability to abort new message-box for macOS, and updated metadata 2020-06-12 10:24:39 -07:00
Bryan Roe
5b1bf0f25c Fixed type in rejector 2020-06-12 01:27:31 -07:00
Bryan Roe
1926fd82c8 Fixed macOS clipboard, toasts, and dialog boxes, for non-english characters. (when running elevated) 2020-06-12 01:13:26 -07:00
Bryan Roe
f230243475 Fixed Toast and Message-Box for non-english characters for older linux releases, like Ubuntu 10-14 2020-06-11 10:29:37 -07:00
Bryan Roe
f0a1744338 Updated zenity logic for notifications, because the version in the Deepin repo is broken 2020-06-10 22:47:35 -07:00
Bryan Roe
f9f7f28472 added power-monitor.sleepDisplay() support to macOS 2020-06-10 14:24:51 -07:00