Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-19 | catch some NULL refs | UbitUmarov | 1 | -1/+6 | |
2016-08-19 | add cap GroupMemberData | UbitUmarov | 1 | -1/+132 | |
2016-08-18 | allow cap HomeLocation to be disabled setting Cap_HomeLocation = "" | UbitUmarov | 1 | -3/+16 | |
2016-08-18 | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 1 | -2/+143 | |
info), where info in info message field. only minimal testing done | |||||
2016-08-18 | several changes on BunchOfCaps. Move some mesh cost initialization to its ↵ | UbitUmarov | 3 | -129/+78 | |
class it, change caps path to be plain random UUID (except SEED) | |||||
2016-08-11 | remove code from httptests branch | UbitUmarov | 1 | -2/+1 | |
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 2 | -1/+21 | |
2016-07-23 | add a coment for improvement of ChatterBoxSessionAgentListUpdates closer to ↵ | UbitUmarov | 1 | -0/+3 | |
viewers protocol. Not necessary on current groups chat lists defecient implementation | |||||
2016-07-23 | remove code from httptests branch | UbitUmarov | 1 | -1/+1 | |
2016-07-23 | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 2 | -6/+16 | |
and its use even worse | |||||
2016-07-16 | simplify http textures and meshs Throttles | UbitUmarov | 2 | -100/+24 | |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -1/+1 | |
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | |||||
2016-07-01 | cleanup a bit | UbitUmarov | 2 | -40/+0 | |
2016-07-01 | revert several changes to groups modules (agentGroupData is private). change ↵ | UbitUmarov | 2 | -13/+3 | |
interregions invite/eject messages, etc | |||||
2016-06-21 | Make some more modules inheritable | Melanie Thielker | 1 | -13/+13 | |
2016-06-19 | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 2 | -12/+12 | |
(regression) Putting back the heavy messaging. | |||||
2016-06-19 | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 2 | -1/+55 | |
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function. | |||||
2016-04-29 | Allow default permissions from the viewer to be applied to uploaded objects. | Melanie Thielker | 1 | -9/+38 | |
Make inventory items reflect coorect permissions immediately unstead of after relog | |||||
2016-04-27 | Make the SimulatorFeaturesModule nonshared as it ought to be from it's code ↵ | Melanie Thielker | 1 | -5/+1 | |
structure. | |||||
2016-03-05 | Make mesh upload respect the same parts maximum as what is set for the | Melanie Thielker | 2 | -1/+2 | |
simulator | |||||
2016-03-05 | Fix a couple of typos | Melanie Thielker | 1 | -1/+1 | |
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 1 | -1/+1 | |
replace anymore. | |||||
2015-12-20 | change the return list of objects costs, sending a answer if none found | UbitUmarov | 1 | -38/+30 | |
2015-12-09 | fix the queue type in use | UbitUmarov | 1 | -7/+8 | |
2015-11-29 | fix the default shape type on upload, it is always convex | UbitUmarov | 1 | -3/+1 | |
2015-11-27 | change threading on GetTexture and getMesh and WebFetch Modules. | UbitUmarov | 3 | -62/+69 | |
2015-11-27 | change threading on GetTexture and GetMesh NonSharable region modules | UbitUmarov | 2 | -44/+44 | |
2015-11-21 | remove some duplicate using statements | UbitUmarov | 1 | -1/+1 | |
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 2 | -9/+3 | |
2015-11-17 | work around some 'tests' errors: a new event queue has a few null events | UbitUmarov | 1 | -0/+9 | |
2015-11-14 | That didn't actually do anything for Simian, and it broke the locahost | Diva Canto | 1 | -5/+6 | |
case Revert "Also restoring proper function for Simian external GetTexture functionality." This reverts commit 366e81b977e7fcad4b19aeedc6f3674612b7587b. | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
2015-10-14 | Also restoring proper function for Simian external GetTexture functionality. | Diva Canto | 1 | -6/+5 | |
2015-09-28 | change copyright to opensim | UbitUmarov | 1 | -3/+27 | |
2015-09-12 | try to better merge avn and os fetchinventory and fetchinvdescendents | UbitUmarov | 1 | -2/+2 | |
2015-09-11 | inventory mess return to the state before divas cache issue | UbitUmarov | 2 | -43/+122 | |
2015-09-11 | change to avn fecthinventory and webfecth.. code | UbitUmarov | 2 | -122/+43 | |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 4 | -13/+8 | |
scenepresence) | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 10 | -435/+38 | |
2015-08-27 | change osd encoding of region size | UbitUmarov | 1 | -8/+8 | |
2015-08-24 | turn off KeepAlive | UbitUmarov | 2 | -5/+5 | |
2015-08-19 | add a Retry-After response header to the 503 sent when we are 2 busy to do | UbitUmarov | 1 | -0/+5 | |
the request. just 503 could mean server down (?) | |||||
2015-08-18 | do keepalive on mesh and texture GET. Dont use reusecontext any where. | UbitUmarov | 2 | -5/+5 | |
setting of keepalive is wrong, it should follow the requested one ( or always as http1.1) only deny if needed (errors). KeepAlive may increase stress on number of avaiable file descritors. | |||||
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 2 | -3/+5 | |
inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed! | |||||
2015-06-17 | Bug fix in inventory fetching: sometimes the caps request comes before there ↵ | Diva Canto | 1 | -5/+0 | |
is a scene presence, and that's ok. | |||||
2015-06-14 | Quell three new warnings I introduced with AgentPrefsData, return an empty ↵ | Cinder | 1 | -2/+2 | |
llsd map instead of an empty llsd block when no AgentPrefs service is available to try and appease Firestorm Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Guard against scenes without an agent prefs service and a copy and paste fix | Cinder | 1 | -0/+7 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Fixed indentation | Diva Canto | 1 | -4/+4 | |
2015-06-13 | A few bug fixes for Agent Preferences to actually work. Also added missing ↵ | Diva Canto | 1 | -1/+1 | |
config for standalone. |