Andrew Nelless
|
77d6b83b0c
|
#5617 Remove stray PluginVersion includes
|
2016-09-29 13:05:04 +01:00 |
Andrew Nelless
|
aee8e2874e
|
#5617 Remove plugins from Windows installer
|
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 |
Andrew Nelless
|
f7e588dfff
|
#5617 Remove plugin directory support
|
2016-09-29 13:05:03 +01:00 |
Andrew Nelless
|
dc93b063b7
|
#5617 Remove plugin infra from TCPSocketFactory
|
2016-09-29 13:05:03 +01:00 |
Andrew Nelless
|
5774f5a291
|
#5617 Remove plugin infra from Client
|
2016-09-29 13:05:03 +01:00 |
Andrew Nelless
|
27ccddbea4
|
#5617 Remove plugin infra from ClientListener
|
2016-09-29 13:05:03 +01:00 |
Andrew Nelless
|
76b2558f1a
|
#5617 Delete the plugin infrastructure
|
2016-09-29 13:05:03 +01:00 |
Andrew Nelless
|
665bd91dbd
|
#5628 Move SSL socket code from plugin to lib/net
|
2016-09-29 13:04:57 +01:00 |
Andrew Nelless
|
a70a2bf864
|
#5329 Fix build date in about dialog
|
2016-09-27 11:37:16 +01:00 |
Andrew Nelless
|
f58e95c96f
|
v1.8.4 beta
|
2016-09-26 15:46:57 +01:00 |
Andrew Nelless
|
cb20fdcc97
|
Merge bonjour branch
|
2016-09-26 15:39:53 +01:00 |
Andrew Nelless
|
c7bf59e6c1
|
Merge changes from v1.8.3
|
2016-09-26 15:33:57 +01:00 |
Jerry (Xinyu Hou)
|
db9181bd11
|
Versioned to 1.8.3-stable
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
91c01d3a45
|
Version 1.8.3-rc2
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
d77f35b952
|
Update Changelog
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
c418d66f60
|
#3305 Rename macOS MediaKeySimulator to MediaKeySupport
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
e76b4a7747
|
#3305 Send macOS media key events to clients
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
1b0d4308e2
|
#3305 Map brightness keys correctly on macOS servers
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
6294679fcd
|
#3305 Detect media keys on macOS server
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
6d5b2707c8
|
#3305 Add logging for unknown macOS events
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
a17779e7fd
|
#123 Disabled clipboard grab mechanism when clipboard is disabled
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
ce4effa2c8
|
#123 Fixed warning on Linux
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
eafc548b97
|
#123 Made disable clipboard take effect on client
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
90673e8b87
|
#123 Added note about disabling clipboard
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
59e31c3f05
|
#123 Made clipboard name convention consistent
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
673829f511
|
#123 Made disable clipboard take effect on server
|
2016-09-26 11:58:33 +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
|
130458f77a
|
#123 Added enable clipboard option in GUI
|
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 |
Xinyu Hou
|
ceecee0f57
|
#4740 Used safer static cast
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
71741da721
|
#4740 Only adopted non-SSL socket
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou
|
07f7baf335
|
#4740 Passed IDataSocket directly
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
61c0bd1910
|
Removed unused variable
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
f2846b1586
|
Remove disconnect on retry exceed
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
16dbb7cd6a
|
Fixed using the wrong variable name
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
a471bdcea7
|
Made a own copy of ClientArgs in Client
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
a12ae98e9f
|
Used parent pointer for socket accept
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
e1be5a66b7
|
Used correct event target
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
6d86a6033f
|
Removed dead code
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
e0819b86cd
|
Conflicts:
src/lib/plugin/ns/SecureSocket.cpp
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
07902d623c
|
Removed dead code
|
2016-09-26 11:58:33 +01:00 |