Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-10 | OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵ | Diva Canto | 1 | -338/+0 | |
contributed to these! | |||||
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 1 | -9/+10 | |
* HG is seriously broken here * Compiles. Untested. | |||||
2009-11-10 | Updated HGUserServices with AuthenticateUserByPassword, so that iar works. | Diva Canto | 1 | -0/+8 | |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-05 | This should get rid of the infinite loop upon looking up users/agents by ↵ | Diva Canto | 1 | -1/+1 | |
UUID in grid mode. Grr. | |||||
2009-09-04 | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 1 | -1/+1 | |
2009-06-10 | Small bug fix in HG. | diva | 1 | -1/+2 | |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 1 | -0/+7 | |
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-04 | * Resolve http://opensimulator.org/mantis/view.php?id=3573 | Justin Clarke Casey | 1 | -0/+10 | |
* Override add user for HG user services to hit local services if present | |||||
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 1 | -13/+8 | |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 1 | -8/+0 | |
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | |||||
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ↵ | Justin Clarke Casey | 1 | -4/+4 | |
comms manager rather than null | |||||
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 1 | -31/+2 | |
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims | |||||
2009-04-18 | Bug fix for standalone HG login. VerifySession should be local for local users. | diva | 1 | -0/+10 | |
2009-04-15 | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 1 | -1/+1 | |
actually being used. | |||||
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 1 | -72/+149 | |
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | |||||
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 1 | -0/+5 | |
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere) | |||||
2009-04-08 | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 1 | -0/+6 | |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -6/+0 | |
2008-11-27 | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 1 | -6/+0 | |
* please say if this causes you a problem | |||||
2008-11-25 | Update svn properties. | Jeff Ames | 1 | -267/+267 | |
2008-11-25 | * minor: eliminate mono compiler warnings | Justin Clarke Casey | 1 | -3/+3 | |
2008-11-25 | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 1 | -0/+267 | |
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva! |