This is an automated email from the ASF dual-hosted git repository.
necouchman pushed a change to branch staging/1.6.1
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 8e16cf2c GUACAMOLE-2268: Merge gate VNC UTF-8 (Extended Clipboard)
support behind config check.
add 8f8b8dff GUACAMOLE-2220: Terminal modifier keys.
add d98cddaa GUACAMOLE-2220: Kubernetes: add support for terminal-type.
new da898839 GUACAMOLE-2220: Merge support Shift/Alt/Ctrl/Meta sequences
for terminal navigation and function keys.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/protocols/kubernetes/kubernetes.c | 5 +-
src/protocols/kubernetes/settings.c | 13 +
src/protocols/kubernetes/settings.h | 6 +
src/protocols/kubernetes/url.c | 97 +++++-
src/protocols/kubernetes/url.h | 18 +-
src/protocols/ssh/ssh.c | 1 +
src/protocols/telnet/telnet.c | 1 +
src/terminal/terminal.c | 560 +++++++++++++++++++++++++++++-----
src/terminal/terminal/terminal-priv.h | 6 +
src/terminal/terminal/terminal.h | 7 +
10 files changed, 631 insertions(+), 83 deletions(-)