Commit Graph

764 Commits

Author SHA1 Message Date
MaxXor dbac14f880 Show name of drive in File Manager 2015-07-24 10:41:21 +02:00
MaxXor 69124ded6a Fixed FM Remove option does not work on canceled transfers 2015-07-24 10:26:51 +02:00
MaxXor ceb5bc52fd Added option to remove completed file transfers
- File Manager shows more information about drives
2015-07-24 01:58:02 +02:00
MaxXor 2c48db56e4 Improved Remote Desktop
- shows now FPS (frames per second)
2015-07-23 16:55:44 +02:00
MaxXor e4757b87a2 Improved File Manager
- Added blocking send, this is important when transfering files to
prevent allocation of all blocks at once which pumps the memory with the
files contents
2015-07-23 13:31:45 +02:00
MaxXor d1b37e7d49 Improved header reading
When a new packet is at the end of the current buffer, it can happen
that the header isn't complete. Then it first reads what's there, writes
it to a temporary header and receives the rest of it in the next read
buffer.
2015-07-19 20:12:34 +02:00
MaxXor 1f30566c8a Improved Mono compatibility of the Server #279 2015-07-19 12:22:17 +02:00
MaxXor 26c6ef7bfa Improved waiting for UPnP devices 2015-07-19 10:22:04 +02:00
MaxXor 7e30db0717 Added documentation to RemoteShell 2015-07-18 18:08:56 +02:00
MaxXor 2dbcf5cf05 Fixed RemoteShell input issues when read data has no new line 2015-07-18 16:01:18 +02:00
Justin Yanke 1b617434e4 Merge pull request #26 from MaxXor/master
Merge with recent base
2015-07-17 12:41:17 -04:00
MaxXor 96f1eb0148 Updated Credits in Readme 2015-07-15 19:17:43 +02:00
MaxXor 97b4da9b04 Added lib 2015-07-15 15:01:26 +02:00
MaxXor 5031a50f07 Changed UPnP library to Mono.Nat #279 2015-07-15 14:55:44 +02:00
MaxXor 48ed28c92f Fixed RemoteShell redirecting of standard output not working after redirecting error output 2015-07-15 11:47:08 +02:00
MaxXor b46b57e602 Added enum for dirs and files in File Manager 2015-07-15 11:45:45 +02:00
MaxXor fcf50ca639 Merge branch 'master' of https://github.com/MaxXor/xRAT 2015-07-14 23:48:27 +02:00
MaxXor 8f88f4142a Added ShutdownAction enum 2015-07-14 23:48:24 +02:00
MaxXor 35abc85a9d Update README.md 2015-07-14 23:35:26 +02:00
MaxXor 490186aef9 Improved File Manager directory code 2015-07-14 23:19:10 +02:00
MaxXor 6c6bc07b6e Added enum for UserStatus 2015-07-14 23:18:48 +02:00
MaxXor 45dccb69e0 Added consistent packet names 2015-07-14 19:00:31 +02:00
MaxXor bc3c6caac4 Changed property 2015-07-12 23:47:54 +02:00
MaxXor 887f3ab34a Added ConnectionHandler to Server 2015-07-12 19:30:34 +02:00
MaxXor cda31acef3 Update CHANGELOG.md 2015-07-12 09:58:18 +02:00
MaxXor cbf162825a Updated version 2015-07-12 09:47:55 +02:00
MaxXor f63e2fe65c Updated uac-shield with transparent background 2015-07-11 19:24:01 +02:00
MaxXor c148172976 Reverted background color of Builder
- changed from White to SystemColors.Control
2015-07-11 19:17:28 +02:00
MaxXor a5e30e001a Added Gitter to Readme 2015-07-11 18:44:37 +02:00
MaxXor de08893260 Set Proxy to null when sending the No-Ip DNS Update request 2015-07-11 09:35:52 +02:00
MaxXor c12bf59ec6 Fixed new lines 2015-07-10 20:41:20 +02:00
MaxXor 912cae98ba Edited Readme 2015-07-10 20:39:23 +02:00
MaxXor 3e72590d23 Fixed small grammar mistake 2015-07-10 20:12:00 +02:00
MaxXor d093843cfe Corrected TabIndex in Settings Form 2015-07-10 20:10:13 +02:00
MaxXor 03a19ce8aa Improved No-Ip.com Updater
- Removed getting own WANIP before sending the No-Ip update request, it
will either way take the connecting WANIP according to
https://www.noip.com/integrate/response
2015-07-10 19:50:41 +02:00
MaxXor 9092cc513a Corrected documentation 2015-07-10 16:49:11 +02:00
MaxXor ad75e9a760 Moved ConnectedTime to Client
- Added more documentation
2015-07-10 16:45:41 +02:00
MaxXor 9993ff0f89 Added ConnectedTime property to Client's UserState
- Fixed cross threading bug on form closing
2015-07-10 16:36:34 +02:00
MaxXor deaca4af40 Fixed not counting sent bytes 2015-07-10 15:58:26 +02:00
MaxXor bca273dc5e Fixed networking code
ref #275
2015-07-10 12:45:24 +02:00
MaxXor 6e280037f1 No negative file transfer IDs 2015-07-10 12:42:05 +02:00
MaxXor 44d81ed35e Reduced block size of file transfers 2015-07-10 12:41:48 +02:00
MaxXor 9a145b602b Better handling of packets with invalid header 2015-07-09 22:39:33 +02:00
MaxXor 9722744a75 Renamed MAX_PACKET_SIZE to BUFFER_SIZE 2015-07-09 22:28:07 +02:00
MaxXor 55bd32e63d Merge pull request #274 from AnguisCaptor/master
Reduced header size and set max payload to 16MB
2015-07-09 22:11:33 +02:00
DragonHunter 00d9061d03 Merge remote-tracking branch 'upstream/master' 2015-07-09 22:04:23 +02:00
DragonHunter 0e6cafdc75 Reduced header to 3 bytes & Max Payload is 16MB
Reduced the Header from 4 bytes to 3
The server or client should not be able to allocate 2GB memory from the
header, max is now 16MB
2015-07-09 22:01:39 +02:00
MaxXor 82abd35282 Added more documentation to main form.
not complete yet
2015-07-09 21:16:21 +02:00
MaxXor a3f9599630 Improved GetClient methods 2015-07-08 20:32:40 +02:00
MaxXor 06b55bd302 Added method to get all connected clients
changed some method access modifiers
2015-07-08 11:14:12 +02:00