aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-29* Add xml2 load testJustin Clarke Casey1-1/+2
2009-05-29plumbing for future sculpt map cachingDahlia Trimble1-0/+1
2009-05-27* So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa711-2/+1
service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common
2009-05-27Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"Sean Dague1-1/+0
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts.
2009-05-27the new Tests were defined before the Tests.Common dll in prebuild,Sean Dague1-33/+35
this causes nant to choke on a fresh checkout. This should fix the build break
2009-05-27* Added IntegrationTest Attribute and tagged the ODETestClasslbsa711-0/+1
2009-05-27* Added OpenSim.Server.Handlers.Tests projectlbsa711-0/+38
* Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens
2009-05-26Forgot to include this on the last commit.diva1-1/+2
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva1-0/+1
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.
2009-05-25letting TestClient implement IClientCore as well to fix test caseDr Scofield1-0/+1
failure due to new NAT code
2009-05-24Fixes map image on link-region (HG).diva1-0/+1
2009-05-21* Upgraded LLStandaloneLoginModule, LLProxyLoginModule and ↵Arthur Valadares1-0/+1
LLClientStackModule to new region modules. This was needed because the stand alone and grid modules weren't deleting old scenes, which caused an issue when deleting and recreating a region with same name on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild to be run again. Fixes Mantis #3699
2009-05-19Refactor RegionAssetService to load the service connector rather thanMelanie Thielker1-0/+1
duplicating it's functionality
2009-05-18Rename OpenSim.Server.exe to OpenSim.Services.exe and the correspondingMelanie Thielker1-1/+1
ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam!
2009-05-18This commit changes the way the new server works. There is no longer a serverMelanie Thielker1-4/+4
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-6/+6
the handlers out of the asset server context into a generic scope.
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-6/+6
2009-05-18Move the connectors under services for reasons of application logic. RemoveMelanie Thielker1-33/+3
the user server skeleton in preparation for introducing a generic server
2009-05-17Duh, prebuild was wrong. My evil twin sister did it.diva1-10/+11
2009-05-17HG asset transfers starting to work -- GETs only for now. diva1-0/+1
2009-05-15Fixed minor problem in prebuild.xmldiva1-24/+25
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-1/+46
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-14Move the server request handlers into a separate lib nunit can digestMelanie Thielker1-3/+35
2009-05-14Move the connector for the new asset server to a connectors project. InheritMelanie Thielker1-0/+31
the region module version from this. This enables inter-server connections to reuse connetor code from region modules.
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa711-0/+2
2009-05-11Changes to the new user system to add the modularity developed for the assetMelanie Thielker1-2/+0
system
2009-05-11resolve a circular dependencyMelanie Thielker1-27/+27
2009-05-11Add AssetService of type IAssetService to SceneMelanie Thielker1-0/+1
2009-05-09* Break out the SampleMoneyModule to a new namespaceTeravus Ovares1-0/+39
* Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme) * Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace * Put our current Sample MoneyModule in this namespace. (more modifications here next commit)
2009-05-09Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker1-1/+1
2009-05-08* Fix windows build. Thanks RemedyTomm for the patchJustin Clarke Casey1-0/+3
2009-05-08The new asset server now actually serves existing assetsMelanie Thielker1-0/+1
2009-05-08More additions to the nextgen reference UGAIMMelanie Thielker1-0/+88
2009-05-08* Introduced new HttpServer.Tests projectlbsa711-1/+32
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-07instrument most of the tests with a new InMethod function that may help us ↵Sean Dague1-0/+1
figure out where that pesky deadlock is during test runs.
2009-05-06* Added some GetAssetStreamHandlerTestslbsa711-0/+1
* Minor tweaks to attain testability
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+1
2009-05-05Plumb the new server connector logicMelanie Thielker1-110/+115
2009-05-05Committing the user server executable skeletonMelanie Thielker1-0/+27
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+55
2009-05-05Committing the HTTP (REST) server baseMelanie Thielker1-1/+2
2009-05-05Add the missing reference to fix windows build breakMelanie Thielker1-1/+2
2009-05-05Committing the new server baseMelanie Thielker1-0/+26
2009-05-04Remove a superfluous referenceMelanie Thielker1-1/+0
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-31/+93
2009-05-04Prebuild changes to allow the console to reference the http serverMelanie Thielker1-20/+22
2009-05-02Plumb conifg into the client views. Add config option to configure packetMelanie Thielker1-0/+1
dropping.
2009-04-29From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield1-0/+2
- Adds an admin_modify_region call to allow changing of parcel voice settings and changing of public/private status - add boolean "public" and boolean "enable_voice" to admin_create_region XmlRpc call to allow specifying of public/private status and to allow enabling voice for all parcels; also added config variables to allow setting of defaults for those - fixing cut-and-paste artefacts
2009-04-23* Adds additional background layer for VWoHTTP ClientStackAdam Frisby1-0/+1
* Implements asset handling.
2009-04-22* Fix the other windows build break. Hopefully that shoudl be the last oneJustin Clarke Casey1-0/+1