aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed verbose debug messageDiva Canto2009-10-061-1/+1
| | | | | * Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice
* More debug to try to diagnose a problem with region registration.Diva Canto2009-10-051-1/+1
|
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-021-1/+1
| | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
| |
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
| |
* | Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-292-2/+12
| | | | | | | | Make all current modules support the configuration name option
* | Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
| |
* | Merge branch 'grid-service-redux'Melanie2009-09-281-0/+56
|\ \
| * | Added Protocol versions back, this time in a range model.Diva Canto2009-09-281-0/+56
| | |
* | | Allow the notation config_name@port/dll_name:class_name as a handler specMelanie2009-09-281-0/+18
|/ / | | | | | | | | | | in OpenSim.Server.ini This allows things like "8003/AssetServirce.dll local@8004/InventoryService.dll" The config name is not yet supported by any modules
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-241-1/+3
| | | | | | | | code.
* | Adding the deserializer for server form/xml repliesMelanie2009-09-191-0/+42
| |
* | Adding Xml serialization of Dictionary<string, object> where objectMelanie2009-09-191-0/+72
|/ | | | | is either another Dictionary<string, object> or a value that is convertible to a string.
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-1/+28
| | | | functionality yet.
* Add rest console support to the user server. Will ask new questions atMelanie2009-08-191-0/+28
| | | | | | startup. To use, run it normally once, answering the questions, then run again with -console=rest. Also now supports -console=basic for a console that reads stdin
* Filling in the blanks: The "meat" of the REST consoleMelanie2009-08-171-5/+5
|
* Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker2009-07-311-3/+7
| | | | | | setting/commandline option actually work.
* Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker2009-07-101-0/+4
|
* Make a renamed OpenSim.Server.exe use the corret ini file, e.g.Melanie Thielker2009-07-071-5/+5
| | | | | | | | renaming OpenSim.Server.exe to OpenSim.AssetServer.exe will cause OpenSim.AssetServer.ini to be read by that instance. This facilitates legacy usage
* Update prompt and make it settable from within the ini fileMelanie Thielker2009-07-071-0/+2
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-3/+10
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* That didn't quite work. Trying this instead -- prompt given in the cmd line.diva2009-06-081-2/+8
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-013-3/+3
| | | | LICENSE.txt.
* * Added OpenSim.Server.Handlers.Tests projectlbsa712009-05-271-5/+3
| | | | | | * Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens
* cleaning out warnings.Dr Scofield2009-05-221-3/+1
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-202-0/+9
|
* * Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey2009-05-181-0/+7
| | | | | | * Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them
* Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker2009-05-183-0/+467