aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Web/WebServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TODO++onefang2019-08-181-0/+3
|
* 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++
* Implement HEAD in our simple web server.onefang2019-08-171-2/+11
|
* 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-171-1/+14
|
* Beef up the web server a bit.onefang2019-08-131-0/+37
| | | | | | | | | 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.
* WebServerInConnector -> WebServerConnectoronefang2019-08-111-0/+368
Just a name change.