aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* VArious additions to account manager.onefang2019-08-171-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.
* Simple web server gets HTTPS.onefang2019-08-172-1/+15
|
* Bump build number.onefang2019-08-151-1/+1
| | | | I should have done this after tagging RC0.
* Actually calculate the sample money modules fake balance.onefang2019-08-151-2/+11
|
* Teleport home from off grid shouldn't land on roofs either.onefang2019-08-151-1/+1
|
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-1512-5/+197
| | | | | | | | Once again OOP proves it's worse that spaghetti, but cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
* Reload splash page every couple of minutes, to get fresh stats.onefang2019-08-131-0/+1
|
* 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
|