aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake1-2/+4
2013-07-11Try naming the materials handlers again, this time registering the POST as Re...Justin Clark-Casey (justincc)1-3/+6
2013-07-10remove names from Capability handlers (added by justincc in commit 013710168b...dahlia1-7/+4
2013-07-10show client stats: Fixed the requests/min. Also changed the spelling of the c...Diva Canto1-21/+22
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto1-2/+107
2013-07-08remove some cruft and trigger a rebuilddahlia1-1/+0
2013-07-08remove an invalid null UUID check which caused a warningdahlia1-8/+1
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)1-4/+7
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2-2/+2
2013-06-28add some locking to materials storage dictionarydahlia1-30/+42
2013-06-28Reinsert code for gathering uuids reference by materials back directly into U...Justin Clark-Casey (justincc)1-67/+69
2013-06-27and yet another check for null returned from DynAttrs.GetStore()dahlia1-0/+4
2013-06-27test for null return from DynAttrs.GetStore()dahlia1-0/+3
2013-06-27refactor: Move code for gathering textures referenced by materials into Mater...Justin Clark-Casey (justincc)1-2/+70
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-16/+10
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)1-339/+0
2013-06-13Add a result param to te money module interfaceMelanie1-1/+2
2013-05-30Fix passing of voice distance attenuation to the Vivox voice server.Justin Clark-Casey (justincc)1-1/+1
2013-05-28First change in Vivox for ages! -- added a lock to serialize calls to vivox s...Diva Canto1-14/+25
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie4-17/+12
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie4-17/+12
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-1/+1
2013-05-13Small adjustments to the floater moduleMelanie1-1/+4
2013-05-09remove pointless region handle paramter from IClientAPI.SendKillObject()Justin Clark-Casey (justincc)2-2/+2
2013-05-08Adds an event and a method so that handling of the CachedTextureMic Bowman2-0/+12
2013-05-04Add RegionManager level and the ability to use literal XML to the dynamic flo...Melanie2-5/+15
2013-04-27Unbreak the sample money moduleMelanie1-0/+2
2013-04-27Small oversight in EconomyDataRequest - this would have affected everyone NOT...Melanie1-2/+0
2013-04-27Controller module for dynamic floaters (WIP)Melanie1-0/+228
2013-04-25Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th...Melanie1-11/+6
2013-04-25Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th...Melanie1-11/+6
2013-04-25Change copyright notice on DynamicMenuModule to proper BSDMelanie1-5/+26
2013-04-25Adding the dynamic menu module which allows registering new menu options in c...Melanie1-0/+282
2013-04-25Adding the dynamic menu module which allows registering new menu options in c...Melanie1-0/+282
2013-04-23Fix issue in ConciergeModule where UpdateBroker was sending malformed XML if ...Justin Clark-Casey (justincc)1-2/+4
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie2-4/+4
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie2-4/+4
2013-04-20Materials persistence via SceneObjectPart.dynAttrs. This appears to work acro...dahlia1-8/+154
2013-04-20handle PUT verb for RenderMaterials Capdahlia1-1/+5
2013-04-19RenderMaterials POST Cap now return material entries when invoked with an OSD...dahlia1-61/+108
2013-04-18remove default parameter value that apparently mono cant handledahlia1-1/+1
2013-04-18Initial experimental support for materials-capable viewers. This is in a very...dahlia1-0/+382
2013-03-28Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)1-1/+1
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2-1/+3
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2-1/+3
2013-03-23Add "show borders" command to show the borders of a region.Justin Clark-Casey (justincc)1-0/+31
2013-03-20Fix "show attachments" command probably broken in commit addab12 (Wed Jan 2 2...Justin Clark-Casey (justincc)1-10/+7
2013-03-18Multiattach, part 1Melanie1-1/+1
2013-03-15Fix server statistics always reporting zero for total network bytes in/out.Robert Adams1-15/+26
2013-03-05Per discussions with justincc... split the JsonStore typeMic Bowman4-34/+130