aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Web (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Swap out MySQLGenericHandler and swap in MySQLRaw.onefang2019-08-071-9/+10
| | | | Smaller, simpler, works better.
* The beginnings of an account management web page.onefang2019-08-071-24/+183
| | | | Just some simple dynamic pages that don't actually do anything.
* Maybe now we can properly count locals and hypergridders on the web page?onefang2019-08-061-7/+4
|
* Add actual grid stats to the web page.onefang2019-08-061-8/+40
| | | | Except HGers, still trying to sort that one out.
* More basic web server.onefang2019-08-051-7/+46
|
* Add a basic generic web server, and a login page, plus stubs for the other ↵onefang2019-08-041-0/+107
basic pages. And update everyone to suit.