aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-11Automatically add members to certain groups, and HGers from specific grids ↵onefang1-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.
2020-09-09Various logging fix ups.onefang1-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.
2020-09-09Remove useless executable bit that Windows adds.onefang4-0/+0
2020-09-08Better ROBUST and sim startup console notification.onefang2-0/+3
2020-09-08Move various paths out of the bin directory.onefang2-7/+2
2020-03-18Log ROBUST reading config files, just like regions do.onefang1-0/+1
This is why things are so bloated. OOP means hiding stuff, so others can't use your precious bodily fluids, er I mean hidden stuff, so they write their own.
2019-11-14work on previus 2 patchsUbitUmarov1-8/+3
2019-10-22remove some more useless NULL argumentsUbitUmarov2-18/+13
2019-10-06Fix an issue where parameter parsing could lead to an exceptionMelanie1-1/+2
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov1-1/+1
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
2019-08-31typo--onefang1-1/+1
2019-08-25Now with favicons.onefang1-5/+5
2019-08-22More stats, and an actual stats web page.onefang1-3/+34
2019-08-21Make ReadConfig a general features of consoles, rather than type dependentMelanie1-9/+1
2019-08-21Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie1-3/+5
places where it tends to be forgotten to update them.
2019-08-21Disable the account manager for now, and anything else HTTPS related.onefang1-18/+74
Bump it to the next version.
2019-08-20Massive console refactor. Greatly simplify interface.Melanie2-18/+23
2019-08-18Optimise account name validation.onefang1-7/+6
2019-08-18TODO++onefang1-0/+3
2019-08-18Various additions to the web account manager.onefang1-108/+406
Track if we are accessed via HTTP or HTTPS, and the server name. Track cookies. HEAD method. Various security clean ups. Force HTTPS for account.html. Poor mans Bobby Tables protection. Security token. Validate inputs. Looking up the DNS records for email domain name. Don't allow creation of accounts with god names, leave that for the console. Check if created user name exists already. Double check the passwords and emails. Error messages on dynamic pages. Various clean ups. TODO++
2019-08-17Implement HEAD in our simple web server.onefang1-2/+11
2019-08-17VArious additions to account manager.onefang1-19/+83
First and last names merged into one name. Is name two words check, a suprisingly effective spam blocker. Poor mans Bobby Tables protection. Various other input checking. Added account creation confirmation page. Some text and length tweaks.
2019-08-17Simple web server gets HTTPS.onefang1-1/+14
2019-08-13Beef up the web server a bit.onefang1-0/+37
Sanatize the path. Add support for Last-Modified, If-Modified-Since, and Cache-Control: no-cache. Teach the base server about more binary content types.
2019-08-11WebServerInConnector -> WebServerConnectoronefang1-2/+2
Just a name change.
2019-08-09Make the DNS cache timeout configurable.Melanie1-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.
2019-08-07add cap EstateChangeInfoUbitUmarov1-6/+3
2019-08-08Various clean ups.onefang1-69/+44
2019-08-07More account manager.onefang1-9/+56
Select with more parameters. Tables, with member accounts. Print the query values.
2019-08-07Testing MySQLRaw's SELECT.onefang1-0/+11
2019-08-07Swap out MySQLGenericHandler and swap in MySQLRaw.onefang1-9/+10
Smaller, simpler, works better.
2019-08-07The beginnings of an account management web page.onefang1-24/+183
Just some simple dynamic pages that don't actually do anything.
2019-08-06Maybe now we can properly count locals and hypergridders on the web page?onefang1-7/+4
2019-08-06Add actual grid stats to the web page.onefang1-8/+40
Except HGers, still trying to sort that one out.
2019-08-05ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST.onefang1-0/+2
2019-08-05More basic web server.onefang1-7/+46
2019-08-04Add a basic generic web server, and a login page, plus stubs for the other ↵onefang1-0/+107
basic pages. And update everyone to suit.
2019-08-02Another attempt at sorting out the auto group chicken and egg problems.onefang1-1/+2
Are you a local? Asking for a friend.
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov1-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
2019-07-04Properly combine Robust.ini path.onefang1-1/+1
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang2-7/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang54-412/+1348
2019-05-19Stop it from not stopping.root1-2/+3
2019-03-12Robust: to tell main httpserver to stop on shutdownUbitUmarov1-0/+2
2019-03-11Should have been in the last commitroot1-3/+12
2018-11-14Fixed spelling error (availble -> available)Kevin Cozens1-2/+2
2018-11-14take login service out of basicDOSprot (too little, too late)UbitUmarov1-3/+4
2018-09-29 add a few more gc collect in some spotsUbitUmarov1-5/+7
2018-09-27more on culture issuesUbitUmarov1-0/+3
2018-09-26make sure Culture is right on some spotsUbitUmarov1-2/+2