1. 15 Dec, 2014 20 commits
  2. 13 Dec, 2014 3 commits
    • gergely-ujvari's avatar
      Merge pull request #1798 from hypothesis/rename-auth-account · 44c4fe91
      gergely-ujvari authored
      Move h.auth -> h.account on frontend
      44c4fe91
    • Randall Leeds's avatar
      Move h.auth -> h.account on frontend · 5446c79c
      Randall Leeds authored
      5446c79c
    • Randall Leeds's avatar
      Switch to ws4py · 2358bd20
      Randall Leeds authored
      Since pyramid_sockjs seems pretty unmaintained, having fallen behind
      gevent-websocket quite a bit, and there don't seem to be any actively
      maintained pyramid websocket integration libraries, switch to using
      ws4py directly.
      
      This change drops support for non-native websockets. As a result, we
      have to do our own JSON decoding of the messages.
      
      We also switch to a `gevent.pywsgi` based worker of our own. This
      worker combines the gevent_pywsgi worker from Gunicorn with the
      gevent helpers from ws4py that cleanly shutdown sockets on server
      termination.
      2358bd20
  3. 12 Dec, 2014 10 commits
  4. 11 Dec, 2014 3 commits
  5. 10 Dec, 2014 1 commit
  6. 09 Dec, 2014 3 commits