Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 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. | |||||
2020-09-09 | Various logging fix ups. | onefang | 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. | |||||
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 4 | -0/+0 | |
2020-09-08 | Better ROBUST and sim startup console notification. | onefang | 2 | -0/+3 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 2 | -7/+2 | |
2020-03-18 | Log ROBUST reading config files, just like regions do. | onefang | 1 | -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-14 | work on previus 2 patchs | UbitUmarov | 1 | -8/+3 | |
2019-10-22 | remove some more useless NULL arguments | UbitUmarov | 2 | -18/+13 | |
2019-10-06 | Fix an issue where parameter parsing could lead to an exception | Melanie | 1 | -1/+2 | |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 1 | -1/+1 | |
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
2019-08-31 | typo-- | onefang | 1 | -1/+1 | |
2019-08-25 | Now with favicons. | onefang | 1 | -5/+5 | |
2019-08-22 | More stats, and an actual stats web page. | onefang | 1 | -3/+34 | |
2019-08-21 | Make ReadConfig a general features of consoles, rather than type dependent | Melanie | 1 | -9/+1 | |
2019-08-21 | Call SetServer on consoles reflectively to avoid having type checks in ↵ | Melanie | 1 | -3/+5 | |
places where it tends to be forgotten to update them. | |||||
2019-08-21 | Disable the account manager for now, and anything else HTTPS related. | onefang | 1 | -18/+74 | |
Bump it to the next version. | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 2 | -18/+23 | |
2019-08-18 | Optimise account name validation. | onefang | 1 | -7/+6 | |
2019-08-18 | TODO++ | onefang | 1 | -0/+3 | |
2019-08-18 | Various additions to the web account manager. | onefang | 1 | -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-17 | Implement HEAD in our simple web server. | onefang | 1 | -2/+11 | |
2019-08-17 | VArious additions to account manager. | onefang | 1 | -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-17 | Simple web server gets HTTPS. | onefang | 1 | -1/+14 | |
2019-08-13 | Beef up the web server a bit. | onefang | 1 | -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-11 | WebServerInConnector -> WebServerConnector | onefang | 1 | -2/+2 | |
Just a name change. | |||||
2019-08-09 | Make the DNS cache timeout configurable. | Melanie | 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. | |||||
2019-08-07 | add cap EstateChangeInfo | UbitUmarov | 1 | -6/+3 | |
2019-08-08 | Various clean ups. | onefang | 1 | -69/+44 | |
2019-08-07 | More account manager. | onefang | 1 | -9/+56 | |
Select with more parameters. Tables, with member accounts. Print the query values. | |||||
2019-08-07 | Testing MySQLRaw's SELECT. | onefang | 1 | -0/+11 | |
2019-08-07 | Swap out MySQLGenericHandler and swap in MySQLRaw. | onefang | 1 | -9/+10 | |
Smaller, simpler, works better. | |||||
2019-08-07 | The beginnings of an account management web page. | onefang | 1 | -24/+183 | |
Just some simple dynamic pages that don't actually do anything. | |||||
2019-08-06 | Maybe now we can properly count locals and hypergridders on the web page? | onefang | 1 | -7/+4 | |
2019-08-06 | Add actual grid stats to the web page. | onefang | 1 | -8/+40 | |
Except HGers, still trying to sort that one out. | |||||
2019-08-05 | ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST. | onefang | 1 | -0/+2 | |
2019-08-05 | More basic web server. | onefang | 1 | -7/+46 | |
2019-08-04 | Add a basic generic web server, and a login page, plus stubs for the other ↵ | onefang | 1 | -0/+107 | |
basic pages. And update everyone to suit. | |||||
2019-08-02 | Another attempt at sorting out the auto group chicken and egg problems. | onefang | 1 | -1/+2 | |
Are you a local? Asking for a friend. | |||||
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 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 | |||||
2019-07-04 | Properly combine Robust.ini path. | onefang | 1 | -1/+1 | |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 2 | -7/+2 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 54 | -412/+1348 | |
2019-05-19 | Stop it from not stopping. | root | 1 | -2/+3 | |
2019-03-12 | Robust: to tell main httpserver to stop on shutdown | UbitUmarov | 1 | -0/+2 | |
2019-03-11 | Should have been in the last commit | root | 1 | -3/+12 | |
2018-11-14 | Fixed spelling error (availble -> available) | Kevin Cozens | 1 | -2/+2 | |
2018-11-14 | take login service out of basicDOSprot (too little, too late) | UbitUmarov | 1 | -3/+4 | |
2018-09-29 | add a few more gc collect in some spots | UbitUmarov | 1 | -5/+7 | |
2018-09-27 | more on culture issues | UbitUmarov | 1 | -0/+3 | |
2018-09-26 | make sure Culture is right on some spots | UbitUmarov | 1 | -2/+2 | |