aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/WebStatsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make WebStatsModule properly handle scenes added or removed after initial sta...Justin Clark-Casey (justincc)2012-12-151-14/+31
* One more module converted: WebStatsModule.Diva Canto2012-11-111-76/+93
* refactor: Rename UserSessioNID -> UserSession in WebStatsModule since this is...Justin Clark-Casey (justincc)2012-10-061-20/+20
* Make UserSessionID a class rather than a struct, so that later updates to val...Justin Clark-Casey (justincc)2012-10-061-2/+16
* refactor: factor out common code in WebStatsModule.OnMakeRootAgent()Justin Clark-Casey (justincc)2012-07-161-8/+7
* In WebStatsModule.OnMakeRootAgent(), get region ID directly from SP.Scene.Reg...Justin Clark-Casey (justincc)2012-07-161-18/+2
* Stop warning about no session from ViewerStats if user teleports to another r...Justin Clark-Casey (justincc)2012-07-161-6/+6
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-8/+9
* Move some public methods on WebStatsModule to private to reduce some static a...Justin Clark-Casey (justincc)2012-04-171-14/+14
* Use INSERT OR REPLACE INTO sql in WebStatsModule for session update rather th...Justin Clark-Casey (justincc)2012-04-171-77/+7
* correct bug where f_invalid was being inserted on a webstats update for an ex...Justin Clark-Casey (justincc)2012-04-171-2/+2
* Simplify WebStatsModule by removing the uncompleted migrations section.Justin Clark-Casey (justincc)2012-04-171-29/+3
* Fix bug in WebStatsModule where an exception would always be output on update...Justin Clark-Casey (justincc)2012-04-171-5/+10
* Call Dispose() via using() on SqliteCommands in WebStatsModule after use.Justin Clark-Casey (justincc)2012-02-281-99/+98
* Load appropriate 32-bit/64-bit Windows sqlite dll if using WebStatsModule.Justin Clark-Casey (justincc)2012-02-231-0/+3
* Make WebStats logging report consistently as WEB STATS MODULE instead of VC, ...Justin Clark-Casey (justincc)2012-02-071-6/+5
* minor: stop the WebStatsModule logging UPDATE or INSERT every time it updates...Justin Clark-Casey (justincc)2012-01-251-3/+3
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-1/+1
* WebStats - Home Link FixPixel Tomsen2011-10-061-2/+3
* rename WebStatsModules.m_scene to m_scenes since it's a list of scenes, not a...Justin Clark-Casey (justincc)2011-10-051-11/+11
* Change WebStatsModule to check its config properly, instead of catching the i...Justin Clark-Casey (justincc)2011-10-051-34/+7
* Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto2011-04-301-1/+0
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* * Fix SStats under the new HttpServer. (.ajax files are apparently reserved)Teravus Ovares2009-07-221-1/+1
* * Updated C# WebServer to the latest available source download (r19869) and a...Teravus Ovares2009-07-211-3/+3
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-3/+3
* When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker2009-06-191-1/+1
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-141-0/+7
* * Patch from RemedyTomm Mantis 3440Teravus Ovares2009-04-101-1/+14
* * Add documentation to BaseHttpServer.AddHTTPHandler()Justin Clarke Casey2009-03-191-12/+6
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-081-2/+10
* * Added session report. Teravus Ovares2009-01-071-0/+16
* * Added a client version report.Teravus Ovares2009-01-071-1/+4
* * remove mono compiler warningsJustin Clarke Casey2009-01-061-2/+2
* * Resolve a few bugs in the Stats CollectorTeravus Ovares2009-01-051-59/+115
* Update svn properties, minor formatting cleanup.Jeff Ames2009-01-051-1/+28
* * Adds an active log to the WebStats console. for an example of it in use ...Teravus Ovares2009-01-051-3/+63
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-0/+1083