1. 15 Apr, 2013 1 commit
  2. 30 Dec, 2010 1 commit
  3. 24 Jun, 2010 1 commit
    • Joel Martin's avatar
      Support WebSockets 76 (hixie-76, hybi-00). · 486cd527
      Joel Martin authored
      Looks like disabling web-socket-js debug messages by default that we
      get a minor speedup.
      
      Python proxy should support both 75 and 76 (00) modes. Also, update ws
      test to more reliably hit the WebSockets ordering/drop issue.
      486cd527
  4. 26 May, 2010 1 commit
    • Joel Martin's avatar
      Change license to LGPL-3 and add some implementation notes. · af6b17ce
      Joel Martin authored
      The purpose of the code is to be incorporated into other web projects
      (whether those are free or not). AGPL prevents combination with other
      HTML and javascript that is under a weaker (or proprietary) license.
      Better would be a lesser AGPL, but there is not GNU standard for that.
      So LGPL-3 meets most of my requirements. If somebody modifies the
      actual client code and conveys it, then they must release the changes
      under LGPL-3 also.
      
      Add some implementation notes in docs/notes.
      af6b17ce