amacocian
|
8e0bcfd672
|
Fix bug when setting set-cookie headers.
|
2019-12-18 13:25:37 +01:00 |
|
amacocian
|
f572cae45d
|
Fix content-length response when setting cookies
|
2019-12-18 13:08:38 +01:00 |
|
amacocian
|
ac8d51c59f
|
Property to automatically get the request or response body as string.
Upgraded to 1.2.1
|
2019-12-17 17:27:34 +01:00 |
|
amacocian
|
a790df4226
|
Implemented HTTP stress test
|
2019-11-30 18:46:01 +01:00 |
|
amacocian
|
577c17d9ec
|
Added an extra unit test for websockets.
|
2019-11-18 14:21:58 +01:00 |
|
amacocian
|
9f57bef1cb
|
Implement specific HttpRequests and HttpResponses for easier usage.
|
2019-11-11 16:19:29 +01:00 |
|
amacocian
|
7850f6e4c2
|
Created unit test project for MTSC
|
2019-11-11 13:07:10 +01:00 |
|
amacocian
|
85f00e9dcd
|
Fixed websocket message length when parsing websocket message from buffer.
|
2019-11-08 14:59:47 +01:00 |
|
amacocian
|
8097616d59
|
Updated to 1.1.4
|
2019-11-08 14:53:15 +01:00 |
|
amacocian
|
696f97dc2e
|
Fixed websocket bug when calculating message length
|
2019-11-08 14:51:34 +01:00 |
|
Alexandru Macocian
|
915aababcd
|
Merge branch 'master' of https://github.com/AlexMacocian/MTSC
|
2019-11-07 16:43:43 +01:00 |
|
Alexandru Macocian
|
9272f7fc58
|
Started changes onto websocket message
|
2019-11-07 16:43:25 +01:00 |
|
amacocian
|
b37333ae63
|
Updated to 1.1.3
|
2019-11-06 21:00:26 +01:00 |
|
amacocian
|
5bd5c59500
|
Merged
|
2019-11-06 20:53:06 +01:00 |
|
amacocian
|
9e6a8dfa17
|
Added logging on message sending.
|
2019-11-06 20:52:38 +01:00 |
|
Alexandru Macocian
|
0ed4ac8c2c
|
Added a debug log line on CPUUsageLimiter
|
2019-10-23 13:01:00 +02:00 |
|
Alexandru Macocian
|
3f6992919f
|
Fixed a bug in TickrateEnforcer that would forget to update the last tick time, effectively always throttling server.
|
2019-10-23 12:59:15 +02:00 |
|
Alexandru Macocian
|
c2fbaac300
|
Fixed a bug in which CPUUsageLimiter would not update CPU usage and would keep current thread on sleep indefinitely.
|
2019-10-23 12:09:09 +02:00 |
|
Alexandru Macocian
|
9505d45558
|
Implemented usage monitors to monitor and observe server resource usage.
|
2019-10-23 12:03:26 +02:00 |
|
amacocian
|
10a15dc8cd
|
Fixed a bug in which client.LastMessageTime was not being updated.
|
2019-10-22 21:24:07 +02:00 |
|
amacocian
|
b78971d585
|
Added the possibility to choose opcode for websocket server module when sending a message.
|
2019-10-22 19:57:27 +02:00 |
|
amacocian
|
4f3428f96e
|
Updated documentation
|
2019-10-20 14:52:16 +02:00 |
|
amacocian
|
a9a7a9b3e2
|
Added netcore 3.0 and netstandard2.0 to target frameworks.
|
2019-10-20 14:33:38 +02:00 |
|
amacocian
|
b1fd1aa497
|
Merge branch 'master' of https://github.com/AlexMacocian/MTSC
|
2019-10-20 14:29:39 +02:00 |
|
amacocian
|
58960b19c1
|
Simple implementation of cookies for HTTP handler.
|
2019-10-20 14:29:16 +02:00 |
|
 amacocianandGitHub
|
642827b5ed
|
Included link to documentation page
|
2019-10-03 00:43:46 +02:00 |
|
amacocian
|
15b0ac168b
|
merged with docs
|
2019-09-16 08:55:33 +03:00 |
|
amacocian
|
7367cd8fad
|
Included generated doxy documents
|
2019-09-16 08:51:01 +03:00 |
|
amacocian
|
37d03d25eb
|
Beta implementation for a form parser in case of POST HTTP request.
|
2019-07-29 15:57:34 +03:00 |
|
amacocian
|
f8344a3ab0
|
Fixed a bug that would cause concurrent dictionary removals to loop infinitely.
|
2019-07-29 07:44:03 +03:00 |
|
amacocian
|
dafba0e75e
|
Changed project to target .Net Framework as well as .Net Core
|
2019-07-27 10:45:33 +03:00 |
|
amacocian
|
d574be34ba
|
Modified http parsing procedure to identify query strings after URL
|
2019-07-26 12:41:22 +03:00 |
|
amacocian
|
f5fbe1fa23
|
Removed tick NotImplementedExceptions
|
2019-07-26 09:55:29 +03:00 |
|
amacocian
|
17d7e15d5d
|
added additional checks for websocket handler to avoid exceptions.
|
2019-07-26 09:49:13 +03:00 |
|
amacocian
|
a2274edb4c
|
Fixed a bug with websocket message parsing.
|
2019-07-26 09:38:09 +03:00 |
|
amacocian
|
079c936ffb
|
Fileserver now prepares a 404 if file not found, and logs in debug the missing file.
|
2019-07-26 09:08:10 +03:00 |
|
amacocian
|
e693b3fd3a
|
changed fileserver response to 202
|
2019-07-26 09:00:11 +03:00 |
|
amacocian
|
5c0107ae0a
|
Changed websocket handler reference in interface.
Added file server implementation for http.
v0.9.8
|
2019-07-26 08:40:53 +03:00 |
|
amacocian
|
a698ce92de
|
Restructured docs
|
2019-07-25 22:10:38 +03:00 |
|
amacocian
|
473c559bb3
|
Merge branch 'master' of https://github.com/AlexMacocian/MTSC
|
2019-07-25 21:43:54 +03:00 |
|
amacocian
|
8e9d7999fc
|
Included logo design project
|
2019-07-25 21:43:49 +03:00 |
|
 amacocianandGitHub
|
da1cab4458
|
Update README.md
|
2019-07-25 21:43:09 +03:00 |
|
 amacocianandGitHub
|
3da1f89e0a
|
Uploaded logo
|
2019-07-25 21:42:42 +03:00 |
|
 amacocianandGitHub
|
8790302b77
|
Delete MTSC Logo.png
|
2019-07-25 21:42:21 +03:00 |
|
 amacocianandGitHub
|
8005f2bbf8
|
Uploaded logo
|
2019-07-25 21:41:12 +03:00 |
|
amacocian
|
8f80409b60
|
Added small procedure to check connection state and remove closed sockets if detected.
v0.9.71
|
2019-07-25 20:13:05 +03:00 |
|
amacocian
|
0a3119cd54
|
Implemented Websocket structure and websocket initialized and closed events.
|
2019-07-25 20:04:08 +03:00 |
|
amacocian
|
318ebc5a36
|
Merge branch 'master' of https://github.com/AlexMacocian/MTSC
|
2019-07-25 16:01:15 +03:00 |
|
amacocian
|
f9c09fcaba
|
Implementing standard websocket packet.
|
2019-07-25 16:01:02 +03:00 |
|
 amacocianandGitHub
|
45b7aedf4f
|
Update README.md
|
2019-07-25 11:28:45 +03:00 |
|