Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 8aa84a5

Browse files
committed
Quasar v1.0.0.0 released
1 parent 46f034b commit 8aa84a5

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#QuasarRAT Changelog
22

3-
##Quasar v1.0.0.0 [TBD]
4-
* First Release
3+
##Quasar v1.0.0.0 [22.08.2015]
4+
* **xRAT is now Quasar**
5+
* Added Password Recovery (Common Browsers and FTP Clients)
6+
* Added Server compatiblity with Mono (Server now runs on Linux with Mono installed)
7+
* Client Builder works also on Linux/Mono
8+
* Added ability to upload batch files
9+
* Added Client support for multiple hosts
10+
* Added maximum simultaneous file downloads/uploads (current max: 2)
11+
* Fixed Remote Shell redirecting of standard output not working after redirecting error output
12+
* Fixed Remote Shell not displaying unicode characters correctly
13+
* Fixed Remote Desktop crash when changing screen resolution
14+
* Fixed File Manager would refresh directory when double-clicking files
15+
* Improved support for Windows 8 and above
16+
* Improved Remote Desktop (Speed, Full Mouse and Keyboard support)
17+
* Improved File Manager (Show name of drive, current path, upload files)
18+
* Improved UPnP support
19+
* Improved Geo IP support
20+
* Improved Builder UI
21+
* Switched from Protobuff to NetSerializer
22+
* Lots of under the hood changes for stability and performance

Server/Forms/FrmMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ private void menuBuilder_Click(object sender, EventArgs e)
757757
private void menuStatistics_Click(object sender, EventArgs e)
758758
{
759759
if (ConServer.BytesReceived == 0 || ConServer.BytesSent == 0)
760-
MessageBox.Show("Please wait for at least one connected Client!", "Quasar", MessageBoxButtons.OK,
760+
MessageBox.Show("Statistics makes no sense when no data is available.\nPlease wait for at least one connected Client!", "Not available", MessageBoxButtons.OK,
761761
MessageBoxIcon.Information);
762762
else
763763
{

0 commit comments

Comments
 (0)