Commit Graph

402 Commits

Author SHA1 Message Date
Bryan Roe
7d28a0648e put quotes around username for scheduled tasks on windows 2021-02-03 10:20:14 -08:00
Bryan Roe
6629a86339 Fixed bug in execve() on linux and bsd 2021-02-02 22:32:09 -08:00
Ylian Saint-Hilaire
f5049055d2 Added remote typing icon to messenger. 2021-02-02 14:08:30 -08:00
Bryan Roe
9bad51196b Fixed selfupdate for Alpine 2021-01-28 21:32:59 -08:00
Ylian Saint-Hilaire
6f6040d742 Fixed meshcore agent update when used with AgentPort. 2021-01-28 15:49:42 -08:00
Ylian Saint-Hilaire
29c6b7877e Fixed meshcore update faliure case. 2021-01-28 13:41:19 -08:00
Bryan Roe
fe9baf0e8f Fixed open descriptor issue with agentupdate on linux/freebsd 2021-01-27 00:43:58 -08:00
Bryan Roe
e2201b1d9f Fixed incorrect console message 2021-01-26 21:53:20 -08:00
Bryan Roe
2f4d584c83 added dnsinfo console command 2021-01-26 14:39:39 -08:00
Ylian Saint-Hilaire
dcb5386da6 Added mesh agent compile time to details tab. 2021-01-26 12:08:17 -08:00
Ylian Saint-Hilaire
2c632cfcf0 MeshMessenger customization improvements. 2021-01-26 11:46:22 -08:00
Ylian Saint-Hilaire
d849d6cd07 Improved agent upload and download events. 2021-01-24 22:46:54 -08:00
Ylian Saint-Hilaire
a885664a41 Removed mobile setup when in LAN mode. 2021-01-24 21:51:22 -08:00
Bryan Roe
1a65fd5ab6 Added workaround for platforms where /var/run/utmp is touched too frequently
Fixed Global/Function scope problems
2021-01-24 15:19:29 -08:00
Bryan Roe
a4a6a5d44f Added missing action element on security center event 2021-01-21 10:03:33 -08:00
Bryan Roe
14c1a5f860 Added Windows Security Center hooks 2021-01-21 10:01:09 -08:00
Bryan Roe
78f48a7692 Added windows thermals 2021-01-20 14:38:04 -08:00
Bryan Roe
be81ba9518 Added windows volume information to sysinfo 2021-01-20 12:49:15 -08:00
Ylian Saint-Hilaire
ceedd0c756 Added option to remove guest sharing links. 2021-01-20 00:26:53 -08:00
Bryan Roe
05573d9bb9 Added retry logic to self-update 2021-01-18 22:08:12 -08:00
Bryan Roe
d8dc375d22 synced recoverycore.js changes with meshcore.js 2021-01-18 19:04:53 -08:00
Ylian Saint-Hilaire
c852a3d160 meshcore.js fix when updating older agents. 2021-01-18 16:25:02 -08:00
Ylian Saint-Hilaire
67fd1e7825 Updated meshcores. 2021-01-18 16:11:15 -08:00
Bryan Roe
e2368bf7ff updated recovery self update to skip auth check if agent doesn't expose control channel cert, and server doesn't pass an inner cert 2021-01-17 22:09:00 -08:00
Bryan Roe
70df889935 1. Updated recovery core 'files' implementation
2. Removed dead code from recovery core
3. Fixed bug in switch statement in meshcore
2021-01-17 18:36:53 -08:00
Ylian Saint-Hilaire
cd84af5cb9 Added tasklimiter and improvements to agent meshcore update system. 2021-01-16 23:35:39 -08:00
Bryan Roe
0a44d8c873 Updated agent-update ARCHID detection on macOS to workaround bug in specific older versions 2021-01-16 14:33:06 -08:00
Bryan Roe
10f1b77006 Removed debug lines that were accidentally left in 2021-01-16 13:12:30 -08:00
Bryan Roe
060a34363f Updated to use FFI/_wexecve() on windows 2021-01-16 02:00:40 -08:00
Bryan Roe
562f8a6ceb Updated agentupdate 2021-01-14 23:57:52 -08:00
Bryan Roe
f11140caeb Added test/experimental console command to initiate update 2021-01-14 01:18:28 -08:00
Ylian Saint-Hilaire
b195852399 Updated file headers. 2021-01-09 14:31:09 -08:00
Ylian Saint-Hilaire
d919c23461 Added device power operations to meshctrl.js. 2021-01-05 18:29:23 -08:00
Bryan Roe
91f33dfd73 Updated various commands to support agent branding 2021-01-05 09:47:47 -08:00
Bryan Roe
059e8b4cc4 Fixed service console command to use correct service name, on branded agents 2020-12-18 15:35:57 -08:00
Ylian Saint-Hilaire
642de7996b Added agent debug console in agent and assistant. 2020-12-15 19:44:11 -08:00
Bryan Roe
b7a6d142cf set timer metadata for InfoUpdate 2020-12-10 10:00:15 -08:00
Bryan Roe
2f7ad6c338 Updated fdsnapshot and timerinfo 2020-12-09 23:53:23 -08:00
Ylian Saint-Hilaire
1e27592ce4 Agent core download and reverse proxy improvements. 2020-11-30 13:20:31 -08:00
Ylian Saint-Hilaire
b11b974873 Version 0.7.4 2020-11-27 21:40:30 -08:00
Bryan Roe
b658ebf2a2 Updated file search to enclose path with quotes 2020-11-16 15:43:28 -08:00
Ylian Saint-Hilaire
e04db9fa9f Agent TLS certificate improvement. 2020-11-16 15:14:30 -08:00
Ylian Saint-Hilaire
5c9ac190b5 Added cpu/memory realtime graph. 2020-11-15 23:52:42 -08:00
Ylian Saint-Hilaire
54d7373a0e Fixed remote desktop multi-display bug. 2020-11-13 12:37:05 -08:00
Bryan Roe
7386a3f8c2 Added cancel() support to File Search 2020-11-12 17:49:22 -08:00
Ylian Saint-Hilaire
22105f2af3 Version 0.6.86 2020-11-11 22:56:47 -08:00
Ylian Saint-Hilaire
39ca25dcbf Updated Linux agents. 2020-11-11 16:50:51 -08:00
Ylian Saint-Hilaire
25986569af Meshcore.js cleanup. 2020-11-11 00:36:51 -08:00
Ylian Saint-Hilaire
bf7b1ffd60 Updated MeshAgent on all platforms. 2020-11-11 00:28:53 -08:00
Ylian Saint-Hilaire
6e67fc14c4 Rolled back agent tunnel TLS check. 2020-11-10 13:24:24 -08:00