diff options
author | Teravus Ovares | 2009-07-21 06:47:29 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-07-21 06:47:29 +0000 |
commit | c243ae43f23be20ec3388ed30e8b7b806ad2a2a7 (patch) | |
tree | 2c38ab90f6c81e08ada7ef4f4dbad6da77afd75a /OpenSim/Region/UserStatistics/WebStatsModule.cs | |
parent | * nothing in this commit, re-triggering panda.. which crashed while testing. (diff) | |
download | opensim-SC_OLD-c243ae43f23be20ec3388ed30e8b7b806ad2a2a7.zip opensim-SC_OLD-c243ae43f23be20ec3388ed30e8b7b806ad2a2a7.tar.gz opensim-SC_OLD-c243ae43f23be20ec3388ed30e8b7b806ad2a2a7.tar.bz2 opensim-SC_OLD-c243ae43f23be20ec3388ed30e8b7b806ad2a2a7.tar.xz |
* Updated C# WebServer to the latest available source download (r19869) and applied a few mods from the old version (now up on opensim-libs (VS 3.5 project).
* Made various changes to BaseHttpServer to accommodate the new interfaces.
* This version has been significantly re-architected and may fail in unusual and insidious ways.
* Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data.
* Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)
Diffstat (limited to 'OpenSim/Region/UserStatistics/WebStatsModule.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/WebStatsModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/UserStatistics/WebStatsModule.cs b/OpenSim/Region/UserStatistics/WebStatsModule.cs index 0807607..a65b84c 100644 --- a/OpenSim/Region/UserStatistics/WebStatsModule.cs +++ b/OpenSim/Region/UserStatistics/WebStatsModule.cs | |||
@@ -110,9 +110,9 @@ namespace OpenSim.Region.UserStatistics | |||
110 | reports.Add("", rep); | 110 | reports.Add("", rep); |
111 | reports.Add("prototype.js", protodep); | 111 | reports.Add("prototype.js", protodep); |
112 | reports.Add("updater.js", updatedep); | 112 | reports.Add("updater.js", updatedep); |
113 | reports.Add("activeconnectionsajax.ajax", ajConnections); | 113 | reports.Add("activeconnectionsajax.html", ajConnections); |
114 | reports.Add("simstatsajax.ajax", ajSimStats); | 114 | reports.Add("simstatsajax.html", ajSimStats); |
115 | reports.Add("activelogajax.ajax", ajLogLines); | 115 | reports.Add("activelogajax.html", ajLogLines); |
116 | reports.Add("clients.report", clientReport); | 116 | reports.Add("clients.report", clientReport); |
117 | reports.Add("sessions.report", sessionsReport); | 117 | reports.Add("sessions.report", sessionsReport); |
118 | 118 | ||