Quasar/Server
yankejustin 94e50641cb Detecting illegal characters efficiently
Instead of wasting lots of time creating a string from a char array,
creating a string from another char array, concatenating them both into
a new string, and casting the keychar to a string to see if the string
contains it, make the operation natural and very efficient by creating a
new char array that has both invalid characters and making sure the
illegal character array does not contain the element.
2015-05-24 00:38:58 -04:00
..
Controls Fixed code formatting 2015-04-21 20:27:52 +02:00
Core Added extension methods 2015-05-22 22:12:30 +02:00
Forms Detecting illegal characters efficiently 2015-05-24 00:38:58 -04:00
Properties Small version fix 2015-05-22 22:39:35 +02:00
Resources Added Computer Commands: Restart, Shutdown, Standby 2014-07-22 21:52:07 +02:00
Settings Improved NoIP.org Integration 2015-05-10 18:11:22 +02:00
flags Initial commit with everything else 2014-07-08 14:58:53 +02:00
icons Initial commit with everything else 2014-07-08 14:58:53 +02:00
images Added image to Keylogger-ToolStripMenuItem 2015-05-01 15:17:00 +02:00
lib Updated references 2015-05-22 22:12:19 +02:00
Program.cs Fixed code formatting 2015-04-21 20:27:52 +02:00
Server.csproj Updated references 2015-05-22 22:12:19 +02:00
xRAT-64x64.ico Initial commit with everything else 2014-07-08 14:58:53 +02:00