aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-19* Fixed SL asset type enum to mime type conversion and added more helper ↵John Hurliman1-31/+166
functions for going back and forth between enums and mime types
2010-01-13Several more buglets removed.Diva Canto1-0/+3
2010-01-11Add the console port setting to ROBUST, tooMelanie1-1/+6
2010-01-05Allow lists to be embedded in query stringsMelanie1-10/+53
2010-01-05Change the signature of the forms requester data in preparation to gettingMelanie1-6/+6
to where lists can be sent as requests
2009-12-27Allow lists to be embedded in query stringsMelanie1-10/+53
2009-12-27Change the signature of the forms requester data in preparation to gettingMelanie1-6/+6
to where lists can be sent as requests
2009-11-30Add "shutdown" command to ROBUST shellMelanie1-0/+4
2009-10-06* Removed verbose debug messageDiva Canto1-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
2009-10-05More debug to try to diagnose a problem with region registration.Diva Canto1-1/+1
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman1-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?
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie2-2/+12
Make all current modules support the configuration name option
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie2-2/+12
Make all current modules support the configuration name option
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-28Allow the notation config_name@port/dll_name:class_name as a handler specMelanie1-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
2009-09-28Added Protocol versions back, this time in a range model.Diva Canto1-0/+56
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto1-1/+3
code.
2009-09-19Adding the deserializer for server form/xml repliesMelanie1-0/+42
2009-09-19Adding Xml serialization of Dictionary<string, object> where objectMelanie1-0/+72
is either another Dictionary<string, object> or a value that is convertible to a string.
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie1-1/+28
functionality yet.
2009-08-19Add rest console support to the user server. Will ask new questions atMelanie1-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
2009-08-17Filling in the blanks: The "meat" of the REST consoleMelanie1-5/+5
2009-07-31Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker1-3/+7
setting/commandline option actually work.
2009-07-10Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker1-0/+4
2009-07-07Make a renamed OpenSim.Server.exe use the corret ini file, e.g.Melanie Thielker1-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
2009-07-07Update prompt and make it settable from within the ini fileMelanie Thielker1-0/+2
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-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.
2009-06-08That didn't quite work. Trying this instead -- prompt given in the cmd line.diva1-2/+8
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames3-3/+3
LICENSE.txt.
2009-05-27* Added OpenSim.Server.Handlers.Tests projectlbsa711-5/+3
* Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens
2009-05-22cleaning out warnings.Dr Scofield1-3/+1
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2-0/+9
2009-05-18* Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey1-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
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker3-0/+467