Commit Graph

16 Commits

Author SHA1 Message Date
raul 0d839daf4e Return pointer to clientList item instead of copy
I've also fixed several issues such as the killswitch and RCE functions
failing because of trying to use the struct identifier to access the
clientList array
2024-06-12 09:49:37 +02:00
raul 6c77b7d674 Check if client is online before sending killswitch 2024-06-12 08:10:06 +02:00
raul d07e6435fb Fix issues caused by accessing clients via array identifier 2024-06-11 13:41:49 +02:00
raul bb2620d5ec Add option to delete clients from list 2024-06-11 12:27:43 +02:00
raul ecf6e1d443 Allow user to save clients directly to config 2024-06-11 10:45:31 +02:00
raul 0d0ba1618f Add favicon for control panel 2024-06-10 11:33:31 +02:00
raul df67a29de9 Check if client is online before trying to execute instructions 2024-06-07 12:39:07 +02:00
raul 82d2c7a097 Allow recovering clients from json config file 2024-06-07 11:30:16 +02:00
raul e7e24b2310 Create endpoint for dumping client list json 2024-06-07 11:07:35 +02:00
raul a76a2494b2 Setup killswitch function backend 2024-06-07 09:59:14 +02:00
raul 6a21d5bd0b UX improvements 2024-06-07 08:31:52 +02:00
raul 513d707df4 Implement backend for RCE 2024-06-06 09:32:35 +02:00
raul 6d02a4627b Configure rudimentary setup for requesting commands 2024-06-05 09:47:16 +02:00
raul b6a6c28bd8 Add OK/Offline field and small improvements 2024-06-04 12:41:09 +02:00
raul dbeceee204 Configure rendering connected clients on HTML 2024-06-04 07:53:51 +02:00
raul e8b29d5baa Prepare listening servers 2024-06-04 07:53:51 +02:00