aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/Sessions_Report.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add JSONification of WebStats module. Adds a '?json' query parameterRobert Adams2013-01-241-0/+5
| | | | | | to the fetch URL to return the data in JSON format. Also adds a simple 'sim.html' that uses JavaScript to display the JSON data. Not pretty but an example.
* minor: remove mono compiler warningJustin Clarke Casey2009-01-091-4/+0
|
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-081-11/+15
| | | | | * Null check on Sessions_report.
* Update svn properties, minor formatting cleanup.Jeff Ames2009-01-081-1/+1
|
* * Add session length to session.report.Teravus Ovares2009-01-071-3/+26
|
* * Added session report. Teravus Ovares2009-01-071-0/+260
** Full or two criteria. UserID, or VersionString * Added link to session report from client report.