aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* OhSillyThreatLevels should throw an exception when not allowed.onefang2019-08-221-7/+3
|
* Unclutter the tmux status line.onefang2019-08-223-5/+5
| | | | Not everyone has YUUUGE terminals like I do.
* Bump build number to 4.onefang2019-08-211-1/+1
|
* Disable the account manager for now, and anything else HTTPS related.onefang2019-08-211-18/+74
| | | | Bump it to the next version.
* TYPO--onefang2019-08-191-1/+1
|
* Optimise account name validation.onefang2019-08-181-7/+6
|
* TODO++onefang2019-08-181-0/+3
|
* Bump build number to 3.onefang2019-08-181-1/+1
|
* Various additions to the web account manager.onefang2019-08-181-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++
* Add HTTPS configs.onefang2019-08-184-3/+9
|
* Better consistency with the other config.ini files.onefang2019-08-181-3/+3
|
* Implement HEAD in our simple web server.onefang2019-08-171-2/+11
|
* Allow a place for Robust.ini extras.onefang2019-08-171-1/+1
|
* 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.