aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-16Added OpenSim asset frontend plugin.Mike Mazur4-47/+312
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur23-92/+93
2009-02-16AddingMike Mazur22-0/+5719
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+1
2009-02-12* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...lbsa712-3/+3
2009-02-12* Turned RegionProfileService non-staticlbsa712-6/+9
2009-02-12* Added RegionProfileService and moved RequestSimData to it.lbsa711-4/+4
2009-02-12* optimized usings.lbsa7119-47/+21
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker4-13/+15
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur2-3/+3
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa711-12/+36
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker5-88/+138
2009-02-07Thank you dslake for a patch that:lbsa711-1/+1
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-1/+1
2009-02-03- moved data plugin loading code from various places toMike Mazur2-39/+19
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2-1/+3
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2-8/+8
2009-01-13* Add a second logoffuser message with the region secret. Teravus Ovares1-1/+32
2009-01-13* Fix an invalid seed cap that could be causing issues.Teravus Ovares1-0/+4
2009-01-12Commenting out the succesful REST message as under heavy use thereCharles Krinke1-3/+7
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-1/+1
2009-01-06* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey1-1/+1
2009-01-06* Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey1-2/+1
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-1/+2
2009-01-05* Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey1-0/+1
2009-01-05* Check in login service tests beachheadJustin Clarke Casey1-0/+1
2008-12-30OpenUser_Main is now public. Fixes Mantis #2940. Thanks SirKimbaHomer Horwitz1-1/+1
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-339/+339
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2-5/+5
2008-12-20* ReCommit the OpenID patch with a few less dependencies.Teravus Ovares2-0/+345
2008-12-20Revert OpenId until we can come to grips with the mono 2 requirementCharles Krinke2-345/+0
2008-12-19Mantis#2816. Thank you kindly, JHurliman for the beginnings of Charles Krinke2-0/+345
2008-12-17fix a bug with the Grid REST interface that was returning the classnameSean Dague1-1/+1
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-8/+5
2008-12-12* minor: Be a little more informative when a region fails to connect because ...Justin Clarke Casey1-2/+4
2008-12-11Add hostnames in addition to IP address to some more places. This continues r...Homer Horwitz1-0/+2
2008-12-11Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz1-0/+1
2008-12-05- Fixed missing ToString() in map_blocks response in grid-serverHomer Horwitz1-1/+4
2008-12-02* reverted 7561 as the logger reference should always be private to the class...lbsa712-2/+2
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW4-4/+3
2008-12-02Added two new "trusted" url handlers to the Inventory server, to allow the us...MW2-10/+34
2008-12-01* Making log available for subclasseslbsa711-1/+1
2008-11-28* minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey1-2/+2
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey4-49/+40
2008-11-27* Opened the registration of http handlers up for subclassinglbsa711-1/+1
2008-11-25Add copyright headers. Minor formatting cleanup.Jeff Ames1-5/+5
2008-11-25made the messaging server OpenMessage_Main constructor public (from private) ...MW1-1/+1
2008-11-25* Adding some virtual hooks and making some privaets protected for great just...lbsa713-8/+20
2008-11-2305:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb becau...Melanie Thielker5-1/+105
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker5-8/+242