converge/pkg/comms
Erik Brakkee ff97c1ccd2 Now by default wsproxy uses a specific protocol to establish connections to the server. It does this by adding the ?wsproxy query parameter.
The server then sends it the protocol version and the client connection info describing whether an agent was found or not. This improves usability for users.

With the --raw option it bypasses this query parameter and wsproxy then works in the old way as a simple stdio-websocket connector. It then still works with converge server but can also be used for simple websocket troubleshooting.
2024-08-01 20:22:41 +02:00
..
agentlistener.go restructuring 2024-07-30 19:59:13 +02:00
agentserver.go When a duplicate id is requested the server now allocates a new unique id so that the session can be handled anyway. 2024-07-30 19:45:25 +02:00
events.go Now by default wsproxy uses a specific protocol to establish connections to the server. It does this by adding the ?wsproxy query parameter. 2024-08-01 20:22:41 +02:00
gobchannel.go Added pprof to convergeserver and optionally to 2024-07-28 11:48:31 +02:00