| Commit message (Expand) | Author | Files | Lines |
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 15 | -68/+118 |
2010-01-11 | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 2 | -9/+14 |
2010-01-11 | Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); a... | Diva Canto | 1 | -2/+2 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 53 | -309/+44 |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 17 | -190/+52 |
2010-01-11 | Remove CreateCommsManagerPlugin | Melanie | 2 | -155/+0 |
2010-01-11 | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 2 | -4/+5 |
2010-01-11 | Refactor. Move MainServer init to a place with greener grass | Melanie | 2 | -1/+2 |
2010-01-10 | dust | Diva Canto | 1 | -40/+2 |
2010-01-10 | NetworkServersInfo removed from CommsManager. | Diva Canto | 11 | -56/+31 |
2010-01-10 | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 9 | -1324/+0 |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 17 | -4999/+4 |
2010-01-10 | All grid servers deleted, including user server. They served us well. | Diva Canto | 58 | -9761/+60 |
2010-01-10 | OpenSim.Region.Communications.* is no more. Thanks to everyone who contribute... | Diva Canto | 11 | -1816/+0 |
2010-01-10 | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 13 | -102/+34 |
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 7 | -77/+140 |
2010-01-10 | Removed refs to OpenIdService in UserServer. | Diva Canto | 1 | -8/+0 |
2010-01-10 | Fixed small inconsistency in config var name. | Diva Canto | 1 | -1/+1 |
2010-01-10 | Moved OpenId authentication from user server to Server.Handlers.Authentication. | Diva Canto | 2 | -15/+99 |
2010-01-10 | Forgot to remove 'using' | Diva Canto | 1 | -1/+0 |
2010-01-10 | * Starting to clean the house... | Diva Canto | 9 | -1418/+25 |
2010-01-10 | Some typos fixed related to master avie removal | Diva Canto | 3 | -4/+4 |
2010-01-10 | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 17 | -62/+78 |
2010-01-10 | Remove a little bit more if master avatar | Melanie | 1 | -6/+0 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 18 | -260/+21 |
2010-01-10 | * Last reference to CommsManager.UserProfileCacheService removed | Diva Canto | 1 | -1/+1 |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 33 | -1253/+864 |
2010-01-10 | Add a "LockedOut" flag to allow locking a region out via the grid server. | Melanie | 2 | -1/+5 |
2010-01-10 | Add "Persistent" flag to regions table flags values | Melanie | 2 | -7/+9 |
2010-01-10 | Add last_seen field to regions table | Melanie | 2 | -0/+7 |
2010-01-10 | Make the new API return only the regions that are marked online | Melanie | 1 | -2/+8 |
2010-01-09 | * Moved command reset password from OpenSim to UserAccountService. | Diva Canto | 2 | -47/+37 |
2010-01-09 | * Added SetPassword to IAuthenticationService. | Diva Canto | 6 | -127/+143 |
2010-01-10 | Finally the region service config stuff is in. | Melanie | 1 | -17/+51 |
2010-01-10 | Add some commands to the grid server | Melanie | 1 | -0/+75 |
2010-01-09 | Temp fix: initialize flags value to prevent exception | Melanie | 1 | -0/+19 |
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 11 | -1/+180 |
2010-01-09 | Less refs to UserProfileCacheService. Compiles but likely doesn't run. | Diva Canto | 10 | -113/+163 |
2010-01-08 | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 13 | -1500/+20 |
2010-01-08 | Add migrations to add fields to user and auth tables | Melanie | 2 | -0/+13 |
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 19 | -1131/+753 |
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 17 | -129/+360 |
2010-01-04 | Finish conversion if XInventoryService | Melanie | 3 | -19/+98 |
2010-01-04 | First stage port of the XInventoryService | Melanie | 4 | -0/+674 |
2010-01-04 | When rezzing a no-copy object on a no-rez parcel, the object vanishes from | Melanie | 1 | -0/+7 |
2010-01-04 | Mark GetUserInventory as obsolete. It is still used in the default | Melanie | 1 | -0/+2 |
2010-01-04 | Add the data service | Melanie | 1 | -0/+67 |
2010-01-04 | AvatarStore. Untested, but complete | Melanie | 4 | -16/+64 |
2010-01-04 | Some work on avatar service. Retrieval and storage done | Melanie | 3 | -8/+30 |
2010-01-04 | Avatar appearance skeleton | Melanie | 4 | -1/+211 |