Revisions of rubygem-em-websocket

buildservice-autocommit accepted request 838032 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 9)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 574940 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 7)
initialized devel package after accepting 574940
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 255654 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 6)
adapt to new rubygem packaging
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
- updated to version 0.5.0
 - new features:
   - onclose handler is now passed a hash containing  was_clean (set to true in drafts 03 and above when a connection is closed with a closing handshake, either by the server or the client), the close code, and reason (drafts 06 and above). Close code 1005 indicates that no code was supplied, and 1006 that the connection was closed abnormally.
   - use Connection#support_close_codes? to easily check whether close codes are supported by the WebSocket protocol (drafts 06 and above)
   - closes connection with 1007 close code if text frame contains invalid UTF8
   - added Handshake#secure? for checking whether the connection is secure (either ssl or behind an ssl proxy)
 
 - changed:
   - Defaults to sending no close code rather than 1000 (consistent with browsers)
   - Allows sending a 3xxx close code
   - Renamed Connection#close_websocket to Connection#close (again for consistency with browsers). Old method is available till 0.6.
   - Sends reasons with internally generated closure (previously only sent code)
   - Echos close code when replying to close handshake
 
 - new features:
   - on_open handler is now passed a handshake object which exposes the request headers, path, and query parameters
   - Easily access the protocol version via Handshake#protocol_version
   - Easily access the origin via Handshake#origin
 
 - changed:
   - Removed Connection#request - change to using handshake passed to on_open
 
 - internals:
   - Uses the http_parser.rb gem
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
gem2rpm
Andre Duffeck's avatar Andre Duffeck (aduffeck) committed (revision 2)
- update to v0.3.1 (required by websocket-rack)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 1)
- initial package
Displaying all 10 revisions
openSUSE Build Service is sponsored by