0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing a bug handling received PONG frame. #21 More... about 12 years ago
Fixing encoding error with Ruby 2.0. #19 More... about 12 years ago
Updating README. More... about 13 years ago
Better error message when client disconnected without sending anything. More... about 13 years ago
Fixing too strict header validation to make it work with WebSocket in Firefox. More... over 13 years ago
Style fix. More... almost 14 years ago
fixing bug when port is default (actually port is nil) which creates a stray ':' in headers. More... almost 14 years ago
Merge branch 'master' of github.com:gimite/web-socket-ruby More... almost 14 years ago
Adding support for closing code and reason. Fixing exception on unexpected close. More... almost 14 years ago
Fix to call apply_mask with an Array More... almost 14 years ago
Fixing error in Ruby 1.8. More... almost 14 years ago
Supporting hybi-07 to hybi-10 protocol in server side. More... almost 14 years ago
Supporting Origin: null, which means local file at least in Chrome. More... almost 15 years ago
Fixing a bug that header Sec-WebSocket-Key{1,2} was case sensitive. More... almost 15 years ago
Supporting both Draft 75 and Draft 76 protocol in server side. Patch by pts. More... almost 15 years ago
Fixing a bug that it is case sensitive for some header keys/values where it must not be. More... almost 15 years ago
Implementing closing handshake. More... about 15 years ago
Setting correct default port for wss. More... about 15 years ago
Support for wss/ssl in client More... about 15 years ago
Supporting new protocol using Sec-WebSocket-Key1, etc. More... about 15 years ago
Defining force_encoding wrapper in WebSocket class instead of defining String#force_encoding in Ruby 1.8, to avoid conflict with e.g. json_pure gem. More... over 15 years ago
Referring to latest spec. More... over 15 years ago
Avoiding conflict with json gem by defining Encoding class in Ruby 1.8. More... over 15 years ago
Changing argument spec of WebSocketServer and sample commands. Updating README to make it clear that you should match Web Socket host name (accepted_domains) and Web server host name, per chrisdew's comment. More... over 15 years ago
Merge branch 'master' of [email protected]:gimite/web-socket-ruby More... over 15 years ago
Fixing error caused when origin is file://. More... over 15 years ago
Only fixing first two headers following specification. Sending WebSocket-Location based on client Host header instead of server URL. More... over 15 years ago
Fixing a bug of debug output. Moving sample server/client implementation to samples directory. More... over 15 years ago
Making it compatible with Chrome WebSocket implementation and pywebsocket. Adding port number to Host header. Letting server send header in a specific order, otherwise connection with Chrome WebSocket fails. More... over 15 years ago
Merging conflict. More... almost 16 years ago