Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 2020-09-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them. | ||||
* | Various logging fix ups. | onefang | 2020-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message. | ||||
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 4 | -0/+0 |
| | |||||
* | Better ROBUST and sim startup console notification. | onefang | 2020-09-08 | 2 | -0/+3 |
| | |||||
* | Move various paths out of the bin directory. | onefang | 2020-09-08 | 2 | -7/+2 |
| | |||||
* | work on previus 2 patchs | UbitUmarov | 2019-11-14 | 1 | -8/+3 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 2 | -18/+13 |
| | |||||
* | Fix an issue where parameter parsing could lead to an exception | Melanie | 2019-10-06 | 1 | -1/+2 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -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 dependent | Melanie | 2019-08-21 | 1 | -9/+1 |
| | |||||
* | Call SetServer on consoles reflectively to avoid having type checks in ↵ | Melanie | 2019-08-21 | 1 | -3/+5 |
| | | | | places where it tends to be forgotten to update them. | ||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 2 | -18/+23 |
| | |||||
* | Make the DNS cache timeout configurable. | Melanie | 2019-08-09 | 1 | -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 EstateChangeInfo | UbitUmarov | 2019-08-07 | 1 | -6/+3 |
| | |||||
* | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 2019-07-30 | 1 | -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 shutdown | UbitUmarov | 2019-03-12 | 1 | -0/+2 |
| | |||||
* | Should have been in the last commit | root | 2019-03-11 | 1 | -3/+12 |
| | |||||
* | 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 |
| | |