aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-0539-228/+228
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-01-041-2/+2
|\ \ | |/
| * Suppress error messages in the log if functions are not enabled. Just return ↵Melanie Thielker2017-01-031-2/+2
| | | | | | | | failure instead.
* | Merge branch 'master' into httptestsUbitUmarov2017-01-031-0/+12
|\ \ | |/
| * Create a generic way for passing constructor args to pluginsMelanie Thielker2017-01-021-0/+12
| | | | | | | | | | | | | | The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
* | Merge branch 'master' into httptestsUbitUmarov2016-12-231-25/+123
|\ \ | |/
| * Allow the use of modular configs with Robust as we already can with OpenSimMelanie Thielker2016-12-221-25/+123
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-141-0/+1
|\ \ | |/
| * HG: add missing information on GetRegionUbitUmarov2016-12-091-0/+1
| |
* | add SSL certs validation options for regions to allow simple encriptation ↵UbitUmarov2016-12-071-1/+1
| | | | | | | | without any peer autentification using simple homemade (or even shared) certs.
* | add SSL certs validation options for robust to allow simple certificates, ↵UbitUmarov2016-12-071-0/+27
|/ | | | possible only for encriptation without any peer autentification. disable validation by default for the small grids case