OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) f213f55586 Fix bug in WebStatsModule where an exception would always be output on update if the user teleported to another region on that simulator.
This was because update was looking for an existing stats record unique in session id, agent id and region id.
But if the user teleports to another region then region id changes.
WebStatsModule promptly doesn't find the existing record and tries to insert a new one, but only session id is the primary key and that's still the same, which makes things go bang.
This makes the update search only on the unique session id.
This is only an issue with simulators that have multiple regions where the webstats module is enabled.
2012-04-17 00:02:58 +01:00
..
ApplicationPlugins
Capabilities Guard against null inventory contents. 2012-04-06 11:22:30 -07:00
ConsoleClient
Data
Framework Thank you, BaseHttpServer, for telling me where things go wrong. 2012-04-06 11:21:27 -07:00
Region Fix bug in WebStatsModule where an exception would always be output on update if the user teleported to another region on that simulator. 2012-04-17 00:02:58 +01:00
Server Finish the implementation of GetUserInventory, even though it's still not used. 2012-04-06 11:38:47 -07:00
Services Add uri to various log messages when region registration fails. Upgrade some debug log messages to error. 2012-04-10 20:40:59 +01:00
Tests
Tools