aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Web/WebServerInConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-11WebServerInConnector -> WebServerConnectoronefang1-368/+0
Just a name change.
2019-08-08Various clean ups.onefang1-69/+44
2019-08-07More account manager.onefang1-9/+56
Select with more parameters. Tables, with member accounts. Print the query values.
2019-08-07Testing MySQLRaw's SELECT.onefang1-0/+11
2019-08-07Swap out MySQLGenericHandler and swap in MySQLRaw.onefang1-9/+10
Smaller, simpler, works better.
2019-08-07The beginnings of an account management web page.onefang1-24/+183
Just some simple dynamic pages that don't actually do anything.
2019-08-06Maybe now we can properly count locals and hypergridders on the web page?onefang1-7/+4
2019-08-06Add actual grid stats to the web page.onefang1-8/+40
Except HGers, still trying to sort that one out.
2019-08-05More basic web server.onefang1-7/+46
2019-08-04Add a basic generic web server, and a login page, plus stubs for the other ↵onefang1-0/+107
basic pages. And update everyone to suit.