Andrew Nelless
|
c3889667ba
|
#5617 Remove online check for plugins
|
2016-09-29 13:05:04 +01:00 |
|
Andrew Nelless
|
b55b8f0038
|
#5617 Revert "Remove plugin args from ArgParser"
This reverts commit cd58a8f0d0abe344d8e31a817386f613c7acde25.
|
2016-09-29 13:05:04 +01:00 |
|
Andrew Nelless
|
a2ad4cb0dc
|
#5617 Remove plugin args from ArgParser
|
2016-09-29 13:05:04 +01:00 |
|
Andrew Nelless
|
011da60cca
|
#5617 Remove plugin infra from ClientApp
|
2016-09-29 13:05:04 +01:00 |
|
Andrew Nelless
|
85227f41a1
|
#5617 Remove plugin infra from ServerApp
|
2016-09-29 13:05:04 +01:00 |
|
Xinyu Hou
|
9c0bac7c7d
|
Fixed indentations
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou
|
3c94310c9e
|
#123 Read clipboard sharing option and pass it to all clients
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou
|
d78758ab7d
|
Fixed indentation
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou
|
dc80ab4023
|
#4740 Sent heartbeat message between each chunk message
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou
|
d8ace7fb4a
|
#4740 Used global const rather than macro
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou
|
8ab69a22ae
|
#4740 Forced delay on heartbeat rather than each clipboard chunk
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou
|
d14d907ac1
|
#4740 Removed clipboard interrupt code
|
2016-09-26 11:58:33 +01:00 |
|
Andrew Nelless
|
fc6ce84ee4
|
Don't pollute the log with clipboard data at DEBUG2
|
2016-09-26 11:58:33 +01:00 |
|
XinyuHou
|
82043ca435
|
#4740 Used the same chunk size for secure and non-secure sockets
|
2016-09-26 11:58:33 +01:00 |
|
Andrew Nelless
|
c3c0913633
|
Update company copyright notice
|
2016-09-26 11:58:33 +01:00 |
|
Andrew Nelless
|
36be2051c2
|
Change company domain name
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
de91be1035
|
#2765 Added unit tests for KeyMap
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
2ffaf42faa
|
#2765 Made index output 1 based
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
adaf325e6f
|
#2765 Made sure extra sensitive modifier is not down on exact match
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
b80760bb2d
|
#2765 Matched exactly only when all required modifiers are ready down
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
178b7cc673
|
#2765 Made sure required modifiers already down when map command keys
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
c772a59572
|
Revert "Revert "Made index 1 based in log #2765""
This reverts commit fec53e812f.
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
b27a59fb0d
|
#3305 Fixed class name convention from porting code
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
1a4a313ece
|
#3305 Added mission control and launchpad support
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
ab4f59eac4
|
#3305 Made Mac clients aware of brightness keys
|
2016-09-26 11:58:33 +01:00 |
|
Xinyu Hou (Jerry)
|
67f14da691
|
#3305 Added brightness up and down support
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
bd0d8e7321
|
#3305 Added default implementation for fakeMediaKey for Linux and Mac
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
d9a6c14170
|
#3305 Used Mac native way to simulate media keys
|
2016-09-26 11:58:33 +01:00 |
|
Jerry (Xinyu Hou)
|
725cc7a2f8
|
#4922 Increased server help message buffer
|
2016-08-08 14:36:43 +01:00 |
|
Jerry (Xinyu Hou)
|
683d9b3786
|
Revert "Check list in a reverse order #2765"
This reverts commit 3de98a2f44a20449468496d47f5642b534a80cf6.
|
2016-08-08 14:36:43 +01:00 |
|
Jerry (Xinyu Hou)
|
fec53e812f
|
Revert "Made index 1 based in log #2765"
This reverts commit 177c2764259c097d0f0f0fa6e081c42bcef91ce5.
|
2016-08-08 14:36:43 +01:00 |
|
Jerry (Xinyu Hou)
|
83c0dea2e4
|
#4792 Calculated log message size rather than using fixed size
|
2016-08-08 14:36:43 +01:00 |
|
Jerry (Xinyu Hou)
|
9caa04237c
|
Refined file transfer log output
|
2016-08-08 14:36:43 +01:00 |
|
Jerry (Xinyu Hou)
|
1a76acd446
|
#4768 Interrupted both clipboards
|
2016-08-08 14:36:42 +01:00 |
|
Jerry (Xinyu Hou)
|
8003c4a2ad
|
Made IKeyResource OSX specific #2765
|
2016-08-08 14:27:13 +01:00 |
|
Jerry (Xinyu Hou)
|
6d2040b698
|
Reorganised KeyResource #2765
|
2016-08-08 14:27:13 +01:00 |
|
Jerry (Xinyu Hou)
|
583ac1ed2d
|
Made index 1 based in log #2765
|
2016-08-08 14:27:13 +01:00 |
|
Jerry (Xinyu Hou)
|
7bf9ca44ae
|
Check list in a reverse order #2765
|
2016-08-08 14:27:13 +01:00 |
|
Nigel Armstrong
|
6e7adeac85
|
Added "--enable-crypto" to help #4922
|
2016-08-08 14:27:13 +01:00 |
|
Asbjorn Kjaer
|
5901fa8aed
|
Correctly translate mouse events to the right and middle buttons #2975
|
2016-08-08 14:27:13 +01:00 |
|
Will Tinsdeall
|
428901859e
|
Use account in auth url #4913
|
2016-08-08 14:27:13 +01:00 |
|
Jerry (Xinyu Hou)
|
7cbd3fdcb4
|
Revert "Add keepAlive message before send file/clipboard data #4768"
This reverts commit 5287c62540b277474603ea8a38c53b50cb8f4d52.
|
2016-03-15 12:57:39 -07:00 |
|
Jerry (Xinyu Hou)
|
b5b2cdfade
|
Add keepAlive message before send file/clipboard data #4768
|
2016-03-15 12:57:06 -07:00 |
|
Jerry (Xinyu Hou)
|
89eb64a0aa
|
Reorder clipboard format #2909
|
2016-03-15 12:57:05 -07:00 |
|
Jerry (Xinyu Hou)
|
221a9a71c4
|
Add comment #4827
|
2016-03-15 12:57:05 -07:00 |
|
Jerry (Xinyu Hou)
|
3067560f7b
|
Fix indentations
|
2016-03-15 12:57:04 -07:00 |
|
Jerry (Xinyu Hou)
|
3bca8deac3
|
Use secure URL #4715
|
2015-11-23 11:42:47 -08:00 |
|
Jerry (Xinyu Hou)
|
953ad5bc4a
|
Use live URL #4715
|
2015-11-23 10:03:44 -08:00 |
|
Jerry (Xinyu Hou)
|
fbd2c1413e
|
Merge branch 'jerry-sandbox2'
|
2015-11-23 09:54:05 -08:00 |
|
Jerry (Xinyu Hou)
|
4f1f2dcff0
|
Use condition instead of assertion #5030
|
2015-11-19 13:46:48 -08:00 |
|