Mithun
5f8540b3c4
Standardize formatting with gofmt
2026-06-03 06:12:54 +00:00
Mithun
4eef868047
Add unit tests for rtunnels KeepAlive state management
2026-06-03 06:12:40 +00:00
Mithun
5ebfecd822
Use configurable KeepAlive in createReverseTunnelHandler
2026-06-03 06:12:26 +00:00
Mithun
9762560228
Pass KeepAlive to TrackListener in StartRportFwdListener
2026-06-03 06:12:12 +00:00
Mithun
6310c7d6a0
Store KeepAlive in rtunnels state manager
2026-06-03 06:11:58 +00:00
ju li
1c1825f8f0
Duplicate HTML Fix
...
stageHandler function was missing a return statement at line 780, causing the server to serve duplicate HTML blocks when using the websites feature, causing things to render twice, and breaking embedded scripts like WAS stagers.
Signed-off-by: ju li <julietoolie@proton.me >
2026-05-05 15:40:48 -04:00
SAY-5
45c7914602
core/events: don't panic on send to closed subscriber
...
Closes #2252 .
2026-05-02 01:05:02 -07:00
Joe
5e377019e4
Merge pull request #2254 from smeukinou/fix-sliverpy
...
fix: safely close event broker subscription channels
2026-04-30 11:37:01 -07:00
smeukinou
88a4bebca0
fix: safely close event broker subscription channels
...
Moves the responsibility of closing the event subscription channel to the broker.Start() goroutine when processing an unsubscribe request. This prevents potential data races and panics caused by closing a channel concurrently while the broker might still be attempting to publish events to it.
2026-04-29 23:07:40 +02:00
moloch--
eda51f826a
Disable wg wrapper on multiplayer by default
2026-04-21 20:51:06 -07:00
moloch--
c23067a0e0
Wait for AI RPC event streams to subscribe
2026-04-02 09:17:33 -07:00
moloch--
3aefc39c08
Stabilize AI RPC event stream tests
2026-04-02 08:50:19 -07:00
moloch--
abd8c83df8
Stabilize Windows WireGuard reconnects
2026-04-02 08:22:51 -07:00
moloch--
1f2946eb87
Revert changes to netstack
2026-03-31 09:45:40 -07:00
moloch--
5eeda4c02b
console now keeps the long-lived background WG streams on one connection
2026-03-31 09:36:05 -07:00
moloch--
55a3386313
Improve reliabilty of multiplayer/wg setup
2026-03-30 20:02:55 -07:00
moloch--
464fb7008c
Tweak ai.yaml config schema
2026-03-29 18:41:06 -07:00
moloch--
f19cbdc957
Give agent encoder/decoder tools
2026-03-29 08:43:14 -07:00
moloch--
83bfc8d8e6
Add default prompt to ai.yaml config
2026-03-27 21:36:58 -07:00
moloch--
365bb3596e
Add aliases and extensions to agent tools
2026-03-27 20:22:15 -07:00
moloch--
9ee96c2ce6
Add ctx window usage to tui
2026-03-27 19:43:42 -07:00
moloch--
d080c8a646
Implement more tools for the ai to use
2026-03-27 18:15:46 -07:00
moloch--
cb6402245e
Implement more tools for the ai to use
2026-03-27 18:15:37 -07:00
moloch--
e4357277ec
Add web search to oai models
2026-03-27 17:33:15 -07:00
moloch--
9f034a9956
Implement better reasoning ui
2026-03-27 17:10:24 -07:00
moloch--
a2295112bd
Clean up various styling in ai tui
2026-03-27 11:47:39 -07:00
moloch--
d072b328c0
Fix pivot handler test helper collision
2026-03-26 19:44:18 -07:00
moloch--
435bbcbd7e
Merge master
2026-03-26 18:51:05 -07:00
moloch--
84dc28e584
Fix nil deref in pivots
2026-03-26 18:50:13 -07:00
moloch--
8c7a1a6b40
Fix dos/panic in tunnel closed
2026-03-26 17:40:57 -07:00
moloch--
06274c4061
Fix dos/panic in tunnel closed
2026-03-26 17:40:46 -07:00
moloch--
9f331687d3
wip on agentic actions
2026-03-24 19:06:47 -07:00
moloch--
05c5334fea
Switch to openai sdk
2026-03-21 09:23:49 -07:00
moloch--
49498210f8
Fix WireGuard generate test IP collisions
2026-03-16 17:20:33 -07:00
Joe
93fdfb3add
Merge branch 'master' into ai/tui
2026-03-15 20:03:27 -07:00
Joe
6831fe50a6
Merge pull request #2220 from skoveit/feat/multi-protocol-beacons
...
feat: multi-protocol implant builds via TUI
2026-03-15 20:02:36 -07:00
moloch--
4622c50288
Add ai chat sync
2026-03-15 12:26:03 -07:00
moloch--
b1ee0355af
isolate multiplayer wg from c2 wg
2026-03-15 11:51:09 -07:00
moloch--
01d9b213f2
fix grpc/mtls+wg for multiplayer
2026-03-15 11:11:27 -07:00
moloch--
f56886bce5
Merge grpc/mtls+wg branch
2026-03-15 10:55:50 -07:00
moloch--
682b3c2409
Upgrade to charm v2 libs
2026-03-15 09:47:29 -07:00
moloch--
3a93f312b4
Add optional Wireguard multiplayer
2026-03-15 09:38:54 -07:00
moloch--
6d7a10b392
Switch to fantasy to call models
2026-03-14 21:22:01 -07:00
0xOral
6c1dcf6a06
add flags to include multiple transport protocols at build time
2026-03-14 22:53:33 +02:00
moloch--
fffe93819d
Improve server-side ai grpc handlers
2026-03-14 13:31:32 -07:00
moloch--
635ee421e3
Add animation
2026-03-14 12:54:20 -07:00
moloch--
3ce6d69474
Add server-side ai-config form
2026-03-14 12:00:28 -07:00
moloch--
cd523c7f77
Wire tui to ai grpc
2026-03-14 11:43:21 -07:00
moloch--
b78915fcbd
Basic db layout
2026-03-14 11:14:54 -07:00
moloch--
924bcddfd2
Fix gogo test on Windows
2026-03-14 10:25:34 -07:00