Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed spelling error (availble -> available) | Kevin Cozens | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | take login service out of basicDOSprot (too little, too late) | UbitUmarov | 2018-11-14 | 1 | -3/+4 |
| | |||||
* | add a few more gc collect in some spots | UbitUmarov | 2018-09-29 | 1 | -5/+7 |
| | |||||
* | more on culture issues | UbitUmarov | 2018-09-27 | 1 | -0/+3 |
| | |||||
* | make sure Culture is right on some spots | UbitUmarov | 2018-09-26 | 1 | -2/+2 |
| | |||||
* | don't shutdown robust twice | UbitUmarov | 2018-08-26 | 1 | -0/+2 |
| | |||||
* | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into httptests | UbitUmarov | 2018-01-05 | 4 | -2/+305 |
|\ | |||||
| * | disable some XmlResolver | UbitUmarov | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 2018-01-04 | 3 | -1/+304 |
| | | | | | | | | MuteListModuleTst for testing, others in core will be removed later | ||||
* | | fix merge | UbitUmarov | 2017-12-30 | 1 | -44/+80 |
|\ \ | |/ | |||||
| * | clean some extra space chars | UbitUmarov | 2017-12-30 | 1 | -1/+1 |
| | | |||||
| * | mantis 8271: work around missing encoding of estate bans on the pseudo url ↵ | UbitUmarov | 2017-12-30 | 1 | -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 httptests | UbitUmarov | 2017-05-31 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵ | UbitUmarov | 2017-05-29 | 1 | -2/+1 |
| | | | | | | | | This should reduce impact of absurd dns fails observed on my test ubuntu VM | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-05-27 | 1 | -8/+13 |
|\ \ | |/ | |||||
| * | cleanup (grid)region info endpoint; add log to try to find some xml decode ↵ | UbitUmarov | 2017-05-26 | 1 | -8/+13 |
| | | | | | | | | issues | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-05-25 | 2 | -0/+10 |
|\ \ | |/ | |||||
| * | move assetsconnector threads to whatchdog; Abort all alive threads known to ↵ | UbitUmarov | 2017-05-25 | 1 | -1/+1 |
| | | | | | | | | watchdog before exit | ||||
| * | another one | UbitUmarov | 2017-05-25 | 1 | -0/+1 |
| | | |||||
| * | add a bit more pre exit cleanup | UbitUmarov | 2017-05-24 | 2 | -0/+9 |
| | | |||||
* | | merge master | UbitUmarov | 2017-05-23 | 5 | -28/+29 |
|\ \ | |/ | |||||
| * | no all mono versions know DnsRefreshTimeout | UbitUmarov | 2017-05-23 | 1 | -1/+3 |
| | | |||||
| * | remember mono about the default for DnsRefreshTimeout | UbitUmarov | 2017-05-23 | 1 | -0/+1 |
| | | |||||
| * | check XFF headers of caller, but be quiet about them | UbitUmarov | 2017-05-22 | 3 | -8/+8 |
| | | |||||
| * | receivers can't tell if there where proxies on path unless they look | UbitUmarov | 2017-05-22 | 2 | -22/+20 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-05-14 | 2 | -2/+3 |
|\ \ | |/ | |||||
| * | fix remote requests for dwell, so dwell module still called | UbitUmarov | 2017-05-14 | 1 | -0/+1 |
| | | |||||
| * | a bit more on ServicePointManager | UbitUmarov | 2017-05-12 | 1 | -0/+1 |
| | | |||||
| * | lower connection limits again | UbitUmarov | 2017-05-12 | 1 | -1/+1 |
| | | |||||
| * | soem changes on connections limits | UbitUmarov | 2017-05-12 | 1 | -2/+1 |
| | | |||||
* | | merge | UbitUmarov | 2017-05-09 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | remove file bin/Mono.Posix.dll that causes problems with mono | UbitUmarov | 2017-05-09 | 1 | -1/+4 |
| | | |||||
* | | fix merge | UbitUmarov | 2017-05-07 | 13 | -45/+50 |
|\ \ | |/ | |||||
| * | let StreamReader be in using statements | UbitUmarov | 2017-05-07 | 13 | -39/+41 |
| | | |||||
| * | dispose some MemoryStreams | UbitUmarov | 2017-05-06 | 1 | -6/+9 |
| | | |||||
* | | fix merge | UbitUmarov | 2017-04-25 | 1 | -0/+36 |
|\ \ | |/ | |||||
| * | Also add the ability to quit on SIGTERM for ROBUST | Melanie Thielker | 2017-01-11 | 1 | -0/+36 |
| | | |||||
* | | fix merge | UbitUmarov | 2017-01-05 | 39 | -228/+228 |
|\ \ | |/ | |||||
| * | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 39 | -228/+228 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-01-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Suppress error messages in the log if functions are not enabled. Just return ↵ | Melanie Thielker | 2017-01-03 | 1 | -2/+2 |
| | | | | | | | | failure instead. | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-01-03 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | Create a generic way for passing constructor args to plugins | Melanie Thielker | 2017-01-02 | 1 | -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 httptests | UbitUmarov | 2016-12-23 | 1 | -25/+123 |
|\ \ | |/ | |||||
| * | Allow the use of modular configs with Robust as we already can with OpenSim | Melanie Thielker | 2016-12-22 | 1 | -25/+123 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-12-14 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | HG: add missing information on GetRegion | UbitUmarov | 2016-12-09 | 1 | -0/+1 |
| | | |||||
* | | add SSL certs validation options for regions to allow simple encriptation ↵ | UbitUmarov | 2016-12-07 | 1 | -1/+1 |
| | | | | | | | | without any peer autentification using simple homemade (or even shared) certs. | ||||
* | | add SSL certs validation options for robust to allow simple certificates, ↵ | UbitUmarov | 2016-12-07 | 1 | -0/+27 |
|/ | | | | possible only for encriptation without any peer autentification. disable validation by default for the small grids case |