aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Beef up the web server a bit.onefang2019-08-132-0/+41
| | | | | | | | | | | | | | | | | | 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.
| * Godliness can be in the first name as well.onefang2019-08-132-0/+15
| | | | | | | | As it is in IG.
| * ThisSim.ini -> Actual_Name.inionefang2019-08-131-1/+3
| | | | | | | | And a minor typo I'm suprised survived.
| * Whitespace--onefang2019-08-131-1/+1
| |
| * Make [Region] InternalAddress and ExternalHostName reasonable defaults.onefang2019-08-133-12/+6
| | | | | | | | | | Also AllowAlternatePorts isn't actually in the code anywhere, get rid of it.
| * Missed this link for the start-sim all moved to left pane thing.onefang2019-08-131-0/+1
| |
| * Modify start-sim to start up everything, with the output in the left tmux ↵onefang2019-08-131-24/+39
| | | | | | | | window.
| * Stop using num2name() in scripts.onefang2019-08-133-9/+5
| | | | | | | | | | Turns out I was feeding "01" to it, so that's why it thought things where octal, and "01" is the result we wanted anyway.
| * Remove the left overs from the check4096 crap that is obsolete.onefang2019-08-112-6/+0
| |
| * WebServerInConnector -> WebServerConnectoronefang2019-08-112-3/+3
| | | | | | | | Just a name change.
| * Various clean ups.onefang2019-08-082-72/+47
| |
| * More account manager.onefang2019-08-072-11/+62
| | | | | | | | | | | | | | | | Select with more parameters. Tables, with member accounts. Print the query values.
| * Testing MySQLRaw's SELECT.onefang2019-08-071-0/+11
| |
| * Swap out MySQLGenericHandler and swap in MySQLRaw.onefang2019-08-073-362/+152
| | | | | | | | Smaller, simpler, works better.
| * The beginnings of an account management web page.onefang2019-08-072-24/+185
| | | | | | | | Just some simple dynamic pages that don't actually do anything.
| * The knomes have been obsconded with by hippos.onefang2019-08-061-2/+2
| |
| * Reduce the width of the splash page divs.onefang2019-08-061-0/+5
| |
| * Maybe now we can properly count locals and hypergridders on the web page?onefang2019-08-061-7/+4
| |
| * Be more inclusive in the monthly online count.onefang2019-08-061-1/+1
| |
| * Typo--onefang2019-08-061-1/+1
| |
| * Add actual grid stats to the web page.onefang2019-08-063-13/+48
| | | | | | | | Except HGers, still trying to sort that one out.
| * Add a more direct MySQL handler.onefang2019-08-061-0/+353
| |
| * More splash page fiddling.onefang2019-08-051-16/+38
| |
| * Clean up the contributors. Mostly white space.onefang2019-08-051-14/+18
| |
| * Splash page CSS from Taylor.onefang2019-08-052-15/+68
| |
| * Pass -q through to ROBUST on start them all mode of start-sim.onefang2019-08-051-3/+3
| |
| * start-sim -w waiting for ROBUST isn't working.onefang2019-08-051-1/+1
| |
| * Running start-sim in scripts now starts everything up, with a delay.onefang2019-08-051-2/+36
| |
| * ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST.onefang2019-08-051-0/+2
| |
| * Limits -= 2onefang2019-08-052-5/+6
| | | | | | | | | | | | | | | | | | | | | | Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others.
| * More basic web server.onefang2019-08-052-17/+53
| |
| * Warning--onefang2019-08-051-1/+1
| |
| * Minor tweak to let inventory backup script work again.onefang2019-08-041-1/+1
| |
| * Add a basic generic web server, and a login page, plus stubs for the other ↵onefang2019-08-0413-8/+236
| | | | | | | | | | | | basic pages. And update everyone to suit.
| * Don't wait_for_text for anything between [], coz that's a grep thing.onefang2019-08-041-1/+1
| |
| * start-sim wait for the [RegionReady]: INITIALIZATION COMPLETE FOR message.onefang2019-08-041-1/+12
| |
| * Better sim startup finished messages.onefang2019-08-041-4/+4
| | | | | | | | | | | | Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
| * Don't inform neighbours that we are up twice.onefang2019-08-041-3/+4
| |
| * Tweaking create_sim.onefang2019-08-042-18/+17
| | | | | | | | | | | | ExternalHostName = "${Const|HostName}" Move size to the third argument.
| * Hypergridders have their full name in firstname, and their grid in lastname. ↵onefang2019-08-031-1/+14
| | | | | | | | | | | | | | Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti. At least with gotos you can follow them.
| * Another attempt at sorting out the auto group chicken and egg problems.onefang2019-08-027-16/+33
| | | | | | | | Are you a local? Asking for a friend.
| * Bump sim ports up by 2 when creating, coz 5 is silly.onefang2019-08-021-1/+1
| |
| * Oops, move the GridService Region_ stuff to grid specific config files.onefang2019-08-023-3/+12
| |
| * Tag and release OpenSim_SC 0.9.0.1 RC0.OpenSim_SC_0.9.0.1_RC0onefang2019-08-011-7/+6
| |
| * AddDefaultGroup and AddHGDefaultGroup_ config options added.onefang2019-08-012-53/+33
| |
| * Comments++ about how to build and test debug builds.onefang2019-08-012-0/+3
| |
| * TODO-- These got fixed a while ago.onefang2019-08-011-9/+0
| |
| * ROBUST does support includes, so use them.onefang2019-08-016-17/+6
| |
| * Automatically add members to certain groups, and HGers from specific grids ↵onefang2019-07-315-8/+132
| | | | | | | | | | | | | | | | | | 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.
| * OpenSim found a new way for archiving to be spammy.onefang2019-07-312-23/+17
| | | | | | | | | | The few resources that I have checked are actually missing from the database. All the ones I tried in world are not missing anything.