| Commit message (Expand) | Author | Files | Lines |
2010-11-29 | Preservation of creator information now also working in IARs. Cleaned up usag... | Diva Canto | 2 | -281/+0 |
2010-03-31 | First attempt at fixing mantis #4641. It's better but there are now some issu... | Diva Canto | 1 | -1/+4 |
2010-02-21 | Deleted obsolete files in the Data layer. Compiles. | Diva Canto | 1 | -104/+0 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2010-02-08 | Deleted unused class that came back because of merge conflicts. | Diva Canto | 1 | -755/+0 |
2010-01-26 | * .. More Endlines... | Teravus Ovares (Dan Olivares) | 1 | -1/+1 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2 | -258/+0 |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 1 | -58/+0 |
2010-01-10 | NetworkServersInfo removed from CommsManager. | Diva Canto | 1 | -7/+0 |
2010-01-10 | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 6 | -1169/+0 |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 7 | -3779/+0 |
2010-01-10 | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2 | -63/+0 |
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 1 | -176/+0 |
2010-01-10 | * Starting to clean the house... | Diva Canto | 3 | -1161/+0 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -4/+1 |
2010-01-10 | Remove "login disable", "login enable" and "login status" commands. | Melanie | 1 | -9/+1 |
2010-01-09 | Less refs to UserProfileCacheService. Compiles but likely doesn't run. | Diva Canto | 3 | -77/+17 |
2010-01-08 | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 2 | -516/+0 |
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 1 | -345/+0 |
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt th... | Diva Canto | 1 | -1/+1 |
2009-12-29 | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 1 | -2/+3 |
2009-12-23 | Change in how the Library returns its descendant folders, so that it includes... | Diva Canto | 1 | -1/+20 |
2009-12-21 | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se... | Diva Canto | 1 | -0/+2 |
2009-12-21 | Making the library read the item's flag, so that clothing items can have the ... | Diva Canto | 1 | -0/+1 |
2009-12-11 | A couple of more sanity guards, but this won't fix things when user profile f... | Diva Canto | 1 | -1/+1 |
2009-12-11 | Fix to make [bad] tests happy. | Diva Canto | 1 | -4/+4 |
2009-12-11 | Attempt at fixing mantis #4411. | Diva Canto | 1 | -1/+15 |
2009-12-06 | Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ... | Kunnis | 2 | -5/+0 |
2009-11-13 | make logging less verbose when loading iars | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-11-12 | move fake user service to a separate mock user service class | Justin Clark-Casey (justincc) | 1 | -159/+0 |
2009-11-12 | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 1 | -147/+4 |
2009-11-04 | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 1 | -2/+2 |
2009-10-28 | * Standalone logins will now go through the sequence of "requested region, de... | John Hurliman | 1 | -15/+11 |
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 1 | -1/+1 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 1 | -1/+1 |
2009-10-10 | Use Util.UTF8 instead of creating a new heap object every time. | Diva Canto | 1 | -5/+5 |
2009-10-09 | A slight improvement on name fetching -- using the local name cache, since it... | Diva Canto | 1 | -0/+6 |
2009-10-09 | Use the cache, Luke! | Diva Canto | 1 | -25/+8 |
2009-10-09 | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai... | John Hurliman | 2 | -3/+4 |
2009-10-06 | * One more debug message on FetchInventoryDescendants | Diva Canto | 1 | -17/+62 |
2009-10-07 | Revert "Rewrote parts of the code that were double-locking different objects.... | Melanie | 1 | -27/+39 |
2009-10-07 | Revert "Merging in diva's locking fixes" | Melanie | 1 | -27/+39 |
2009-10-06 | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 1 | -39/+27 |
2009-10-06 | Corrected words in error message. | Diva Canto | 1 | -2/+2 |
2009-10-04 | Closing more streams even if things fail. | Diva Canto | 1 | -6/+25 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 1 | -1/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 4 | -5/+5 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 14 | -53/+53 |
2009-09-30 | Make create user to the Right Thing with regard to salting user passwords | Melanie | 1 | -2/+4 |