aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Tag and release OpenSim_SC 0.9.0.1 RC1.OpenSim_SC_0.9.0.1_RC1onefang2019-08-314-3/+7
|
* New NEWS.onefang2019-08-291-0/+1039
|
* Docs++onefang2019-08-294-9/+251
|
* Actually link to the web pages document.onefang2019-08-261-0/+2
|
* Document the web pages.onefang2019-08-261-0/+36
|
* More branding, sorta.onefang2019-08-262-2/+4
|
* One more empty doc page.onefang2019-08-251-0/+8
|
* Now with favicons.onefang2019-08-259-5/+11
|
* New web background image.onefang2019-08-251-0/+0
|
* Make start-sim -d 30 actually work.onefang2019-08-251-2/+2
|
* Remove a remnant of Etcd I had forgot to remove when I got rid of that.onefang2019-08-251-1/+0
|
* Bump build number to 6.onefang2019-08-251-1/+1
|
* Gods can do anything they want, including bypassing OhSilly threat levels.onefang2019-08-251-0/+11
|
* Forgot to update this when I changed "month" -> "day30" for stats.onefang2019-08-251-1/+1
|
* typo--onefang2019-08-251-1/+1
|
* Allow anyone to create NPCs. Thought I did this before? Twice?onefang2019-08-231-1/+1
|
* We don't use IP in create-sim anymore.onefang2019-08-231-1/+0
|
* Update documentation.onefang2019-08-2314-209/+336
| | | | | | | | | | | | Write some more. Correct some spelling errors. Clean up some out of date stuff. Make it consistant. Rearrange things.
* Update the differences.onefang2019-08-231-7/+14
|
* Shuffle some coder level docs to it's own directory.onefang2019-08-236-20/+14
|
* config/ROBUST/RobustExtra.inionefang2019-08-222-0/+4
|
* Bump build number to 5.onefang2019-08-221-1/+1
|
* More stats, and an actual stats web page.onefang2019-08-222-3/+56
|
* Function for MYSQL joins.onefang2019-08-221-0/+51
|
* When the generate map command is given, generate the map.onefang2019-08-224-2/+40
| | | | The month check seems a bit dodgy, but I'll let it ride for now.
* 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.