summaryrefslogtreecommitdiff
path: root/docs/notes
Commit message (Collapse)AuthorAgeFilesLines
* Remove last bits of Flash WebSocket emulationPierre Ossman2017-02-031-18/+0
| | | | We require native support from the browsers now.
* Update to version 0.4.0v0.4.0Joel Martin2013-03-121-2/+9
| | | | | | | | | | | *** IMPORTANT NOTE *** This is the last minor version to support the Hixie protocol. I may do bug fixes (e.g. 0.4.1) but 0.5.0 will drop the Hixie protocol support. The latest released version of all major browsers (and web-socket-js) support the IETF 6455 protocol. - Other changes: updating TODO and release process notes.
* utils/README.md, docs/TODO, docs/notes: updates.Joel Martin2010-12-301-32/+5
| | | | | Add wswrapper info to utils/README.md and docs/TODO. Remove innacurate info from docs/notes.
* Support WebSockets 76 (hixie-76, hybi-00).Joel Martin2010-06-241-0/+6
| | | | | | | | 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.
* Change license to LGPL-3 and add some implementation notes.Joel Martin2010-05-261-0/+38
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.