1. 06 Aug, 2015 1 commit
  2. 26 Mar, 2015 1 commit
    • Solly Ross's avatar
      Follow symbolic links in launch.sh · 2ace90e6
      Solly Ross authored
      Previously, in launch.sh, `$HERE` was the directory of `$0`.
      However, if `$0` was actually a symlink, `$HERE` would be
      wherever the symlink was, which could cause issues (for
      example, the script wouldn't be able to local `$WEB` or
      `$WEBSOCKIFY` properly).
      
      Now, `$HERE` looks at whatever `$0` points at instead.
      
      Closes #447.
      2ace90e6
  3. 18 Feb, 2015 1 commit
  4. 17 Feb, 2015 2 commits
  5. 16 Feb, 2015 1 commit
    • Solly Ross's avatar
      Remove local copies of websockify · 6f514864
      Solly Ross authored
      This commit removes local copies of websockify.
      Instead `utils/launch.sh` performs the following logic:
      
      If `utils/websockify` exists, use `utils/websockify/run` (if the latter
      does not exist, or is not executable, fail, since this is probably a
      mistake).
      
      Otherwise, check to see if websockify is installed somewhere (try
      `which websockify`).  If it is, use that.  Otherwise, clone
      websockify from github, and tell git to ignore that directory.
      
      Packaged versions of noVNC should simply list websockify as a
      requirement.  The debian packaging has been updated to reflect
      this.
      
      Closes #433
      6f514864
  6. 14 Apr, 2014 1 commit
  7. 05 Dec, 2013 1 commit
  8. 25 Apr, 2013 1 commit
    • Joel Martin's avatar
      Sync with websockify. · c3c51ed3
      Joel Martin authored
      Pull in websockify 4725aa7.
      
      - Update to c0855c6cae of web-socket-js
      
      - Update both the submodule and the swf build. The submodule now
        contains the unobfuscated source for swfobject.js which should make
        websockify more DFSG compliant.
      
      - Remove Hixie support. iOS 6 now includes HyBi support which means
        there is no remaining platform that needs Hixie.
      c3c51ed3
  9. 15 Apr, 2013 1 commit
  10. 08 Apr, 2013 1 commit
  11. 30 Nov, 2012 1 commit
  12. 14 Nov, 2012 1 commit
    • Joel Martin's avatar
      Sync with websockify. · 705c54ed
      Joel Martin authored
      Pull c33f0b52e7 from websockify.
      
      - Fix for python2.4 with URL parsing.
      - Set binaryType earlier in Opera 12.10 to avoid receiving a blob.
      - Re-order client and target processing so that pending client data
        has an opportunity to be sent when the target closes.
      705c54ed
  13. 08 Nov, 2012 1 commit
  14. 01 Nov, 2012 1 commit
  15. 26 Oct, 2012 1 commit
  16. 15 Oct, 2012 1 commit
    • Joel Martin's avatar
      Change noVNC license to from LGPLv3 to MPL 2.0 · 1d728ace
      Joel Martin authored
      The MPL 2.0 license is a "file-level" copyleft license vs the
      "project-level" nature of the L/GPL. The intention of noVNC has
      always been that it should be easy to incorporate into existing
      projects and sites whether free/open or proprietary/commercial. The MPL
      2.0 is designed for this sort of combination project but still
      requires that any distributed modifications to noVNC source files must
      also be published under the same license.
      
      In addition, the MPL 2.0 allows the code to be used in L/GPL projects
      (the secondary license clause). This means that any projects that are
      already incorporating noVNC should not be impacted by this change and
      in fact it should clarify the licensing situation (the exact
      application of the L/GPL to web applications and interpreted code is
      somewhat ambiguous).
      
      The HTML, CSS, image and font files continue to be under more
      permissive licenses (see LICENSE.txt). The included websockify python
      code remains under a LGPLv3 license although the include/websock.js
      file from the websockify component is now under MPL 2.0 as well.
      
      Permission was received from other noVNC authors to make this change to their
      code license on the following dates:
      
          - Chris Gordon (UI): Jun 24, 2012
          - Antoine Mercadal (DOM,*util.js): Oct 10, 2012
          - William Lightning (UltraVNC repeater): Oct 10, 2012
          - Mike Tinglof (tight encoding): Oct 15, 2012
      1d728ace
  17. 21 Sep, 2012 1 commit
  18. 17 Sep, 2012 1 commit
    • Joel Martin's avatar
      Update websockify/websock.js. · 204675c8
      Joel Martin authored
      This change pulls websockify 6d9deda9c5.
      
      Most note worthy changes:
      - Pulls in web-socket-js 7677e7a954 which updates to IETF 6455 (from
        Hixie)
      - Binary support detection and use in include/websock.js
      - Add ssl and unix target support
      - Add multiple target support via config file/dir.
      - Idle timeout exit
      204675c8
  19. 28 Aug, 2012 1 commit
    • Marco Leogrande's avatar
      Fix grep pattern when searching for listening sockets · cf068be2
      Marco Leogrande authored
      The current grep pattern matches also port numbers that match only
      partially the given $PORT number; e.g., if $PORT is 6080, 60800 will
      match as well.
      
      While TCP listening sockets in the 60000-65535 range are rare, they
      need to be handled as well. The problem is also present if the user
      selects a shorter PORT value with the --listen command line argument.
      
      By adding a space, the pattern is fixed.
      cf068be2
  20. 15 Aug, 2012 1 commit
  21. 14 Aug, 2012 1 commit
    • Joel Martin's avatar
      Pull in latest websockify. · 4dd1bb1e
      Joel Martin authored
      Pull in version 376872d99.
      
      Several changes including:
      - binary/typed array support in websock.js
      - unix socket support
      - multiple target support via config file(s)
      - prefer IPv6 option
      4dd1bb1e
  22. 22 Jun, 2012 1 commit
  23. 07 Jun, 2012 1 commit
  24. 17 May, 2012 1 commit
  25. 11 May, 2012 1 commit
  26. 10 May, 2012 1 commit
  27. 30 Apr, 2012 2 commits
  28. 25 Apr, 2012 1 commit
  29. 03 Apr, 2012 1 commit
    • Anthony Young's avatar
      Add nova-novncproxy · 4c75210a
      Anthony Young authored
       * Adds the nova-novncproxy binary, to provide support for vnc + OpensStack nova
       * Adds the ability to pass an auth token in via url, which is subsequently
         passed back to the proxy as a cookie.
      4c75210a
  30. 20 Feb, 2012 1 commit
  31. 05 Jan, 2012 1 commit
  32. 15 Dec, 2011 2 commits
  33. 29 Sep, 2011 1 commit
    • Joel Martin's avatar
      websockify --run-once, --timeout, numpy fallback · 1e508715
      Joel Martin authored
      Pull websockify 724aa3a.
      
      - Use array module for unmasking HyBi when no numpy module is
          available.
      
      - Detect client close properly when using python 3.
      
      - Print request URL path is specified.
      
      - New option --run-once will exit after handling a single WebSocket
        connection (but not ater flash policy or normal web requests).
      
      - New option --timeout TIME will stop listening for new connections
        after exit after TIME seconds (the master process shuts down).
        Existing WebSocket connections will continue but once all
        connections are closed all processes will terminate.
      1e508715
  34. 10 Sep, 2011 1 commit
  35. 31 Aug, 2011 3 commits