UbitUmarov
|
3bc406837a
|
Oppps, the httpclient dispose logic on scripts http request is diferent
|
2026-03-13 18:05:59 +00:00 |
|
UbitUmarov
|
f785a45418
|
try to use HttpCompletionOption.ResponseHeadersRead again
|
2026-03-11 18:52:49 +00:00 |
|
UbitUmarov
|
18f652ee8d
|
try to timeout httpclient reads
|
2026-02-27 16:15:10 +00:00 |
|
UbitUmarov
|
b9023bb3b6
|
cosmetics
|
2026-01-21 02:07:41 +00:00 |
|
UbitUmarov
|
0d71b6d871
|
very useless changes
|
2025-06-25 02:22:28 +01:00 |
|
UbitUmarov
|
f669c56bb9
|
mantis 9197: on llHttprequest report status = 0 as 499
|
2025-04-22 22:10:20 +01:00 |
|
Adil El Farissi
|
207c3d1e71
|
Revert some default params and fixes to SSL support
|
2024-08-16 23:04:40 +01:00 |
|
UbitUmarov
|
e950c502ad
|
change share of almost empty class httpclient, to just share of used SocketsHttpHandler, This simpifies handling of timeout, otherwise problematic
|
2023-05-26 20:27:24 +01:00 |
|
UbitUmarov
|
0b81b066f3
|
cosmetics
|
2023-05-24 16:19:55 +01:00 |
|
UbitUmarov
|
5e0c6446d8
|
update xmlrpc.dll with a send variant using httpclint and used it
|
2023-05-24 13:42:56 +01:00 |
|
UbitUmarov
|
2bd08a19d5
|
let llgethttpheaders do case insensitive search, plus cosmetics
|
2023-05-24 00:43:35 +01:00 |
|
UbitUmarov
|
6743934434
|
cosmetics
|
2023-05-21 20:46:54 +01:00 |
|
UbitUmarov
|
73ca50bbbc
|
change default httpclients MaxResponseContentBufferSize
|
2023-05-18 17:47:39 +01:00 |
|
UbitUmarov
|
7860e2d861
|
cosmetics
|
2023-05-13 16:39:14 +01:00 |
|
UbitUmarov
|
83491db916
|
several changes to llhttprequest like use HttpClient
|
2023-05-06 18:06:40 +01:00 |
|
UbitUmarov
|
9686af7944
|
PGSQL: since we mya not have mono, our mono.security.dll must be on bin folder
|
2023-04-11 17:55:28 +01:00 |
|
UbitUmarov
|
9e58f0f489
|
do not close a response still in use
|
2022-11-05 23:54:52 +00:00 |
|
UbitUmarov
|
f5883d8ce6
|
revert introduction of some in arguments
|
2022-10-23 21:00:56 +01:00 |
|
UbitUmarov
|
0df9802aa3
|
use 'in' on PollService event args
|
2022-10-16 17:36:17 +01:00 |
|
UbitUmarov
|
817e2bbd71
|
scripts httprequest: try to make a redir to a server local uri work
|
2022-08-29 03:31:09 +01:00 |
|
UbitUmarov
|
4d06a8e841
|
remove useless class listennersManager
|
2022-06-21 06:47:31 +01:00 |
|
UbitUmarov
|
16d5d7d7fc
|
direct post listen events on chat, bypassing intermediate storage and timed pooling. ( code still dirty)
|
2022-06-21 02:18:38 +01:00 |
|
UbitUmarov
|
9af568307e
|
a few changes on chat and dialog from udp/client
|
2022-06-19 16:03:38 +01:00 |
|
UbitUmarov
|
1128942062
|
fix listeners count
|
2022-06-19 01:43:30 +01:00 |
|
UbitUmarov
|
adf818370a
|
mke sending to listeners code a bit more confusing
|
2022-06-19 01:22:03 +01:00 |
|
UbitUmarov
|
6e1aa77416
|
oops create listeners active on all paths
|
2022-06-18 22:57:27 +01:00 |
|
UbitUmarov
|
c972c23d2e
|
try simplify lsl listen code a bit
|
2022-06-18 22:40:01 +01:00 |
|
UbitUmarov
|
e6059a7ca1
|
add some headers to llemail emails; cosmetics
|
2022-03-22 03:09:34 +00:00 |
|
UbitUmarov
|
93f292ca39
|
Emailmodule. Add throttles by sender ownerID, prim or smpt target address and smpt emails per day
|
2022-03-18 19:24:52 +00:00 |
|
UbitUmarov
|
d06efefb48
|
Emailmodule. Receive mailbox dependis on prim having email event on scripts; send via smpt or to external prims are now options. The ini section name smtp is not wrong"
|
2022-03-18 16:15:32 +00:00 |
|
UbitUmarov
|
a2f7a3e34a
|
oops... replace EmailModule with EmailModule2
|
2022-03-18 13:19:36 +00:00 |
|
UbitUmarov
|
7a67935802
|
EmailModule2 a few more changes
|
2022-03-18 04:26:28 +00:00 |
|
UbitUmarov
|
846d2df245
|
replace util.clip by utils.clamp (from libomv), and a few more cosmetics
|
2022-03-18 02:20:40 +00:00 |
|
UbitUmarov
|
811b2de565
|
EmailModule2 (lsl email), support selfsigned server certs, use mailkit email address validation, etc
|
2022-03-18 00:15:08 +00:00 |
|
UbitUmarov
|
2a196190d9
|
..Equals() is also not good
|
2022-03-14 20:21:18 +00:00 |
|
UbitUmarov
|
e043d8a2eb
|
use array.Empty<byte>
|
2022-03-12 15:21:24 +00:00 |
|
UbitUmarov
|
52fdab0c67
|
add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login
|
2022-03-08 23:46:35 +00:00 |
|
UbitUmarov
|
fbbcc1edd7
|
== string.Empty is .Lenght == 0
|
2022-01-13 20:31:52 +00:00 |
|
UbitUmarov
|
da928d6099
|
!= UUID.Zero is slow
|
2022-01-09 02:28:51 +00:00 |
|
UbitUmarov
|
357f20eb14
|
== UUID.Zero is slow
|
2022-01-08 23:35:56 +00:00 |
|
UbitUmarov
|
ed22f6ab10
|
cosmetics
|
2021-11-20 04:07:22 +00:00 |
|
UbitUmarov
|
0ffa225fc2
|
make dynamic textures only use asset cache explicitly
|
2021-08-06 22:58:35 +01:00 |
|
UbitUmarov
|
dcbf89963b
|
HttpRequestModule: changed from shared module to non shared module with static shared elements; make it use JobEngine, etc
|
2021-01-18 19:24:43 +00:00 |
|
UbitUmarov
|
25c9e66906
|
a few changes to lsl http headers
|
2020-12-09 18:04:10 +00:00 |
|
UbitUmarov
|
90ef92158a
|
several changes to lsl http urlmodule; X-SecondLife-Region change is in global coords not grid, etc, mantis 8823 sould be fixed at least untly next viewers changes
|
2020-12-09 14:46:55 +00:00 |
|
UbitUmarov
|
4f4a48cf60
|
let urlmodule pool request do some work ( missing from last commit)
|
2020-11-29 12:35:02 +00:00 |
|
UbitUmarov
|
7c822d3fbf
|
fix a test
|
2020-10-24 18:18:24 +01:00 |
|
UbitUmarov
|
a12f03ece0
|
mantis 8762: let it be less broken
|
2020-09-05 19:11:15 +01:00 |
|
UbitUmarov
|
c1bf650c12
|
remove a replaced method
|
2020-08-23 03:58:11 +01:00 |
|
UbitUmarov
|
0f50b17824
|
change code for urls usage. Still bad after (un)link
|
2020-08-23 03:54:44 +01:00 |
|