aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some more useless NULL argumentsUbitUmarov2019-10-222-18/+13
|
* Fix an issue where parameter parsing could lead to an exceptionMelanie2019-10-061-1/+2
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-111-1/+1
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* Make ReadConfig a general features of consoles, rather than type dependentMelanie2019-08-211-9/+1
|
* Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie2019-08-211-3/+5
| | | | places where it tends to be forgotten to update them.
* Massive console refactor. Greatly simplify interface.Melanie2019-08-202-18/+23
|
* Make the DNS cache timeout configurable.Melanie2019-08-091-2/+3
| | | | | | 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.
* add cap EstateChangeInfoUbitUmarov2019-08-071-6/+3
|
* now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov2019-07-301-58/+66
| | | | OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
* Robust: to tell main httpserver to stop on shutdownUbitUmarov2019-03-121-0/+2
|
* Should have been in the last commitroot2019-03-111-3/+12
|
* Fixed spelling error (availble -> available)Kevin Cozens2018-11-141-2/+2
|
* take login service out of basicDOSprot (too little, too late)UbitUmarov2018-11-141-3/+4
|
* add a few more gc collect in some spotsUbitUmarov2018-09-291-5/+7
|
* more on culture issuesUbitUmarov2018-09-271-0/+3
|
* make sure Culture is right on some spotsUbitUmarov2018-09-261-2/+2
|
* don't shutdown robust twiceUbitUmarov2018-08-261-0/+2
|
* remove more xml things no longer needed on .net >4.5.2UbitUmarov2018-01-171-1/+1
|
* Merge branch 'master' into httptestsUbitUmarov2018-01-054-2/+305
|\
| * disable some XmlResolverUbitUmarov2018-01-041-1/+1
| |
| * add more files for robust mutes suport. (module is still named ↵UbitUmarov2018-01-043-1/+304
| | | | | | | | MuteListModuleTst for testing, others in core will be removed later
* | fix mergeUbitUmarov2017-12-301-44/+80
|\ \ | |/
| * clean some extra space charsUbitUmarov2017-12-301-1/+1
| |
| * mantis 8271: work around missing encoding of estate bans on the pseudo url ↵UbitUmarov2017-12-301-45/+81
| | | | | | | | encode used on POST, without changing the xml also used elsewhere. Possible this can be used in other case
* | Merge branch 'master' into httptestsUbitUmarov2017-05-311-2/+1
|\ \ | |/
| * change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵UbitUmarov2017-05-291-2/+1
| | | | | | | | This should reduce impact of absurd dns fails observed on my test ubuntu VM
* | Merge branch 'master' into httptestsUbitUmarov2017-05-271-8/+13
|\ \ | |/
| * cleanup (grid)region info endpoint; add log to try to find some xml decode ↵UbitUmarov2017-05-261-8/+13
| | | | | | | | issues
* | Merge branch 'master' into httptestsUbitUmarov2017-05-252-0/+10
|\ \ | |/
| * move assetsconnector threads to whatchdog; Abort all alive threads known to ↵UbitUmarov2017-05-251-1/+1
| | | | | | | | watchdog before exit
| * another oneUbitUmarov2017-05-251-0/+1
| |
| * add a bit more pre exit cleanupUbitUmarov2017-05-242-0/+9
| |
* | merge masterUbitUmarov2017-05-235-28/+29
|\ \ | |/
| * no all mono versions know DnsRefreshTimeoutUbitUmarov2017-05-231-1/+3
| |
| * remember mono about the default for DnsRefreshTimeoutUbitUmarov2017-05-231-0/+1
| |
| * check XFF headers of caller, but be quiet about themUbitUmarov2017-05-223-8/+8
| |
| * receivers can't tell if there where proxies on path unless they lookUbitUmarov2017-05-222-22/+20
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-05-142-2/+3
|\ \ | |/
| * fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+1
| |
| * a bit more on ServicePointManagerUbitUmarov2017-05-121-0/+1
| |
| * lower connection limits againUbitUmarov2017-05-121-1/+1
| |
| * soem changes on connections limitsUbitUmarov2017-05-121-2/+1
| |
* | mergeUbitUmarov2017-05-091-1/+4
|\ \ | |/
| * remove file bin/Mono.Posix.dll that causes problems with monoUbitUmarov2017-05-091-1/+4
| |
* | fix mergeUbitUmarov2017-05-0713-45/+50
|\ \ | |/
| * let StreamReader be in using statementsUbitUmarov2017-05-0713-39/+41
| |
| * dispose some MemoryStreamsUbitUmarov2017-05-061-6/+9
| |
* | fix mergeUbitUmarov2017-04-251-0/+36
|\ \ | |/
| * Also add the ability to quit on SIGTERM for ROBUSTMelanie Thielker2017-01-111-0/+36
| |
* | fix mergeUbitUmarov2017-01-0539-228/+228
|\ \ | |/