Quasar/Server/Core/Packets
yankejustin be78162f63 Changes to output handling of commands
Added an "IsError" property to the ShellCommandResponse to denote if the
response should be handled a certain way (if it is a response to a
ShellCommand error, then print it differently).
Also correctly queues up two different threads on shell initialization.
These ManualResetEvents now will signal the Shell's redirected output to
handle either the output, or the error output. Not at the same time
(will cause deadlocking).
We now append the text instead of concatenating. Not sure how much more
efficient this is, but it is certainly more readable.
2015-05-27 14:46:10 -04:00
..
ClientPackets Changes to output handling of commands 2015-05-27 14:46:10 -04:00
ServerPackets Added Removing of Programs from Autostart 2015-05-26 23:11:16 +02:00
IPacket.cs Fixed code formatting 2015-04-21 20:27:52 +02:00
UnknownPacket.cs Fixed redundant type specification 2015-05-18 21:01:38 -04:00