Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename NewFileAgentInventoryVariablePrice to NewAgentInventoryVariablePrice | Melanie | 2012-09-11 | 1 | -332/+0 |
| | | | | which is the name actually used in viewer code. | ||||
* | Add cost calculation suppor tto the VariablePrice one as well | Melanie | 2012-09-11 | 1 | -8/+44 |
| | |||||
* | Revert "Remove the unused NewFileAgentInventoryVariablePrice module." | Melanie | 2012-09-11 | 1 | -0/+296 |
| | | | | | | It's actually used. This reverts commit 94a8e5572b1529190a174f29f866b65e7b2ccc0e. | ||||
* | Remove the unused NewFileAgentInventoryVariablePrice module. | Melanie | 2012-09-11 | 1 | -296/+0 |
| | |||||
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -44/+49 |
| | | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | ||||
* | User level based restrictions for HyperGrid teleports, asset uploads, group ↵ | Snoopy Pfeffer | 2012-03-27 | 1 | -13/+31 |
| | | | | creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users. | ||||
* | When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer ↵ | Justin Clark-Casey (justincc) | 2012-02-10 | 1 | -4/+6 |
| | | | | | | | | permissions, not PermissionMask.All Setting PermissionMask.All will cause next permissions to replace current permissions when the object is rezzed, since bit 4 will be set. This is not correct behaviour for a freshly uploaded mesh. Freshly rezzed in-world prims also do not have bit 4 set (don't yet know exactly what this is). Should resolve http://opensimulator.org/mantis/view.php?id=5651 | ||||
* | Remove IClientAPI from the money module. It was only used to pass in the | Melanie | 2012-01-28 | 1 | -2/+2 |
| | | | | agent id anyway | ||||
* | Fix permissions problem where newly uploaded meshes rezzed from inventory ↵ | Justin Clark-Casey (justincc) | 2011-07-11 | 1 | -6/+2 |
| | | | | could not be copied by owner. | ||||
* | Broke down Caps.cs into a generic Caps object that simply ↵ | Diva Canto | 2011-05-01 | 1 | -2/+2 |
| | | | | | | | registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work. | ||||
* | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 1 | -0/+275 |