This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
conquest
Watch
1
Star
0
Fork
0
You've already forked conquest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b8b276d887c128cc9e4b615b69c517c4054a8632
conquest
/
server
/
agent
History
Jakob Friedl
b8b276d887
Refactored agent command handling to remove redundant boiler-plate code. Commands are parsed dynamically based on a single definition. Command-specific actions might still need distinct implementations.
2025-07-14 22:14:27 +02:00
..
agent.nim
Implemented 'cd' and 'ls' commands using Windows APIs.
2025-07-07 21:30:05 +02:00
interact.nim
Refactored agent command handling to remove redundant boiler-plate code. Commands are parsed dynamically based on a single definition. Command-specific actions might still need distinct implementations.
2025-07-14 22:14:27 +02:00
taskDispatcher.nim
Refactored agent command handling to remove redundant boiler-plate code. Commands are parsed dynamically based on a single definition. Command-specific actions might still need distinct implementations.
2025-07-14 22:14:27 +02:00