1185 Commits
Author SHA1 Message Date
UbitUmarov ecdcaca032 cosmetics 2026-06-19 01:41:02 +01:00
UbitUmarov da5f1b3f7e cosmetics 2026-03-15 18:22:50 +00:00
UbitUmarov 2a5389cc67 cosmetics 2026-03-15 04:45:37 +00:00
UbitUmarov afd5b34b8a mode set tcp no delay inside try catch 2026-01-06 20:13:13 +00:00
UbitUmarov d9ae06f338 add a socket null check 2025-12-10 00:28:32 +00:00
UbitUmarov 63bef17153 split exception detection on oshttp accept loop for better log 2025-08-05 17:50:02 +01:00
UbitUmarov 0d71b6d871 very useless changes 2025-06-25 02:22:28 +01:00
UbitUmarov 4088b5d165 cosmetics 2024-12-22 23:29:34 +00:00
UbitUmarov a3a64c3a68 get PID from Environment.ProcessId 2024-11-30 21:11:03 +00:00
UbitUmarov 24cbfb284a change version 2024-11-08 21:35:50 +00:00
UbitUmarov 45372514c2 remove old bad code 2024-10-16 23:32:05 +01:00
Adil El Farissi c2c3ca418a Basic implementation of SSL selfsigned certificates creation and renewal
Allows selfsigned certificates creation and renewal for local and external use. When enabled, will create a folder SSL\ and 2 sub folders SSL\ssl\ and SSL\src\. Next creates and store an RSA private key in SSL\src\ and the derived selfsigned certificates in SSL\ssl\ folder. Is also possible to renew the certificate on every server restart if CertRenewOnStartup is set to true.

Note: The SSL related params in the network section was adapted to be user friendly and allow the usage just by uncommenting the SSL params in both sections and a password change.
2024-08-16 22:53:04 +01:00
UbitUmarov 034cf66dfe replace beginaccept 2024-04-28 10:58:27 +01:00
UbitUmarov 943ea29419 missing c&p 2024-04-27 17:06:07 +01:00
UbitUmarov 620859c10e replace stream.beginread 2024-04-27 17:03:52 +01:00
UbitUmarov 257a9ad398 libomv now knows old opensim material asset type + dotnet8 usless changes 2024-04-21 13:44:35 +01:00
UbitUmarov f447a58ac9 cosmetics 2024-04-18 13:27:31 +01:00
UbitUmarov 25dcfa8b4e change llAtan2 arguments order to (y,x) to match standard documentation 2024-04-12 22:14:54 +01:00
UbitUmarov 36f95e0167 change NoVerifyCertChain and NoVerifyCertHostname default to true, as stated on ini files 2024-04-12 21:03:03 +01:00
UbitUmarov 58401238d5 reduce min size of header buffers to limit impact when osutf8 cache is empty 2024-04-02 01:27:16 +01:00
UbitUmarov 6c83782d49 cosmetics 2024-04-02 01:03:34 +01:00
UbitUmarov 54d2403252 cosmetics 2024-04-02 00:14:04 +01:00
UbitUmarov 1891b962dc cosmetics 2024-04-01 21:53:32 +01:00
UbitUmarov b70b5c07e3 revert to append all contents of .version file on the full version, if present and not empty 2024-03-11 00:18:05 +00:00
UbitUmarov 6905f1a71a cosmetics 2024-03-10 16:56:12 +00:00
UbitUmarov f94f6e77bf a few cosmetic changes 2023-11-12 22:24:53 +00:00
UbitUmarov 182bf163fb anaother typo on log string, ty Tampa 2023-05-31 19:28:37 +01:00
UbitUmarov 3882ef3eb0 more on HttpWebRequest in userprofiles 2023-05-18 14:25:09 +01:00
UbitUmarov 19229aff64 replace HttpWebRequest by HttpClient on another place 2023-05-16 22:57:23 +01:00
UbitUmarov 8569d47c76 move up to version 0.9.3.0Dev Nessie 2023-03-29 20:12:51 +01:00
UbitUmarov ec39f85a7a cosmetics 2023-03-07 14:33:42 +00:00
UbitUmarov 8cb18e9eb2 fix a typo that was breaking lsl http service, and other things 2022-12-28 19:05:48 +00:00
UbitUmarov 22652d3e56 fix unit of time on contexttimeout control. Thanks _cslcm_ 2022-11-16 18:19:36 +00:00
UbitUmarov 8685ebe655 try fix osx detection than ms keeps breaking 2022-11-16 00:20:37 +00:00
UbitUmarov d9380c9b83 clean some spurius chars and a few other things. Thanks Vincent Sylvester 2022-11-12 02:49:01 +00:00
UbitUmarov 022ea478d1 ... cosmetics 2022-11-10 11:29:30 +00:00
UbitUmarov 07deaa4746 some more cosmetics on oshttpserver 2022-11-10 01:45:19 +00:00
UbitUmarov 70e50a4769 some more cosmetics on http server 2022-11-10 01:11:17 +00:00
UbitUmarov f5883d8ce6 revert introduction of some in arguments 2022-10-23 21:00:56 +01:00
UbitUmarov fddb3761a0 use some shared char arrays on string split 2022-10-19 01:38:25 +01:00
UbitUmarov 0df9802aa3 use 'in' on PollService event args 2022-10-16 17:36:17 +01:00
UbitUmarov c10b4e8760 remove list of source files where the folders structure does allow for dotnet automatic includes, ie simple flat folders per project 2022-10-04 21:00:19 +01:00
UbitUmarov bf257a937b change runtime information log, add processor arch to ossl/lsl sim version 2022-10-03 22:43:58 +01:00
UbitUmarov 51970c6f28 dotnet claims sslv2 and 3 are not supported 2022-10-02 20:51:40 +01:00
UbitUmarov 2112665133 http cookies are gone 2022-10-02 11:40:29 +01:00
UbitUmarov 31fa8b45df minor cleanup 2022-09-20 21:32:10 +01:00
UbitUmarov bac942562a mantis 8998: guard potencial null ref 2022-05-15 04:50:00 +01:00
UbitUmarov d3ec735283 clamp/limit a few things; a few cosmetics on animation control 2022-04-15 02:01:54 +01:00
UbitUmarov 6073d1a9c3 add TLS 1.3 to OSHttpListener default ssl protocols if compiling in .net4.8 2022-03-30 15:13:20 +01:00
UbitUmarov 21204cb1f5 simplify some console comands a bit 2022-03-25 17:04:01 +00:00