This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from 3ca6bb0a GUACAMOLE-1708: Merge correction to missing Czech keyboard 
character mapping.
     add a4adb3f5 GUACAMOLE-1293: Add protocol support for msg instruction.
     add cb7ae251 GUACAMOLE-1293: Add support for the name handshake 
instruction.
     add 6312e172 GUACAMOLE-1293: Add support for notifying owner of users 
joining and leaving.
     add 6d7156bc GUACAMOLE-1293: Update struct member that stores 
human-readable name.
     add 26eadc37 GUACAMOLE-1293: Move to status code plus arguments for msg 
instruction.
     add 02b24d01 GUACAMOLE-1293: Simplify the assignment of strings/constants.
     add 897712c7 GUACAMOLE-1293: Update and add debug logging.
     add aa92239e GUACAMOLE-1293: Rename new enum values to be more consistent 
with existing code.
     add 623c3980 GUACAMOLE-1293: Change new user info member to simply "name" 
to clarify its purpose.
     add 5b1677f2 GUACAMOLE-1293: Fix copy-pasta and style issues; add user ID 
to information passed to client.
     add 07acce8a GUACAMOLE-1293: Merge support for notifying when a user has 
joined/left a connection.
     new 55941823 Merge 1.5.0 changes back to master.

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/libguac/client.c                               | 156 +++++++++++++++++++++
 src/libguac/guacamole/client.h                     |  51 +++++++
 src/libguac/guacamole/protocol-constants.h         |   2 +-
 src/libguac/guacamole/protocol-types.h             |  33 ++++-
 src/libguac/guacamole/protocol.h                   |  21 +++
 src/libguac/guacamole/user.h                       |  21 ++-
 src/libguac/protocol.c                             |  18 +++
 src/libguac/tests/protocol/guac_protocol_version.c |   4 +-
 src/libguac/user-handlers.c                        |  18 +++
 src/libguac/user-handlers.h                        |   7 +
 src/libguac/user-handshake.c                       |   4 +-
 src/libguac/user.c                                 |   9 ++
 12 files changed, 338 insertions(+), 6 deletions(-)

Reply via email to