aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add Gloebits clone and build.onefang2020-02-073-0/+21
| | | | And poor mans git sub modules, coz otherwise it gets complex.
* Bump version to 0.9.0.2 Dev.onefang2020-02-071-3/+3
|
* Bump to build 1.onefang2019-09-111-1/+1
|
* Hack around some tests failing.OpenSim_SC_0.9.0.1_1onefang2019-09-111-9/+16
| | | | Fix the tests later.
* NEWS++OpenSim_SC_0.9.0.1onefang2019-09-111-1/+14
|
* Merge branch 'SledjChisl'onefang2019-09-111435-112926/+136684
|\
| * Bump to release flavour, build 0.onefang2019-09-111-2/+2
| |
| * typo--onefang2019-08-311-1/+1
| |
| * 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
| |