Anthony Messina
|
9e1ff4488a
all: updated FSF address in GPL text
|
11 years ago |
Vitaliy Aleksandrov
|
4460dce0e2
websocket: Fix crash in websocket module
|
11 years ago |
Peter Dunkley
|
661d7d3a62
modules/websocket: added OpenSSL licensing exception
|
11 years ago |
Hugh Waite
|
e6758e35c9
websocket: Set pointers to NULL when freeing ws connection structures
|
11 years ago |
Hugh Waite
|
27474179bd
modules/websocket: Fix connection leaks
|
12 years ago |
Peter Dunkley
|
8f74c57605
modules/websocket: fixed mandatory headers check
|
12 years ago |
Peter Dunkley
|
a2e7f65ee8
modules/websocket: doubled the size of the buffer for adding headers to WebSocket handshake responses
|
12 years ago |
Peter Dunkley
|
3d5c66997e
websocket: added "cors_mode" parameter to enable "Cross-origin resource sharing" on WebSocket handshakes
|
12 years ago |
Peter Dunkley
|
a33d556fc5
modules/websocket: updated copyright year
|
12 years ago |
Peter Dunkley
|
688f290297
modules/websocket: moved some configuration across to the cfg framework
|
12 years ago |
Peter Dunkley
|
21fa34f61b
modules/websocket: added lots more SIP/MSRP specific statistics
|
12 years ago |
Peter Dunkley
|
63b50d3b0e
modules/websocket: added some sub-protocol related statistics
|
12 years ago |
Peter Dunkley
|
067051b8c9
modules/websocket: Added explicit parsing of all headers before searching for WebSocket specific headers
|
12 years ago |
Peter Dunkley
|
132509a7af
modules/websocket: Added support for MSRP WebSocket sub-protocol
|
13 years ago |
Peter Dunkley
|
dfbb0af56a
modules/websocket: removed another magic number
|
13 years ago |
Peter Dunkley
|
8d3eec4f8f
modules/websocket: Replaced magic number
|
13 years ago |
Peter Dunkley
|
6f928a54d1
modules/websocket: Added new event_route[websocket:closed] which is run when a WebSocket connection is closed
|
13 years ago |
Peter Dunkley
|
5456e4e90c
modules/websocket: Updated connection reuse and closing flags for WebSocket handshake.
|
13 years ago |
Peter Dunkley
|
353ad95af2
modules/websockets: Changes WS to be a protocol in its own right instead of a flag on TCP/TLS connections
|
13 years ago |
Peter Dunkley
|
5c4133c2ba
modules/websocket: Fixed a couple of connection issues and now dropping received SIP requests into receive_msg()
|
13 years ago |
Peter Dunkley
|
3a64dffb99
modules/websocket: tidied up some of the WS connection code
|
13 years ago |
Peter Dunkley
|
2f30521ea9
modules/websocket: Closing handshake now working
|
13 years ago |
Peter Dunkley
|
857b117c50
modules/websockets: started adding WebSocket connection management to WebSocket module
|
13 years ago |
Peter Dunkley
|
68686612a5
modules/websocket: small tidy up to handshake code
|
13 years ago |
Peter Dunkley
|
6d93ce1b8a
modules/websocket: WS module registering for WS messages and basic handler implementation
|
13 years ago |
Peter Dunkley
|
48e7ee7015
modules/websocket: more work on module boiler-plate and handshake
|
13 years ago |
Peter Dunkley
|
407130579c
modules/websocket: Improvements to handshake handler
|
13 years ago |
Peter Dunkley
|
48ba74772c
modules/websocket: First attempt a module for websocket support
|
13 years ago |