UbitUmarov
020df45772
some use of in parameters and other sugar; change object sandbox position limitation a bit
2022-10-15 19:06:32 +01:00
UbitUmarov
79b3157d0b
a little use of MathF
2022-10-03 18:43:52 +01:00
UbitUmarov
d459bec18d
set System.Globalization.UseNls. new ICU is a stupid breaking change on string.indexof, etc
2022-10-02 22:54:02 +01:00
UbitUmarov
cf26e5ed8d
add some runtime configuration settings
2022-10-02 20:19:35 +01:00
UbitUmarov
f6a47a9f47
thread.abort is gone. Coment out so things compile
2022-10-02 11:30:41 +01:00
UbitUmarov
0d594e4c42
a few changes cosmetic changes around OSChatMessage...
2022-06-20 06:49:43 +01:00
Vincent Sylvester
13dbbc2683
Remove tabs, indent code properly
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2022-03-13 13:15:05 +00:00
UbitUmarov
fbbcc1edd7
== string.Empty is .Lenght == 0
2022-01-13 20:31:52 +00:00
UbitUmarov
357f20eb14
== UUID.Zero is slow
2022-01-08 23:35:56 +00:00
UbitUmarov
60c99756ed
add some missing using(...
2021-10-14 18:17:28 +01:00
UbitUmarov
4e8c87fbd1
set Expect100Continue false again
2021-05-29 23:19:40 +01:00
UbitUmarov
bbb42f96e9
cosmetics
2020-12-12 20:54:18 +00:00
Alicia Raven
ce9f8804b6
initial commit of experimental Estate config file (Estate.ini) allowing new simulators to create estates from ini file and bypass command prompts. (funding provided by Zetamex Network)
2020-12-12 19:21:53 +00:00
UbitUmarov
a8b4c359d9
do not start log before knowing where to log
2020-12-12 02:48:44 +00:00
UbitUmarov
20695be8cd
several changes to simulatorfeatures, special url ones. Centralize those on scene gridinfo. Do host and dns checks, etc. Grid can override local settings, but currently same old mess. Grid login and info fecth should happen before loading anything in scene, specially modules
2020-11-12 00:30:20 +00:00
UbitUmarov
08b06ec670
lludp textures.. do not try to decode meshes and other things ( imprudence plague at LBSA)
2020-11-10 01:24:13 +00:00
UbitUmarov
cb1faeec04
kick npcs the right way
2020-11-09 23:16:35 +00:00
UbitUmarov
e86bd042bb
dont let webrequests keep copies of all put/post. should not, but may impact some connections like redirection
2020-10-28 00:09:32 +00:00
UbitUmarov
69e12f537f
test: try handle cntr-c another way
2020-09-30 02:28:40 +01:00
UbitUmarov
650e6bbe55
try reduce number of this webrequest will keep alive anf gc will possible forget to release. this higher numbers should be only relative to robuts, generic connectiosn should have a lot less. But hard to control on current code
2020-09-07 18:08:20 +01:00
UbitUmarov
e054386731
change show users again
2020-08-14 21:23:04 +01:00
UbitUmarov
7c4285511f
change show circuits display
2020-08-03 13:04:16 +01:00
UbitUmarov
402186844c
cosmetics
2020-07-15 19:13:22 +01:00
UbitUmarov
ba972b50ed
disable console command restart, that currently will just break everything ( there is also the restart module that will do the same if used )
2020-07-13 21:35:50 +01:00
UbitUmarov
b4fc5c33ec
rename wrong RegionSimpleStatsHandler as RegionStatsSimpleHandler
2020-04-27 18:06:27 +01:00
UbitUmarov
a3cd0cbfcb
no need for stream hanlder description
2020-04-27 14:52:43 +01:00
UbitUmarov
6ffb5bcf23
move RegionStatsHandler
2020-04-27 00:54:32 +01:00
UbitUmarov
e0418da6e1
change region avatarhandlers
2020-04-26 16:54:58 +01:00
UbitUmarov
dcc2f764f2
add a /index.php fake handler, for map. only does ?method=.. but can be extended)
2020-04-25 23:24:00 +01:00
UbitUmarov
605a01fe6e
move monitor stats handlers to simpleStreamHandler
2020-04-25 15:54:44 +01:00
UbitUmarov
99658309ce
missing file
2020-04-25 15:32:21 +01:00
UbitUmarov
ee77a6d80b
move some region base handlers to simpleStreamHandler
2020-04-25 15:31:30 +01:00
UbitUmarov
6b6baa9e51
reduce ServicePointManager.DefaultConnectionLimit back 12 for os other than windows
2020-04-21 23:05:53 +01:00
UbitUmarov
c99014991b
cosmetics
2020-04-09 13:41:41 +01:00
UbitUmarov
010f091dd4
mantis 8675: delay material delete (the reported log message may still happen, but less
2020-03-20 10:50:56 +00:00
UbitUmarov
3707301c59
changes to load oar with --merge: with option --mergeReplaceObjects it will replace objects already in region, without it, skip; with opetion merge-parcels will try to merge them, without it ignores oar parcels. as before without --merge all is replaced. renamed the options force* as merge* since they are merge suboptions
2020-02-28 18:36:52 +00:00
UbitUmarov
b98ad6c53c
remove some useless NULL arguments
2019-10-22 12:23:19 +01:00
Melanie
110644c23a
Make ReadConfig a general features of consoles, rather than type dependent
2019-08-21 21:23:54 +01:00
Melanie
7e136c67fd
Call SetServer on consoles reflectively to avoid having type checks in places where it tends to be forgotten to update them.
2019-08-21 21:15:58 +01:00
Melanie
0fd17c08ae
Massive console refactor. Greatly simplify interface.
2019-08-20 23:28:59 +01:00
Melanie
c9b7ec2af9
Make the DNS cache timeout configurable.
...
In containerized environments, DNS is simulated. It can change several
times per second as containers move around. The hardcoded timeout was
too long for a container environment.
2019-08-09 12:06:33 +01:00
Melanie
08c9ad6a5b
Remove the outdated and no longer useful hardcoded config defaults
2019-07-30 18:03:01 +01:00
UbitUmarov
72d9bbfafb
some cleanup
2018-11-08 01:24:13 +00:00
UbitUmarov
3e6342eb61
fix lsl http url pool service still not starting correctly
2018-11-02 02:25:53 +00:00
UbitUmarov
5a0c9c2fcf
more on culture issues
2018-09-27 19:04:11 +01:00
UbitUmarov
e733bfb3b5
fix merge issue
2018-03-20 10:09:22 +00:00
Kevin Cozens
a4ac91dc6b
Fixed a typo
2018-03-19 12:17:38 -04:00
UbitUmarov
1d6a157134
change version to 0.9.1.1 so we can see it inworld
2018-01-13 22:40:44 +00:00
UbitUmarov
55babdc160
Merge branch 'master' into httptests
2017-05-31 07:21:21 +01:00
UbitUmarov
91caf98308
change servicePoint dns expire also to 5min, let the endpoints expire slide. This should reduce impact of absurd dns fails observed on my test ubuntu VM
2017-05-29 07:48:09 +01:00