Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add locking to internal queue in WebFetchInvDescModule; lack of which caused ↵ | dahlia | 2013-07-16 | 1 | -5/+10 |
| | | | | a random crash in a load test yesterday | ||||
* | Simplify EventQueue cap setup so that it is also stat monitored. | Justin Clark-Casey (justincc) | 2013-07-16 | 1 | -45/+29 |
| | | | | Curiously, the number of requests received is always one greater than that shown as handled - needs investigation | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-07-15 | 1 | -2/+3 |
|\ | |||||
| * | Guard against null ref | Diva Canto | 2013-07-15 | 1 | -1/+2 |
| | | |||||
* | | Add request received/handling stats for caps which are served by http poll ↵ | Justin Clark-Casey (justincc) | 2013-07-15 | 3 | -48/+33 |
|/ | | | | | | | handlers. This adds explicit cap poll handler supporting to the Caps classes rather than relying on callers to do the complicated coding. Other refactoring was required to get logic into the right places to support this. | ||||
* | Changed UploadBakedTextureModule so that it uses the same pattern as the ↵ | Diva Canto | 2013-07-12 | 1 | -8/+27 |
| | | | | others, in preparation for experiments to direct baked texture uploads to a robust instance. No functional or configuration changes -- should work exactly as before. | ||||
* | For stat purposes, add names to capability request handlers where these were ↵ | Justin Clark-Casey (justincc) | 2013-07-08 | 2 | -3/+10 |
| | | | | not set | ||||
* | Add "show caps stats by user" and "show caps stats by cap" console commands ↵ | Justin Clark-Casey (justincc) | 2013-07-08 | 1 | -1/+1 |
| | | | | | | | | | to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands | ||||
* | Get InventoryWorkerThreads to update watchdog on processing requests | Justin Clark-Casey (justincc) | 2013-07-06 | 1 | -0/+2 |
| | |||||
* | minor: remove mono compiler warnings in WebFetchInvDescModule | Justin Clark-Casey (justincc) | 2013-06-17 | 1 | -3/+2 |
| | |||||
* | Don't try to abort worker threads in WebFetchInvDescModule if module was not ↵ | Justin Clark-Casey (justincc) | 2013-06-14 | 1 | -6/+4 |
| | | | | | | enabled. This also moves the abort to RemoveRegion() rather than a destructor. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-06-07 | 1 | -0/+29 |
|\ | |||||
| * | Put the configuration back in FetchInventoryDesc2 cap. | Diva Canto | 2013-06-07 | 1 | -0/+29 |
| | | |||||
* | | Supply proper type information for the various types of requests | Melanie | 2013-06-07 | 1 | -0/+1 |
| | | |||||
* | | Adding Avination's PollService to round out the HTTP inventory changes | Melanie | 2013-06-07 | 2 | -4/+4 |
|/ | |||||
* | Port Avination's inventory send throttling | Melanie | 2013-06-05 | 1 | -52/+213 |
| | |||||
* | Delete debug message | Diva Canto | 2013-05-10 | 1 | -1/+0 |
| | |||||
* | Added AvatarPickerSearch capability handler. | Diva Canto | 2013-05-07 | 1 | -0/+140 |
| | |||||
* | Fix CAPS to work like they should - do not send caps to the viewer if ↵ | Melanie | 2013-04-30 | 1 | -1/+12 |
| | | | | | | | | they're not in the requested caps list. The previous wrong behavior caused the debug setting "UseHTTPInventory" to fail on all viewers when turned off. UDB inventory would not be correctly used in that case. | ||||
* | minor: Fix usage error message for "debug eq" console command | Justin Clark-Casey (justincc) | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Add "show eq" console command to show numbers of messages in agent event queues. | Justin Clark-Casey (justincc) | 2013-03-28 | 1 | -0/+23 |
| | | | | For debugging purposes. | ||||
* | Implement a pref to turn on the simulator ExportSupported feature entry. | Melanie | 2013-03-26 | 1 | -0/+6 |
| | | | | | | This tells the viewer to enable the UI for export permissions. WARNING: If your inventory store contains invalid flags data, this will result in items becoming exportable! Don't turn this on in production until it's complete! | ||||
* | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2013-03-26 | 2 | -2/+4 |
| | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions" | ||||
* | minor: Remove mono compiler warnings in EventQueueTests | Justin Clark-Casey (justincc) | 2013-03-11 | 1 | -1/+3 |
| | |||||
* | Fix issue in the mesh upload flag module where the ID of the last agent to ↵ | Justin Clark-Casey (justincc) | 2013-03-04 | 1 | -6/+6 |
| | | | | | | request the capability was always used instead of the original requesting agent for each cap. Should address http://opensimulator.org/mantis/view.php?id=6556 | ||||
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | minor: remove some mono compiler warnings in ↵ | Justin Clark-Casey (justincc) | 2013-02-20 | 2 | -5/+5 |
| | | | | OpenSim.Region.ClientStack.Linden.Caps.dll | ||||
* | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 2013-02-14 | 1 | -4/+21 |
| | |||||
* | Make the sim features module register it's interface so it can be used | Melanie | 2013-02-13 | 1 | -0/+2 |
| | |||||
* | Plumb the path from the client to the extra physics params and back | Melanie | 2013-02-07 | 2 | -0/+28 |
| | |||||
* | Send the new physics params to the viewer build dialog | Melanie | 2013-02-07 | 1 | -0/+35 |
| | |||||
* | * the root prim was being given an OffsetPosition in addition to setting the ↵ | teravus | 2013-02-05 | 1 | -1/+1 |
| | | | | position when creating the root prim. The offset position caused the positioning code to re-move the root prim when you selected it and released it. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-02-05 | 1 | -1/+1 |
|\ | |||||
| * | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||||
* | | Try to fix uploaded mesh rotations - code from Avination code base. | Melanie | 2013-02-05 | 1 | -12/+27 |
|/ | |||||
* | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 2013-01-08 | 1 | -2/+20 |
| | | | | work. | ||||
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -1/+1 |
| | | | | automatically turns off any logging enabled between tests | ||||
* | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 2012-11-14 | 1 | -0/+33 |
| | |||||
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 12 | -12/+12 |
| | |||||
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 3 | -5/+5 |
| | | | | grepping for remaining uses | ||||
* | One more module converted: ObjectAdd. | Diva Canto | 2012-11-10 | 1 | -51/+66 |
| | |||||
* | One more module: EventQueueGetModule. Also making it non-optional for this dll. | Diva Canto | 2012-11-10 | 1 | -53/+38 |
| | |||||
* | minor: Add missing newlines and spacing to help for "debug eq" console command | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -4/+4 |
| | |||||
* | minor: comment out "Registered seed capability" message for "Received SEED ↵ | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -4/+5 |
| | | | | | | caps request" message for now. I think this is more useful right now since it tells us if the viewer requested a seed caps at all in various scenarios (such as when teleporting to a new region). | ||||
* | minor: Comment out the region console caps message for now. | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to ↵ | Justin Clark-Casey (justincc) | 2012-10-10 | 1 | -11/+2 |
| | | | | | | prevent an inactive connection being left behind if the user closes the viewer whilst the connection is being established. This should remove the need to run the console command "kick user --force" when these connections are left around. | ||||
* | Add --force flag to "kick user" console command to allow bypassing of recent ↵ | Justin Clark-Casey (justincc) | 2012-08-20 | 1 | -1/+1 |
| | | | | | | | | | race condition checks. This is to allow a second attempt to remove an avatar even if "show connections" shows them as already inactive (i.e. close has already been attempted once). You should only attempt --force if a normal kick fails. This is partly for diagnostics as we have seen some connections occasionally remain on lbsa plaza even if they are registered as inactive. This is not a permanent solution and may not work anyway - the ultimate solution is to stop this problem from happening in the first place. | ||||
* | Actually add the module | Melanie | 2012-08-14 | 1 | -0/+234 |
| | |||||
* | Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and ↵ | Justin Clark-Casey (justincc) | 2012-08-03 | 2 | -4/+9 |
| | | | | | | DelayBeforeAppearanceSave into [Appearance] section from [Startup] config section so that all appearance settings are in the same place and not in the startup bucket. All these settings are in OpenSimDefaults.ini only. If you are using them then please adjust your OpenSim.ini | ||||
* | Put all debug console commands into a single Debug section rather than ↵ | Justin Clark-Casey (justincc) | 2012-06-15 | 1 | -1/+1 |
| | | | | scattering them over other categories |