Justin Clark-Casey (justincc)
|
2f865da5c7
refactor: factor out common code in WebStatsModule.OnMakeRootAgent()
|
hace 12 años |
Justin Clark-Casey (justincc)
|
cf2f6843c6
In WebStatsModule.OnMakeRootAgent(), get region ID directly from SP.Scene.RegionInfo.RegionID instead of manually looking it up from the stored scene list.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
97d084c9f5
Stop warning about no session from ViewerStats if user teleports to another region in the same simulator that was not next to the source region.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
4b947cd6d3
Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
601d2ddbf3
Move some public methods on WebStatsModule to private to reduce some static analysis complexity.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
a5e8fe70af
Use INSERT OR REPLACE INTO sql in WebStatsModule for session update rather than separate insert and update statements
|
hace 12 años |
Justin Clark-Casey (justincc)
|
9b3a96aa81
correct bug where f_invalid was being inserted on a webstats update for an existing session rather than d_world_kb
|
hace 12 años |
Justin Clark-Casey (justincc)
|
d674e815bd
Simplify WebStatsModule by removing the uncompleted migrations section.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
c2e696d686
Fix bug in WebStatsModule where an exception would always be output on update if the user teleported to another region on that simulator.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
1750fba9ce
Call Dispose() via using() on SqliteCommands in WebStatsModule after use.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
f034958bdc
Load appropriate 32-bit/64-bit Windows sqlite dll if using WebStatsModule.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
bef2a368f4
Make WebStats logging report consistently as WEB STATS MODULE instead of VC, VS and WEBSTATS
|
hace 12 años |
Justin Clark-Casey (justincc)
|
82c3d0cf89
minor: stop the WebStatsModule logging UPDATE or INSERT every time it updates bin/LocalUserStatistics.db
|
hace 13 años |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
hace 13 años |
Pixel Tomsen
|
95910f03d4
WebStats - Home Link Fix
|
hace 13 años |
Justin Clark-Casey (justincc)
|
7fa1c979cf
rename WebStatsModules.m_scene to m_scenes since it's a list of scenes, not a single one
|
hace 13 años |
Justin Clark-Casey (justincc)
|
604708fc96
Change WebStatsModule to check its config properly, instead of catching the ineviable NullReferenceException!
|
hace 13 años |
Diva Canto
|
3e79842312
Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll
|
hace 13 años |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
Teravus Ovares
|
c42d5feee3
* Fix SStats under the new HttpServer. (.ajax files are apparently reserved)
|
hace 15 años |
Teravus Ovares
|
c243ae43f2
* 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).
|
hace 15 años |
Melanie Thielker
|
c310fb11f4
Remove all references to HttpServer from CommsManager (all incarnations)
|
hace 15 años |
Melanie Thielker
|
e4d26d7bfa
When a shared module hooks OnClientClosed, it has no way of finding
|
hace 15 años |
Arthur Valadares
|
f243dddc04
* Corrected CAPS namespaces
|
hace 15 años |
Jeff Ames
|
a23d64dec1
Formatting cleanup.
|
hace 15 años |
Melanie Thielker
|
acfb5051cd
Intermediate commit. WILL NOT COMPILE!
|
hace 15 años |
Teravus Ovares
|
c2e75aecd1
* Commit a variety of fixes to bugs discovered while trying to fix the NaN singularity.
|
hace 15 años |
Teravus Ovares
|
515bf6d7dc
* Patch from RemedyTomm Mantis 3440
|
hace 15 años |
Justin Clarke Casey
|
eb0c369409
* Add documentation to BaseHttpServer.AddHTTPHandler()
|
hace 15 años |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
hace 16 años |