aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-06* Removed verbose debug messageDiva Canto2-1/+2
* 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-05* GridServerPostHandler.cs: Try/catch in HandleDiva Canto1-24/+31
* BaseOpenSimServer.cs: Added thread pool numbers in show threads
2009-10-05Minor change.Diva Canto1-1/+1
2009-10-05Fixed bug introduced in one of the last commits.Diva Canto1-1/+1
2009-10-05More debug to try to diagnose a problem with region registration.Diva Canto1-1/+1
2009-10-05More error catching/outputting.Diva Canto1-4/+14
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman3-3/+3
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-09-30Remove more tests that don't apply to this buildMelanie1-80/+0
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie14-55/+75
Make all current modules support the configuration name option
2009-09-29Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie14-55/+75
Make all current modules support the configuration name option
2009-09-28Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
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 specMelanie2-6/+64
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-28Forgot a return statement.Diva Canto1-1/+1
2009-09-28Added Protocol versions back, this time in a range model.Diva Canto2-0/+74
2009-09-28Change DocToBytes to return no trailing whitespace.Melanie1-1/+1
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto1-3/+7
neighbours in the grid service modules.
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-8/+103
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto1-8/+9
2009-09-25Added GridForm.html in Tests/Clients/Grid that shows how to interact with a ↵Diva Canto1-7/+10
grid server via regular Web forms. May be good for developing administrative tools.
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-09-24GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto1-15/+172
getting parameters and replies over the wire.
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto3-6/+11
code.
2009-09-24Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto1-1/+1
doesn't conflict with the existing one.
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto1-3/+4
SimpleRegionInfo. Added grid configs to standalones.
2009-09-22Added hg console commands to the module.Diva Canto1-0/+112
Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
2009-09-22Added HGGridConnector and related code.Diva Canto1-1/+1
2009-09-21Added grid handler and grid remote connector.Diva Canto2-0/+329
2009-09-19Adding the deserializer for server form/xml repliesMelanie2-3/+45
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-16updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart1-1/+2
and can be displayed at the client when an avatar is denied access to a region
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-1/+3
2009-09-10added AuthorizationRequest and AuthorizationResponse objects for passing ↵Rob Smart2-38/+13
Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
2009-09-10adding in working functionality for the remote connectorRob Smart1-6/+31
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart2-0/+131
always grant access to an avatar entering the region if requested.
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie3-2/+262
functionality yet.
2009-09-04More work on new authentication serviceMelanie1-3/+3
2009-08-30Remove another IAuthentificationInterface userMelanie1-6/+7
2009-08-29Remove a user of the old auth interfaceMelanie1-6/+7
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto1-0/+13
folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer.
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto2-0/+84
SynchronousRestObjectRequester so that it also understands PUTs.
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto1-4/+17
operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
2009-08-19A better purge of trash folder.Diva Canto1-2/+11
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-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-0/+12
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto1-2/+2
starting to get on my nerves.