This website requires JavaScript.
Explore
Help
Sign In
erik
/
converge
Watch
1
Star
0
Fork
0
You've already forked converge
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
64f2460bc9
converge
/
pkg
History
Erik Brakkee
64f2460bc9
Adding rm/del instruction for agents.
2024-09-08 11:16:49 +02:00
..
agent
refactoring towards being able to send events from Admin to UI (websocket) without exposing connection info but only metadata.
2024-09-08 11:16:49 +02:00
async
clean solution for concurrence in session.go by serializing all external calls (apart from initialization) through a channel.
2024-09-08 11:16:48 +02:00
comms
refactoring towards being able to send events from Admin to UI (websocket) without exposing connection info but only metadata.
2024-09-08 11:16:49 +02:00
concurrency
Unique ids for clients generated by converge server and made available to the ssh session through a net.Conn extension that passes the ID to the SSH session through the LocalAddr().
2024-09-08 11:16:49 +02:00
converge
refactoring towards being able to send events from Admin to UI (websocket) without exposing connection info but only metadata.
2024-09-08 11:16:49 +02:00
iowrappers
Added pprof to convergeserver and optionally to
2024-09-08 11:16:49 +02:00
models
refactoring towards being able to send events from Admin to UI (websocket) without exposing connection info but only metadata.
2024-09-08 11:16:49 +02:00
templates
Adding rm/del instruction for agents.
2024-09-08 11:16:49 +02:00
terminal
* fixes for windows
2024-09-08 11:16:48 +02:00
websocketutil
basic htmx with server sending content to the client over a websocket is now working. This only worked when text message where being sent so the websocket handling had to be made configurable with a 'text' boolean field.
2024-09-08 11:16:49 +02:00