UbitUmarov
030dabe2ab
some cleanup usimb libomv utf8 stringtobytes
2021-10-01 17:24:12 +01:00
UbitUmarov
2d7437cd31
region handle things on tp to landmark
2021-09-17 01:04:54 +01:00
UbitUmarov
e8735b6997
region handle things
2021-09-16 18:39:32 +01:00
UbitUmarov
441ab99087
typos, ofc
2021-09-15 23:33:53 +01:00
UbitUmarov
55fb69f8e0
a few changes on teleport lookat
2021-09-15 23:01:01 +01:00
UbitUmarov
a3ab4db5fc
several changes to llTeleport so it does HG lms
2021-09-15 21:05:00 +01:00
UbitUmarov
06c8893357
some changes on oshttp send control
2021-09-15 15:14:12 +01:00
UbitUmarov
fb66053083
save/read some missing parcel flags on oar
2021-09-15 15:12:59 +01:00
UbitUmarov
3c6d5a9b10
counted process threads may not be all active, so remove the 'active' word'
2021-09-09 22:35:42 +01:00
UbitUmarov
095b46d193
cosmetics
2021-09-09 18:48:06 +01:00
UbitUmarov
1e4799604f
add suspendflow option to workmanager startthread
2021-09-07 02:51:08 +01:00
UbitUmarov
f085e9a5e8
cosmetics
2021-09-05 20:25:36 +01:00
UbitUmarov
8769abcd72
remove TAP also from rastclient
2021-09-05 19:53:03 +01:00
UbitUmarov
34b6998cfd
a few more changes on oshttp response
2021-09-05 14:18:10 +01:00
UbitUmarov
affaacb279
a few more changes to oshttp send
2021-09-04 14:49:42 +01:00
UbitUmarov
52753972ee
oshttp send: modern TAP is still just a complex wrapper of 'obsolete' APM hidding at IL level, so just use the 'obsolete'
2021-09-04 13:55:56 +01:00
UbitUmarov
aa796bb443
'cosmetics'
2021-09-02 21:36:28 +01:00
UbitUmarov
f5e0459e08
test changes on oshttpserver responses send
2021-09-02 04:49:22 +01:00
UbitUmarov
af4dacee53
a few typos
2021-09-01 16:37:28 +01:00
UbitUmarov
c77fa98640
make MAXCONTENTLENGHT a constant
2021-09-01 15:51:18 +01:00
UbitUmarov
98afe851ee
jsonSimStats: fix null ref when region not found; limite http content lenght; cosmetics
2021-09-01 15:45:23 +01:00
UbitUmarov
68f3b4aef8
reduce LogFailedXML dump to console to just 250 chars.
2021-08-26 21:48:58 +01:00
UbitUmarov
4aa9c882ec
show http comand: do list http query method handlers
2021-08-20 21:24:18 +01:00
UbitUmarov
4afc1e3909
catch possible null refs
2021-08-13 21:36:55 +01:00
UbitUmarov
a8b37363b6
mantis 8925: avoid log noise due to bad http requests
2021-08-06 16:38:57 +01:00
UbitUmarov
5ef462cb13
show npc count in jsonsimstats
2021-07-23 03:55:23 +01:00
UbitUmarov
6d47ec571a
add another stat
2021-07-23 03:04:59 +01:00
UbitUmarov
c62055bd5f
show total number of process threads on show stats and json..
2021-07-22 20:34:59 +01:00
UbitUmarov
31683b13ea
several changes to statistics. How they are stored, passed around, referenced; do some fixes for multi regions per instance,...
2021-07-22 19:57:11 +01:00
UbitUmarov
5073d7dedd
remove commas sep from number format on stats ProcMem
2021-07-21 09:41:20 +01:00
UbitUmarov
a01046c24f
a few changes to get assets
2021-07-16 03:08:31 +01:00
UbitUmarov
cf0b1b1840
let script EPS be visible on sim stats
2021-07-05 06:12:49 +01:00
UbitUmarov
21da22b6ec
lludp remove obsolete pending queue
2021-06-02 14:28:47 +01:00
UbitUmarov
a23bf4eb1b
mantis 8890: waste CPU checking if asset id == Zero on get; several changes on region Asset connector
2021-05-29 15:08:22 +01:00
UbitUmarov
c295deb262
Merge branch 'master' of ssh://opensimulator.org:/var/git/opensim
2021-03-18 18:45:28 +00:00
Oren Hurvitz
521754ba84
Save a couple of estate settings in OAR files.
...
The settings that are saved are:
* AllowDirectTeleport - required in order to make Telehubs work
* AllowEnvironmentOverride - required in order to allow parcels to have different EEP settings from the region
2021-03-17 17:47:06 +02:00
Oren Hurvitz
c1a3185df3
HTTP Request Handlers: log the responses (previously we only logged the requests).
...
Note that this is separate from WebUtil, which we use to *send* HTTP requests: that
class always logged both the request and the response. In contrast, this commit
handles HTTP requests that are sent to OpenSim's web server.
2021-03-17 16:42:08 +01:00
Oren Hurvitz
a96ebc952b
Log HTTP requests that arrive for SimpleStreamHandler's
2021-03-17 16:40:27 +01:00
UbitUmarov
68f3e64370
potencial issue on some http header packets
2021-03-15 15:28:15 +00:00
UbitUmarov
545e196226
do init new acd circuit code + cosmetics
2021-01-17 15:07:35 +00:00
UbitUmarov
10b5375679
missing change
2021-01-12 12:45:59 +00:00
UbitUmarov
6f6c3f9e08
simplify JobEngine a bit
2021-01-12 12:36:54 +00:00
UbitUmarov
48060e1c38
move poll service work threads to objectjobengine, mb not that good, except iddle regions ofc
2021-01-09 14:00:50 +00:00
UbitUmarov
2e98ccbe46
missing change on objectjobengine
2021-01-08 16:09:45 +00:00
UbitUmarov
172a915aac
add ObjectJobEngine. This is a job engine for jobs (or pool workitems) with same action method but diferent arguments
2021-01-08 14:38:35 +00:00
UbitUmarov
70e00a00ec
fix creators user cache
2021-01-07 21:52:41 +00:00
UbitUmarov
fa26f37a17
http server receiver: go back to simpler and lighter Beginread/endread. async/await is still just a slower wrapper around it, with more unpredictable side effects
2021-01-05 22:14:51 +00:00
UbitUmarov
bfb2b3a23e
revert changing the http server control thread. The main.net pool one cames with tons of crap on stack
2021-01-04 20:53:11 +00:00
UbitUmarov
b61df051db
smartthreadpool: suport callback delegates with no return value (WaitCallBack), use it on our fireandforget (other places later)
2020-12-31 13:04:44 +00:00
UbitUmarov
960a0fa360
smartthreadpool: add pool option SuppressFlow and test it on main smart?? pool (may go bad)
2020-12-31 02:46:38 +00:00