| Commit message (Expand) | Author | Files | Lines |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -6/+6 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2010-09-04 | Move code that allows llGiveInvetory() to move item into appropriate system f... | Justin Clark-Casey (justincc) | 1 | -12/+11 |
2010-09-03 | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra... | Justin Clark-Casey (justincc) | 1 | -5/+25 |
2010-08-13 | Updated the create_region command in the RemoteAdmin plugin to properly suppo... | randomhuman | 2 | -27/+67 |
2010-08-01 | Renamed variables in RemoteAdmin plugin to be closer to the coding standards. | randomhuman | 1 | -472/+473 |
2010-08-01 | Changed all method names in the RemoteAdmin plugin to use the correct capital... | randomhuman | 1 | -30/+30 |
2010-06-13 | Fox my changes to radmin | Melanie | 1 | -2/+2 |
2010-06-13 | Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following | Melanie | 1 | -341/+608 |
2010-05-28 | comment out large chunks of appearance/inventory region access services to el... | Justin Clark-Casey (justincc) | 2 | -660/+656 |
2010-05-18 | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 1 | -2/+3 |
2010-05-08 | More cleaning on presence. Friends online/offline works again. | Diva Canto | 1 | -3/+3 |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ho... | Diva Canto | 1 | -1/+1 |
2010-04-05 | * May fix mantis #4603. | Diva Canto | 1 | -1/+3 |
2010-03-19 | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 3 | -22/+18 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 3 | -4/+4 |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 3 | -4/+4 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -2/+2 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 1 | -2/+2 |
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2 | -4/+4 |
2010-01-11 | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 1 | -9/+13 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2 | -2/+2 |
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 | 1 | -4/+0 |
2010-01-11 | Refactor. Move MainServer init to a place with greener grass | Melanie | 1 | -1/+0 |
2010-01-10 | dust | Diva Canto | 1 | -40/+2 |
2010-01-10 | NetworkServersInfo removed from CommsManager. | Diva Canto | 1 | -18/+1 |
2010-01-10 | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 1 | -1/+0 |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 1 | -1/+0 |
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 1 | -6/+0 |
2010-01-10 | * Starting to clean the house... | Diva Canto | 1 | -1/+0 |
2010-01-10 | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 3 | -25/+29 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 3 | -54/+3 |
2010-01-08 | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 1 | -12/+19 |
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 6 | -595/+626 |
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 1 | -2/+2 |
2010-01-02 | * Forgotten ILibraryService from yesterday | Diva Canto | 1 | -0/+1 |
2009-12-28 | This is somewhat major-like..... Change the intialization order of | Melanie | 1 | -9/+9 |
2009-12-28 | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo... | Melanie | 1 | -3/+1 |
2009-12-04 | Allow terrain heightmaps to be loaded directly from URIs via the remote admin... | Justin Clark-Casey (justincc) | 1 | -2/+15 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 3 | -14/+4 |
2009-11-02 | Fix an invalid argument exception in the remote admin module when. | Melanie | 1 | -1/+1 |
2009-10-27 | Remove the SECS loader | Melanie | 5 | -443/+0 |
2009-10-27 | * Tweak to region module loading to check for a matching constructor first in... | John Hurliman | 1 | -6/+7 |
2009-10-21 | Really make module port selection work. Implement port setting in | Melanie | 1 | -4/+29 |
2009-10-20 | Cleanup and comment the region module loader. Add support for configuring | Melanie | 1 | -26/+173 |
2009-10-16 | Changing the region module loading foreach loops to typecast things to the IR... | John Hurliman | 1 | -3/+3 |
2009-10-16 | Reverting the previous ugly hack and replacing it with try/catch statements f... | John Hurliman | 1 | -10/+4 |
2009-10-16 | A very ugly and temporary hack to disable the RegionCombinerModule RegionLoad... | John Hurliman | 1 | -2/+9 |