Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When a plugin fails to load because a DLL is missing, log which DLL it is | Oren Hurvitz | 2011-06-07 | 1 | -0/+7 |
| | |||||
* | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 2011-05-26 | 1 | -0/+4 |
| | | | | looked back in source user's User Agent service. | ||||
* | Adding ssl support | BlueWall | 2011-05-05 | 1 | -2/+75 |
| | | | | | Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services | ||||
* | Formatting cleanup. | Jeff Ames | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | adding -logconfig to Robust.exe | BlueWall | 2010-10-01 | 1 | -6/+20 |
| | | | | | | Adding -logconfig to Robust.exe. will still process the -logfile option, as before. No options given, the value "Robust.log" will be written in the ./bin directory | ||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | Add command-script to the Robust console | Robert Adams | 2010-06-27 | 1 | -0/+41 |
| | |||||
* | Make the text mode remote console really work. It can now be used to send | Melanie Thielker | 2010-06-08 | 1 | -0/+5 |
| | | | | | multi-word commands with proper quoting, handles arguments with spaces and allows interactive use, e.g. user creation. | ||||
* | minor: Print out port that http servers are using | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -0/+3 |
| | | | | do this in callers so that we know who is setting up these things | ||||
* | Restoring LoadPlugin as it was before. Justin's last change made it throw. | Diva Canto | 2010-03-15 | 1 | -2/+15 |
| | |||||
* | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -20/+20 |
| | | | | | | Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins | ||||
* | Now showing friends online upon grid login. | Diva Canto | 2010-02-26 | 1 | -4/+5 |
| | |||||
* | * Added a sanity check for missing asset data in LLClientView | John Hurliman | 2010-02-20 | 1 | -177/+0 |
| | | | | | * Moved the SL asset type to content type conversion methods from ServerUtils to OpenSim.Framework.SLUtil * Linked content type to asset type in AssetMetadata | ||||
* | * Fixed SL asset type enum to mime type conversion and added more helper ↵ | John Hurliman | 2010-02-19 | 1 | -31/+166 |
| | | | | functions for going back and forth between enums and mime types | ||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -1/+6 |
|\ | | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability. | ||||
| * | Add the console port setting to ROBUST, too | Melanie | 2010-01-11 | 1 | -1/+6 |
| | | |||||
| * | Allow lists to be embedded in query strings | Melanie | 2010-01-05 | 1 | -10/+53 |
| | | |||||
| * | Change the signature of the forms requester data in preparation to getting | Melanie | 2010-01-05 | 1 | -6/+6 |
| | | | | | | | | to where lists can be sent as requests | ||||
* | | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -0/+3 |
| | | |||||
* | | Allow lists to be embedded in query strings | Melanie | 2009-12-27 | 1 | -10/+53 |
| | | |||||
* | | Change the signature of the forms requester data in preparation to getting | Melanie | 2009-12-27 | 1 | -6/+6 |
|/ | | | | to where lists can be sent as requests | ||||
* | Add "shutdown" command to ROBUST shell | Melanie | 2009-11-30 | 1 | -0/+4 |
| | |||||
* | * Removed verbose debug message | Diva Canto | 2009-10-06 | 1 | -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 Canto | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -1/+1 |
|\ | |||||
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 1 | -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 Ames | 2009-10-01 | 1 | -1/+1 |
| | | |||||
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | | |||||
* | | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 2 | -2/+12 |
| | | | | | | | | Make all current modules support the configuration name option | ||||
* | | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'grid-service-redux' | Melanie | 2009-09-28 | 1 | -0/+56 |
|\ \ | |||||
| * | | Added Protocol versions back, this time in a range model. | Diva Canto | 2009-09-28 | 1 | -0/+56 |
| | | | |||||
* | | | Allow the notation config_name@port/dll_name:class_name as a handler spec | Melanie | 2009-09-28 | 1 | -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 Canto | 2009-09-24 | 1 | -1/+3 |
| | | | | | | | | code. | ||||
* | | Adding the deserializer for server form/xml replies | Melanie | 2009-09-19 | 1 | -0/+42 |
| | | |||||
* | | Adding Xml serialization of Dictionary<string, object> where object | Melanie | 2009-09-19 | 1 | -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 user | Melanie | 2009-09-04 | 1 | -1/+28 |
| | | | | functionality yet. | ||||
* | Add rest console support to the user server. Will ask new questions at | Melanie | 2009-08-19 | 1 | -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 console | Melanie | 2009-08-17 | 1 | -5/+5 |
| | |||||
* | Make ROBUST not hang on exit in recent Mono versions. Make the logfile config | Melanie Thielker | 2009-07-31 | 1 | -3/+7 |
| | | | | | | setting/commandline option actually work. | ||||
* | Create a MainServer static class to access the regions server's HTTP server | Melanie Thielker | 2009-07-10 | 1 | -0/+4 |
| | |||||
* | Make a renamed OpenSim.Server.exe use the corret ini file, e.g. | Melanie Thielker | 2009-07-07 | 1 | -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 file | Melanie Thielker | 2009-07-07 | 1 | -0/+2 |
| | |||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -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. | diva | 2009-06-08 | 1 | -2/+8 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 3 | -3/+3 |
| | | | | LICENSE.txt. | ||||
* | * Added OpenSim.Server.Handlers.Tests project | lbsa71 | 2009-05-27 | 1 | -5/+3 |
| | | | | | | * Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -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 consoles | Melanie Thielker | 2009-05-20 | 2 | -0/+9 |
| | |||||
* | * Re-enable save oar test by loading asset data plugins from test mock class | Justin Clarke Casey | 2009-05-18 | 1 | -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 |