Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Also fix group role membership packet sizes to stay safely below MTU | Melanie Thielker | 2009-06-23 | 1 | -29/+41 | |
| | ||||||
* | Can I be this dumb? | Melanie Thielker | 2009-06-23 | 1 | -1/+0 | |
| | ||||||
* | Fix an error in group membership sending when the memebr count exceeds 60 | Melanie Thielker | 2009-06-23 | 1 | -2/+6 | |
| | | | | | | Also reduce limit to 40 to allow for last logon dates and titles | |||||
* | Allow the member list of groups with more than 70 members to be viewed | Melanie Thielker | 2009-06-23 | 1 | -36/+42 | |
| | | | | | | without crashing | |||||
* | Add RegionSecret to user data structure to provide data update security | Melanie Thielker | 2009-06-23 | 1 | -0/+6 | |
| | ||||||
* | Commenting out the jhurliman fix, since our libOMV doesnt' have those fields | Melanie Thielker | 2009-06-23 | 1 | -5/+5 | |
| | | | | | | yet. | |||||
* | Correct an uninitialized field in a packet. Thanks, jhurliman. | Melanie Thielker | 2009-06-23 | 1 | -0/+8 | |
| | | | | | | Fixes Mantis #3831 | |||||
* | Fix the AssetServiceBase bug I introduced by reordering configuration load | Melanie Thielker | 2009-06-23 | 1 | -2/+2 | |
| | | | | | | | | order. Thanks, Grumly57, for pointing it out. The point of the original change was to let the more specific setting override the less specific one, actually, I disabled the use of the less specific one. | |||||
* | Forgot a file | Melanie Thielker | 2009-06-22 | 1 | -0/+177 | |
| | ||||||
* | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 2009-06-22 | 4 | -9/+29 | |
| | | | | | | connector and the glue code. | |||||
* | Committing the meat of the user server interface and the bones of the ↵ | Melanie Thielker | 2009-06-22 | 4 | -10/+91 | |
| | | | | service implementation | |||||
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 3 | -4/+4 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 44 | -5395/+5395 | |
| | ||||||
* | * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, ↵ | lbsa71 | 2009-06-22 | 1 | -1/+1 | |
| | | | | yes? Panda happy, eh? | |||||
* | * Minuscule CC fix | lbsa71 | 2009-06-22 | 1 | -0/+2 | |
| | ||||||
* | * Added SceneTests and SceneBaseTests | lbsa71 | 2009-06-22 | 4 | -2/+220 | |
| | | | | | | * Changed some fields to protectesd to enable faking | |||||
* | Suppress exception dump when informing friends in another region about login | Melanie Thielker | 2009-06-21 | 1 | -0/+9 | |
| | | | | | | | or logoff. Regions come and go and we can't throw just because someone took their region off the grid, or crashed. | |||||
* | Correct the behaviro of group deeding and llGetOwner() within deeded objects | Melanie Thielker | 2009-06-21 | 2 | -3/+15 | |
| | ||||||
* | Do llEscapeURL with Uri.EscapeDataString instead of Uri.EscapeUriString. | Homer Horwitz | 2009-06-21 | 1 | -1/+1 | |
| | | | | | | Not exactly right, according to the LSL docs, but similar enough, I hope. Fixes Mantis #3825. | |||||
* | Publish a method on ICompiler to generate the CIL assembly path | Melanie Thielker | 2009-06-21 | 3 | -0/+9 | |
| | | | | | | Cause group deeding to apply next owner perms | |||||
* | Properly reset a vehicle's status to VEHICLE_TYPE_NONE when requested | Melanie Thielker | 2009-06-19 | 1 | -0/+1 | |
| | ||||||
* | When a shared module hooks OnClientClosed, it has no way of finding | Melanie Thielker | 2009-06-19 | 9 | -13/+13 | |
| | | | | | | | | | out which client connection has closed. So, in multi-region sims, things can get messy fast. This introduces a second parameters, which is a Scene object ref. Minor adjustments to custom modules may be required due to this change. | |||||
* | Thanks cmickeyb for a patch that checks for null assets in Cenome asset ↵ | Dahlia Trimble | 2009-06-19 | 1 | -3/+7 | |
| | | | | cache - Mantis #3819 | |||||
* | From: Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2009-06-19 | 2 | -8/+13 | |
| | | | | | Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators) | |||||
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 12 | -18/+52 | |
| | | | | | | This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events). | |||||
* | more type clean fixes for mono 2.4.2 | Sean Dague | 2009-06-19 | 1 | -8/+8 | |
| | ||||||
* | mono 2.4.2 seems a little more type strict, fix some sqlite tests to pass | Sean Dague | 2009-06-18 | 1 | -2/+2 | |
| | ||||||
* | Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool ↵ | Dahlia Trimble | 2009-06-18 | 3 | -38/+21 | |
| | | | | lowers Land | |||||
* | Applied patch from Mantis #3817, which fixes a error when using MSSQL. I ↵ | MW | 2009-06-18 | 2 | -12/+0 | |
| | | | | don't use MSSQL so couldn't test this myself. But there was certainly duplicated instructions in these files...which this patch fixes. Thanks Grumly57 | |||||
* | Applied patch from Mantis #3736 , which should stop the userserver crashing ↵ | MW | 2009-06-18 | 1 | -1/+2 | |
| | | | | when a SL viewer version 1.23 logs in. Thanks StrawberryFride | |||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 49 | -57/+57 | |
| | | | | | * "luke, use the sed" | |||||
* | Moved OpenSim/Framework/Communications/Capabilities up to ↵ | diva | 2009-06-18 | 26 | -3275/+3275 | |
| | | | | OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy. | |||||
* | Fix an uninitialized data block. Thanks, jhurliman | Melanie Thielker | 2009-06-17 | 1 | -0/+1 | |
| | ||||||
* | Add the missing resource files for MSSQL | Melanie Thielker | 2009-06-17 | 2 | -0/+24 | |
| | | | | | | Mantis #3800 | |||||
* | Implementation of a simple authentication service + in connector in route to ↵ | diva | 2009-06-17 | 10 | -25/+493 | |
| | | | | making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon. | |||||
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 2 | -421/+419 | |
| | ||||||
* | Renamed two of the in connector modules, to make things consistent. | diva | 2009-06-15 | 3 | -4/+4 | |
| | ||||||
* | Removing the OpenSim.SimulatorServices project. All of those region modules ↵ | diva | 2009-06-15 | 7 | -472/+483 | |
| | | | | are now in CoreModules/ServiceConnectorsIn, where they belong. | |||||
* | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 2009-06-14 | 11 | -2/+718 | |
| | | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | |||||
* | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of ↵ | Melanie Thielker | 2009-06-14 | 7 | -74/+107 | |
| | | | | | | | | | | objects, with changes: - Set OwnerID = GroupID for deeded objects. - Close a security loophole that would have allowed a user with deed rights in a group to deed ANY object to that group, even if it's not owned by them and/or not set to that group - Set LastOwnerID correctly. Handle objects vs. prims correctly. | |||||
* | Update svn properties. | Jeff Ames | 2009-06-14 | 10 | -1264/+1264 | |
| | ||||||
* | Renamed Region/CoreModules/ServiceConnectors to ↵ | diva | 2009-06-14 | 16 | -28/+29 | |
| | | | | Region/CoreModules/ServiceConnectorsOut. No functional changes. | |||||
* | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 2009-06-14 | 1 | -137/+612 | |
| | | | | | | | | | | | (a) Implements the ICommandableModule interface to clean up the user interface (b) Uses a specification for a 'copse' (collected group of trees) which permits via an xml file: Tree type; Tree Line (high and low), Seed point; Radius of Copse; Number of required trees; Initial size of seeded tree; maximum size of seeded tree; growth rate; freeze growth state (c) Multiple Copse may be defined for a region (d) Growth on individual copse may be frozen or restarted, or all growth disabled/enabled (e) Copse definitions are persistant, they are reloaded from the trees present on a region restart (f) All trees in a copse may be removed and the copse definition deleted in one command | |||||
* | Bug fix in remote neighbour connector. | diva | 2009-06-14 | 3 | -3/+4 | |
| | ||||||
* | And this one too... | diva | 2009-06-14 | 1 | -0/+166 | |
| | ||||||
* | Oops. Forgot to add this file. | diva | 2009-06-14 | 1 | -0/+38 | |
| | ||||||
* | Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵ | diva | 2009-06-14 | 14 | -247/+806 | |
| | | | | get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right. | |||||
* | * Temporarily resolve another problem in ↵ | Justin Clarke Casey | 2009-06-12 | 1 | -2/+4 | |
| | | | | http://opensimulator.org/mantis/view.php?id=3741 by disabling the loading of OAR creation information | |||||
* | * minor: removing some logging stuff accidentally left in on the last commit | Justin Clarke Casey | 2009-06-12 | 1 | -3/+2 | |
| | ||||||
* | * Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() ↵ | Justin Clarke Casey | 2009-06-12 | 2 | -28/+34 | |
| | | | | | | | | | from AddRegion() * This is necessary to avoid a dependency problem where LLStandaloneLoginModule references IInventoryService before the LocalInventoryServiceConnector is registered * Correct some copypasta log messages in LocalInventoryServiceConnector |