1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 20:23:19 +00:00
Commit Graph

1795 Commits

Author SHA1 Message Date
Bryan Roe
b3e37dbfc2 Added File Transfer Unit Test 2022-07-07 11:41:35 -07:00
Bryan Roe
d1ef1e6421 Updated test, to include --WebRTC switch, and moved coreinfo to a promise 2022-07-07 10:20:10 -07:00
Bryan Roe
12985ff963 Fixed spacing 2022-07-06 23:58:13 -07:00
Bryan Roe
7b95f08983 Added blurb on randomized strings for Realm, Username, Password, Entity Body. 2022-07-06 23:57:07 -07:00
Bryan Roe
a15d15cb1b Fixed spelling 2022-07-06 23:53:36 -07:00
Bryan Roe
0fa9d556f0 First rev of documentation for Unit Test tool. 2022-07-06 23:50:43 -07:00
Bryan Roe
a616d650d8 First rev of WebRTC test migration 2022-07-06 17:37:54 -07:00
Bryan Roe
8a2a11cb97 fixed grammar 2022-07-05 23:57:00 -07:00
Bryan Roe
a9f8ebb437 Updated self update documentation to point out that update server TLS certificate must match control channel server TLS certificate. 2022-07-05 23:48:21 -07:00
Bryan Roe
ab66cf445e First revision of Agent Self Update documentation, describing self update architecture and testing procedure..
Also updated update-test to only validate recoverycore, when JS is specified.
2022-07-05 23:24:33 -07:00
Bryan Roe
6409183e72 Fixed bug where ctx dereference was placed before the validity check, instead of after 2022-07-02 10:42:54 -07:00
Bryan Roe
44e2dfaae4 Fixed Digest Unit test issue with persistent connections
Removed debug lines
2022-07-02 01:05:14 -07:00
Bryan Roe
143f7ef578 First Rev of Digest AUTH Unit Test
Fixed crash in ILibWebClient caused by NULL dereference
2022-07-02 00:03:41 -07:00
Bryan Roe
62195b6081 Added Digest Auth and Auth-Int support for server connections 2022-07-01 12:24:56 -07:00
Bryan Roe
25749eccaa Fixed bug that prevented digest/auth-int from correctly inserting entity body hash into the response. 2022-07-01 10:45:23 -07:00
Bryan Roe
963beb2b25 Removed debug console.log() 2022-07-01 03:03:08 -07:00
Bryan Roe
8f60da4435 Fixed parsing bug of digest authenticate headers when multiple qop options are present. Added support for auth-int on the client side. 2022-07-01 03:01:28 -07:00
Bryan Roe
fd59b52e89 Fixed macOS related issues with MeshCore tests.
Fixed bug in macOS clipboard where 0x0D0A was tacked on the end of the buffer
Fixed bug with customized agents, where MeshAgent.isService was returning the wrong value
2022-06-30 14:47:02 -07:00
Bryan Roe
b493da68e4 Fixed bug on Linux Agent, where a service stop, didn't gracefully shutdown the agent. Modified so that SIGTERM is caught, and causes the agent to gracefully shutdown. This change made it so the clipboard cleanup code could correctly run. 2022-06-30 01:23:29 -07:00
Bryan Roe
dcd8669746 Rev2 of SelfTest update
Added console.getInfoLevel() method
2022-06-29 14:11:51 -07:00
Bryan Roe
772410dbdd First Rev of MeshCore tests 2022-06-29 11:09:54 -07:00
Bryan Roe
043848a0f9 Fixed bug in WebSocketStream partial fragment handler, where if fragment buffer size was 0, it would not realloc() correctly.
Also updated self-test to have inline documentation, as well as support for console debugging
2022-06-28 20:36:32 -07:00
Bryan Roe
8b8d2b95df Updated, so core dumps are saved on crash 2022-06-28 18:32:42 -07:00
Bryan Roe
c0d6780f2a Fixed spelling error in help 2022-06-28 13:16:16 -07:00
Bryan Roe
b3e7943264 Updated agent-installer and update-test so that the self update test can be used with very old agents, to test updating to/from old releases. 2022-06-28 13:10:13 -07:00
Bryan Roe
fb6a935782 Added ability to specify RecoveryCore location 2022-06-28 00:20:16 -07:00
Bryan Roe
160b4b946d Added inline documentation on usage, if --help is specified. 2022-06-27 23:44:54 -07:00
Bryan Roe
876682875a Updated clipboard usage, to only use clipboard when necessary 2022-06-27 20:47:19 -07:00
Bryan Roe
9a0a4dede4 Updated Self-Update Test, to uninstall service after finishing test 2022-06-27 20:01:35 -07:00
Bryan Roe
b6349db37e Documented code for agent-installer 2022-06-27 14:50:43 -07:00
Bryan Roe
ab94c03594 Updated threading rules of ILibLifeTime_Remove() 2022-06-27 12:29:51 -07:00
Bryan Roe
af669c1da8 Removed debug message 2022-06-27 10:33:37 -07:00
Bryan Roe
386fb23b1f Updated service-manager.js 2022-06-27 10:27:48 -07:00
Bryan Roe
38823f140c Merge pull request #142 from si458/patch-1
add wants and after
2022-06-27 10:25:36 -07:00
Simon Smith
6f4bf643fc add wants and after 2022-06-26 14:24:06 +01:00
Bryan Roe
36681dbbf8 1. Fixed bug where global-tunnel.end() didn't clear the proxy
2. Broke infinite loop that could occur with circular referenced list
3. Added NULL check
2022-06-23 01:33:03 -07:00
Bryan Roe
4a2f9b009a Implemented stand-alone MeshCore tester 2022-06-21 15:08:26 -07:00
Bryan Roe
f559513474 Added support for AltBinary during Update Test 2022-06-20 15:20:01 -07:00
Bryan Roe
0adb0a8341 Added more clarification/documentation to sample 2022-06-18 09:47:39 -07:00
Bryan Roe
6f8fd1cc5e Added sample/snippet for stdin processing 2022-06-18 09:43:19 -07:00
Bryan Roe
dcc7c8cdbd Added code sample/snippet for spawning child processes to capture stdout 2022-06-18 09:34:28 -07:00
Bryan Roe
460fb89851 1. Fixed process.stdin for POSIX
2. Added support for console.echo and console.canonical
2022-06-17 21:07:02 -07:00
Bryan Roe
39fa19b284 Added Linux PCI bus enumeration support 2022-06-16 18:43:16 -07:00
Bryan Roe
aecf6a59c0 1. Added support for USB enumeration on Linux
2. Added workaround for awk bug with Ubuntu 16-18
2022-06-16 15:31:35 -07:00
Bryan Roe
b1dfdfa0bd 1. Fixed autoproxy retry logic on connect/disconnect
2. Updated Self Update Test, to push native updates in 16k chunks.
2022-06-16 11:42:07 -07:00
Bryan Roe
69751822b0 Canonicalized field names 2022-06-15 23:14:24 -07:00
Bryan Roe
376c82fc2d Another update for Ubuntu 16 2022-06-15 23:01:14 -07:00
Bryan Roe
1f40c4c983 Tweaked for Ubuntu 16 2022-06-15 22:58:51 -07:00
Bryan Roe
5b58c57352 Added support for decoding memory controller information from DMI for linux 2022-06-15 20:04:14 -07:00
Bryan Roe
f710290357 1. Added CycleCount, MinimumDelay, MaximumDelay, support to Self Update Test
2. Fixed edge case resource leak with clipboard on linux
2022-06-14 22:03:49 -07:00