sta
dee36926ae
Added the WebSocket.CheckPingParameter method, and removed the Ext.CheckIfValidControlData method
2015-05-05 15:21:28 +09:00
sta
353abd0d03
Removed the Ext.IsNoStatus methods
2015-05-03 14:49:39 +09:00
sta
e81c5b7d96
Removed the Ext.IsNoStatus methods
2015-05-03 14:46:32 +09:00
sta
f3e0591a18
Moved the Ext.CheckIfValidCloseParameters methods to the WebSocket class
2015-05-02 15:35:03 +09:00
sta
33f578f94b
Renamed some of the CloseStatusCode enum values
2015-04-28 17:32:40 +09:00
sta
39bdc15f3f
Removed the IsCompressionExtension (this string) method
2015-03-28 23:29:00 +09:00
sta
940cb093a1
Added IsCompressionExtension (this string, CompressionMethod) method
2015-03-19 15:41:45 +09:00
sta
ec45f6a7b6
Replaced the ToExtensionString method with ToExtensionString (this CompressionMethod, params string[]) method
2015-03-18 17:02:38 +09:00
sta
9568b0c603
Modified a bit for Ext.cs, into the year 2015
2015-02-01 16:10:11 +09:00
sta
766f2915f5
Modified a few for the description of Ext.cs
2015-01-31 16:49:20 +09:00
sta
bef64963be
Modified a bit for the CheckIfValidControlData method
2015-01-30 11:51:18 +09:00
sta
91adf42611
Removed the IsSendable methods
2015-01-29 15:50:13 +09:00
sta
1bb7775a7e
Added the CheckIfValidCloseParameters (CloseStatusCode, string) method
2015-01-25 17:51:09 +09:00
sta
2c8ca0a491
Added the CheckIfValidCloseParameters (ushort, string) method
2015-01-24 15:45:04 +09:00
sta
85d77399cc
Added the IsSendable (CloseStatusCode) method
2015-01-23 16:31:26 +09:00
sta
a74f109649
Added the IsNoStatusCode (CloseStatusCode) method
2015-01-22 16:18:50 +09:00
sta
fa936b1743
Added the IsSendable (ushort) method
2015-01-21 16:45:54 +09:00
sta
9a06b646d7
Added the IsNoStatusCode (ushort) method
2015-01-20 17:57:09 +09:00
sta
47931c9a42
Removed checking if an empty string from the Ext.TryCreateWebSocketUri method
2014-12-21 15:28:48 +09:00
sta
477ef2277e
Removed throwing the exception in from Ext.EqualsWith method
2014-11-30 15:29:11 +09:00
sta
214103b7e8
Renamed ServerSslAuthConfiguration class to ServerSslConfiguration class
2014-11-07 11:41:10 +09:00
sta
e3e8fafaa6
Fix for issue #86 , added ClientCertificateValidationCallback property to ServerSslAuthConfiguration class, and refactored
2014-11-06 11:16:15 +09:00
sta
912b1f0d62
Fix for pull request #85
2014-10-30 19:09:12 +09:00
sta
956f16a162
Merge pull request #85 from Liryna/master
...
Add SslStream Configuration for Client & Server
2014-10-30 14:02:45 +09:00
sta
6822fdce36
Refactored WebHeaderCollection.cs
2014-10-29 14:41:30 +09:00
Adrien JUND
4e7bca4f38
Add some constructors for C# 3.0
...
Rename ClientCertAuthConfiguration to ClientSslAuthConfiguration
Rename ServerCertAuthConfiguration to ServerSslAuthConfiguration
Add the licence comment to new files
2014-10-28 11:24:00 +01:00
Adrien JUND
cc0ab61eb9
Add SslStream Configuration for Client & Server
2014-10-27 17:15:55 +01:00
sta
72867a26da
Fix for issue #84
2014-10-26 13:22:33 +09:00
sta
f60f16f70f
Fix for issue #84
2014-10-25 11:56:28 +09:00
sta
2a3a62ec82
Fix for issue #84
2014-10-24 11:53:24 +09:00
sta
ae6c41c64c
Fix for issue #76 , added the WaitTime property to the WebSocketServer class
2014-09-27 14:42:39 +09:00
sta
0d5d6d2b4c
Modified to check if valid frame was received
2014-09-17 14:50:22 +09:00
sta
dd25d1d0a4
Refactored PayloadData.cs
2014-09-15 14:39:14 +09:00
sta
faaa2e1939
Modified some error messages in Ext.cs and WebSocketServer.cs
2014-09-02 13:58:40 +09:00
sta
e7aa1a469d
Refactored Ext.cs
2014-08-19 14:14:59 +09:00
sta
d3027834ca
Modified Unquote method
2014-08-15 14:53:27 +09:00
sta
0a742f2e91
Refactored Ext.cs
2014-08-12 21:48:48 +09:00
sta
decddde20a
Refactored Ext.cs
2014-08-11 21:45:18 +09:00
sta
aedefc1391
Added GetValue (this string, string, bool) method
2014-08-10 21:49:42 +09:00
sta
ce39129b87
Refactored AuthenticationChallenge.cs and AuthenticationResponse.cs
2014-06-27 21:12:55 +09:00
sta
df4b23807e
Renamed Params to Parameters
2014-06-26 15:38:06 +09:00
sta
2b42af79c0
Renamed ParseBasicAuthResponseParams to ParseBasicCredentials
2014-06-25 10:31:15 +09:00
sta
5ab0abac8f
Refactored AuthenticationResponse.cs
2014-06-22 22:24:51 +09:00
sta
7ed991d72e
Refactored AuthenticationChallenge.cs
2014-06-21 21:28:08 +09:00
sta
be1470a32e
Fix for issue #47 , and refactored HttpListenerRequest.cs
2014-05-21 11:05:58 +09:00
sta
091b45c8b0
Fix a few for TcpListenerWebSocketContext.cs
2014-05-10 17:20:37 +09:00
sta
85e567bd72
Modified AcceptWebSocket method with subprotocol
2014-05-06 15:24:54 +09:00
sta
5e19c5cb1a
Refactored WebHeaderCollection.cs
2014-04-20 17:21:38 +09:00
sta
d632fc839f
Modified WebSocketState enum values to PascalCase values
2014-03-05 17:04:45 +09:00
sta
e594696a38
Modified CompressionMethod enum values to PascalCase values
2014-03-04 17:02:41 +09:00
sta
eb36dd9e82
Modified CloseStatusCode enum values to PascalCase values
2014-03-01 17:32:06 +09:00
sta
46fc6f927f
Modified ByteOrder enum values to PascalCase values
2014-02-28 17:17:44 +09:00
sta
291397a738
Modified ServerState enum values to PascalCase values
2014-02-27 20:31:47 +09:00
sta
2a8a9ca061
Refactored WebSocket.cs
2014-02-24 19:59:46 +09:00
sta
78261ff71c
Refactored Ext.cs
2014-02-21 16:46:16 +09:00
sta
1548112965
Refactored WebSocketServiceManager.cs, WebSocketSessionManager.cs
2014-02-20 16:34:28 +09:00
sta
5b9d219938
Fix for extensions for server
2014-02-10 17:17:57 +09:00
sta
d98b041c1e
Fix a few
2014-02-07 19:47:00 +09:00
sta
7e6b82306c
Fix for subprotocols for client
2014-02-06 13:50:27 +09:00
sta
2fe44b9279
Refactored HttpServer.cs, WebSocketServer.cs
2014-02-03 16:56:37 +09:00
sta
31c3ece37f
Modified checking if can send
2014-02-02 16:28:20 +09:00
sta
31463022ee
Modified closing
2014-01-31 21:36:20 +09:00
sta
81993cbd97
Modified Ping
2014-01-30 17:13:03 +09:00
sta
2c1078d75c
Modified connecting
2014-01-28 17:10:36 +09:00
sta
0527568d04
Refactored Ext.cs
2014-01-14 03:29:43 +09:00
sta
7c610d06ff
Refactored WebSocket.cs
2014-01-13 14:32:39 +09:00
sta
e03f9eb631
Modified closing
2014-01-08 12:14:24 +09:00
sta
537229902f
Fix for HTTP Basic/Digest Authentication
2014-01-01 21:43:18 +09:00
sta
d3ba02367e
Modified receiving handshake and frame
2013-11-11 17:17:27 +09:00
sta
b47519c8bc
Modified receiving frame
2013-11-05 21:42:59 +09:00
sta
f6610352e2
Modified some Send and Broadcast methods (e.g. Send (stream, length, dispose) -> Send (stream, length))
2013-10-16 00:23:11 +09:00
sta
cbf73e9865
Modified WebSocketServer.cs and removed WebSocketServerBase.cs
2013-10-14 20:38:15 +09:00
sta
ff390b4136
Modified Ext.cs
2013-10-08 11:36:47 +09:00
sta
a5e6e6e80e
Modified sending and added a new Send method
2013-10-05 23:28:43 +09:00
sta
2b57a58da2
Modified closing and ping
2013-10-01 14:52:39 +09:00
sta
adcb5ec09c
Fix for issue #20
2013-09-25 20:35:06 +09:00
sta
80afaef7c9
Modified closing and ping
2013-09-07 12:35:29 +09:00
sta
d98aad51e6
Added some functions (e.g. CloseSession method) to WebSocketServiceHost<T> and other classes
2013-09-05 14:16:33 +09:00
sta
c2d480060c
Modified WebSocketServerBase.cs to validate range of port number
2013-08-29 13:19:44 +09:00
sta
cc81fd340c
Modified HttpListener.cs and others for secure connection
2013-08-27 22:02:50 +09:00
sta
ab2ef30f02
Refactored Ext.cs
2013-08-07 14:00:50 +09:00
sta
69c9be3eb5
Modified opening and closing handshake
2013-08-06 21:31:21 +09:00
sta
3e6c589953
Fix for the secure connection
2013-07-19 17:29:58 +09:00
sta
11c576a8c7
Refactored some classes in WebSocketSharp.Net namespace
2013-07-01 12:00:10 +09:00
sta
efabc511b3
Modified ReadHandshake method
2013-06-16 16:09:02 +09:00
sta
eef827f78d
Fix due to the modified Ext.cs
2013-05-19 15:13:59 +09:00
sta
6f13615945
Modified Ext.cs, PayloadData.cs, WsFrame.cs
2013-05-17 23:02:11 +09:00
sta
4fa05f928b
Modified WebSocket.cs, Ext.cs
2013-05-14 02:00:18 +09:00
sta
79539f7638
Modified Ext.cs
2013-05-11 22:04:48 +09:00
sta
876a017ff0
Fix due to the modified Ext.cs
2013-05-09 00:41:02 +09:00
sta
3ec3bf8fc9
Modified Ext.cs
2013-05-03 15:06:23 +09:00
sta
e0846e1d84
Removed WsReceivedTooBigMessageException.cs. Added WebSocketException.cs
2013-05-01 16:53:06 +09:00
sta
4de01b648d
Modified processFragments method in WebSocket.cs
2013-04-26 16:50:33 +09:00
sta
a1345386fd
Fix for the per message compression
2013-04-25 02:31:38 +09:00
sta
b33b5e63ba
Fix for the deflate frame
2013-04-23 18:08:42 +09:00
sta
815d12f6a0
Fix due to the modified WsFrame.cs
2013-04-12 14:42:25 +09:00
sta
94cf881dcf
Fix for issue #15
2013-04-06 16:21:41 +09:00
sta
a5a8901acb
Modified WebSocket.cs
2013-03-21 16:55:53 +09:00
sta
01d97d02b6
Fix due to the modified WebHeaderCollection.cs
2013-03-19 19:45:50 +09:00
sta
e370d0f879
Added some XML documentation comments
2013-03-14 15:47:27 +09:00
sta
eeafa4ff8c
Added some XML documentation comments
2013-03-11 16:28:34 +09:00
sta
acd7533c96
Modified WebSocket.cs
2013-03-02 16:34:38 +09:00
sta
2e8a24a667
Fix due to the modified WebSocketContext.cs
2013-02-26 11:39:59 +09:00
sta
f521779ed7
Renamed ResponseEventArgs.cs to HttpRequestEventArgs.cs, and modified Ext.cs, HttpServer.cs
2013-02-18 16:47:33 +09:00
sta
9b1772e80a
Added some XML documentation comments and renamed some method names
2013-02-11 22:57:01 +09:00
sta
95382924e0
Fix due to the modified Ext.cs, WebSocketServerBase.cs and WebSocketService.cs
2013-01-28 16:22:24 +09:00
sta
de3f41dd3a
Added some XML documentation comments
2013-01-22 20:46:32 +09:00
sta
46f8088af3
Added some XML documentation comments
2013-01-11 20:32:38 +09:00
sta
093a0a102b
Fix due to the modified WsStream.cs
2012-12-11 15:49:01 +09:00
sta
daeaebcc4b
Fix due to the modified Ext.cs
2012-12-05 22:10:15 +09:00
sta
2ae1d35d03
Fix due to the renamed WebSocketServer<T> to WebSocketServiceHost<T>
2012-10-23 15:39:31 +09:00
sta
c55b5d6479
Fix due to the added QueryString property in WebSocketService.cs
2012-10-22 14:58:43 +09:00
sta
a7eef35c96
Fix due to the modified Close method in WebSocket.cs
2012-10-16 20:31:50 +09:00
sta
33cddb9fa2
Fix due to the modified WebSocket.cs
2012-10-13 17:38:19 +09:00
sta
97ecfc5d2b
Added XML documentation comments to WebSocket.cs
2012-10-12 14:53:29 +09:00
sta
94385ea2bc
Fix due to the modified WebSocket.cs
2012-10-04 15:04:21 +09:00
sta
fbcea4699b
Fix due to the modified WebSocketServer.cs
2012-10-01 15:26:31 +09:00
sta
fa7aae6ae2
Fix due to the modified WebSocket.cs
2012-09-27 15:27:09 +09:00
sta
a75903c488
Fix due to the added IsValidWsUri method to Ext.cs
2012-09-25 10:48:33 +09:00
sta
b9859e08c0
Fix due to the added WebSocketServer class in WebSocketServer.cs
2012-09-24 15:01:25 +09:00
sta
8e2a1ee1b3
Fix due to the modified HttpServer.cs
2012-09-11 13:21:47 +09:00
sta
d0e5ae3979
Fix due to the added HttpServer
2012-09-10 01:36:22 +09:00
sta
85ef38084d
Changed IsConnected to IsKeepAlive in WebSocket.cs
2012-09-03 11:55:52 +09:00
sta
3ef6d58f31
Fix for issue #6 - 1
2012-09-01 17:01:05 +09:00
sta
b76418c482
Fix for issue #3
2012-08-10 22:20:42 +09:00
sta
cf6b26503e
Fixed several part
2012-08-01 11:38:40 +09:00
sta
118e0015d5
Supports RFC 6455
2012-07-31 10:36:52 +09:00
sta
ab1f09283b
fix Ext.cs, WebSocket.cs
2010-11-09 22:06:20 +09:00
sta
240a4e61ba
fix Ext.cs, WebSocket.cs and Add wsclient1/*
2010-11-01 21:36:33 +09:00
sta
e72bdb0954
fix Ext.cs, WebSocket.cs
2010-10-28 01:35:25 +09:00
sta
0a07fe449c
fix Ext.cs, WebSocket.cs
2010-10-27 16:07:12 +09:00
sta
5a3545e911
fix Ext.cs, WebSocket.cs
2010-10-26 21:30:58 +09:00
sta
b683db43fc
fix Ext.cs, WebSocket.cs for implementation of Sec-WebSocket-Key*.
2010-10-25 20:56:26 +09:00
sta
97c51bcc8f
first commit
2010-10-18 22:28:56 +09:00