aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-2427-6122/+6122
* More work on modulising the User Server. MW2009-02-243-35/+99
* Removed the additions from the last revision for the "ShowHelp" delegate hand...MW2009-02-245-41/+1
* More refactoring of the Grid/user/messaging servers.MW2009-02-245-17/+61
* Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer....MW2009-02-2411-1341/+1342
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-245-1612/+1613
* First step in separating out the Userserver console command handling to a "mo...MW2009-02-2410-2510/+2562
* Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW2009-02-244-228/+0
* Updated MessagingServer to use OpenSim.Grid.FrameworkMW2009-02-248-5/+12
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-246-165/+113
* Added OpenSim.Grid.Framework project.MW2009-02-2410-2/+164
* More refactoring of the UserServer.MW2009-02-247-229/+529
* Renamed IGridMessagingModule to IGridMessagingMapper.MW2009-02-233-54/+75
* more refactoring of the Grid server, to separate them into modulesMW2009-02-232-5/+14
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-237-574/+655
* Load default assets when AssetInventory starts.Mike Mazur2009-02-232-0/+15
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-224-5/+9
* First step in giving the messaging server the modular refactoring treatment. ...MW2009-02-228-289/+643
* Part 1 of refactoring the userserver. Changed it so instead of subclassing th...MW2009-02-223-46/+107
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-221-1/+1
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-226-1605/+1659
* More Grid server refactoringMW2009-02-216-23/+61
* A small improvement in the UserLoginService, hence the User Server: users are...diva2009-02-211-2/+5
* Some more refactoring of GridServer.MW2009-02-212-23/+23
* Added missing header to a file (before chi11ken does it)MW2009-02-212-2/+29
* Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca...MW2009-02-211-1/+4
* A bit more refactoring of the GridServer. To make the "modules" share a commo...MW2009-02-214-19/+22
* Refactored the GridServer into a GridDBService and a set of "modules". MW2009-02-217-1323/+1621
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-205-15/+15
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-156/+0
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+156
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-192-138/+0
* * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712009-02-192-2/+2
* * Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl...lbsa712009-02-192-155/+138
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-192-2/+2
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-9/+10
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-0/+10
* - replace existing license header in each source file inMike Mazur2009-02-1617-391/+357
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-1612-37/+61
* Standardize logging messages.Mike Mazur2009-02-1613-92/+92
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-168-1250/+1074
* We need to return a zero-length byte array from the Handle() routine.Mike Mazur2009-02-161-1/+1
* - clean up using references as well as References in prebuild.xmlMike Mazur2009-02-1615-305/+277
* Name extension points a little clearer.Mike Mazur2009-02-163-6/+6
* Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll.Mike Mazur2009-02-161-1/+1
* - change AssetInventoryServer config from XML to INIMike Mazur2009-02-1615-220/+300
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-165-229/+44
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-164-104/+34
* AssetInventoryServer now compiles while using the standard OpenSimMike Mazur2009-02-167-564/+796