aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/UserStatistics/WebStatsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Move db directory out of tree.onefang1-2/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-20/+20
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-5/+25
2012-12-15Make WebStatsModule properly handle scenes added or removed after initial sta...Justin Clark-Casey (justincc)1-14/+31
2012-11-11One more module converted: WebStatsModule.Diva Canto1-76/+93
2012-10-06refactor: Rename UserSessioNID -> UserSession in WebStatsModule since this is...Justin Clark-Casey (justincc)1-20/+20
2012-10-06Make UserSessionID a class rather than a struct, so that later updates to val...Justin Clark-Casey (justincc)1-2/+16
2012-07-16refactor: factor out common code in WebStatsModule.OnMakeRootAgent()Justin Clark-Casey (justincc)1-8/+7
2012-07-16In WebStatsModule.OnMakeRootAgent(), get region ID directly from SP.Scene.Reg...Justin Clark-Casey (justincc)1-18/+2
2012-07-16Stop warning about no session from ViewerStats if user teleports to another r...Justin Clark-Casey (justincc)1-6/+6
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-8/+9
2012-04-17Move some public methods on WebStatsModule to private to reduce some static a...Justin Clark-Casey (justincc)1-14/+14
2012-04-17Use INSERT OR REPLACE INTO sql in WebStatsModule for session update rather th...Justin Clark-Casey (justincc)1-77/+7
2012-04-17correct bug where f_invalid was being inserted on a webstats update for an ex...Justin Clark-Casey (justincc)1-2/+2
2012-04-17Simplify WebStatsModule by removing the uncompleted migrations section.Justin Clark-Casey (justincc)1-29/+3
2012-04-17Fix bug in WebStatsModule where an exception would always be output on update...Justin Clark-Casey (justincc)1-5/+10
2012-02-28Call Dispose() via using() on SqliteCommands in WebStatsModule after use.Justin Clark-Casey (justincc)1-99/+98
2012-02-23Load appropriate 32-bit/64-bit Windows sqlite dll if using WebStatsModule.Justin Clark-Casey (justincc)1-0/+3
2012-02-07Make WebStats logging report consistently as WEB STATS MODULE instead of VC, ...Justin Clark-Casey (justincc)1-6/+5
2012-01-25minor: stop the WebStatsModule logging UPDATE or INSERT every time it updates...Justin Clark-Casey (justincc)1-3/+3
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-1/+1
2011-10-06WebStats - Home Link FixPixel Tomsen1-2/+3
2011-10-05rename WebStatsModules.m_scene to m_scenes since it's a list of scenes, not a...Justin Clark-Casey (justincc)1-11/+11
2011-10-05Change WebStatsModule to check its config properly, instead of catching the i...Justin Clark-Casey (justincc)1-34/+7
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto1-1/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-22/+11
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-11/+22
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-07-22* Fix SStats under the new HttpServer. (.ajax files are apparently reserved)Teravus Ovares1-1/+1
2009-07-21* Updated C# WebServer to the latest available source download (r19869) and a...Teravus Ovares1-3/+3
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-3/+3
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-1/+1
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-14* Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares1-0/+7
2009-04-10* Patch from RemedyTomm Mantis 3440Teravus Ovares1-1/+14
2009-03-19* Add documentation to BaseHttpServer.AddHTTPHandler()Justin Clarke Casey1-12/+6
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-08* Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares1-2/+10
2009-01-07* Added session report. Teravus Ovares1-0/+16
2009-01-07* Added a client version report.Teravus Ovares1-1/+4
2009-01-06* remove mono compiler warningsJustin Clarke Casey1-2/+2
2009-01-05* Resolve a few bugs in the Stats CollectorTeravus Ovares1-59/+115
2009-01-05Update svn properties, minor formatting cleanup.Jeff Ames1-1/+28
2009-01-05* Adds an active log to the WebStats console. for an example of it in use ...Teravus Ovares1-3/+63
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares1-0/+1083