aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-3/+3
| | | | | | These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
* Comment the asset deletion handler. It can be abused and is not currentlyMelanie2010-01-181-1/+1
| | | | needed.
* Change the error messages on region region registration. This changes URMMelanie2010-01-131-3/+13
| | | | | and region. The non-error case should be compatible, so no version bump. Untested.
* Add the console port setting to ROBUST, tooMelanie2010-01-111-1/+6
|
* The first 2 handlers for the XInventory system.Melanie2010-01-081-0/+74
|
* Complete the XInventoryConnector. Flesh out the skeleton for theMelanie2010-01-061-5/+220
| | | | XInventoryInConnector
* Adding a skeleton for the XInventoryInConnector, counterpart to the alreadyMelanie2010-01-061-0/+167
| | | | done XInventoryConnector. No functionality yet.
* Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie2010-01-051-2/+2
| | | | | of the old one that makes inventory crash on folder creation. This is just the connector part, the handler is still ont he todo list.
* Allow lists to be embedded in query stringsMelanie2010-01-051-10/+53
|
* Change the signature of the forms requester data in preparation to gettingMelanie2010-01-054-63/+63
| | | | to where lists can be sent as requests
* Add "shutdown" command to ROBUST shellMelanie2009-11-301-0/+4
|
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-0/+27
| | | | for testign the new generic table handling
* Add the presence server connectorMelanie2009-11-172-0/+216
|
* Fix a glitch in a ROBUST messageMelanie2009-10-231-1/+1
|
* * Removed verbose debug messageDiva Canto2009-10-062-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
* * GridServerPostHandler.cs: Try/catch in HandleDiva Canto2009-10-051-24/+31
| | | | * BaseOpenSimServer.cs: Added thread pool numbers in show threads
* Minor change.Diva Canto2009-10-051-1/+1
|
* Fixed bug introduced in one of the last commits.Diva Canto2009-10-051-1/+1
|
* More debug to try to diagnose a problem with region registration.Diva Canto2009-10-051-1/+1
|
* More error catching/outputting.Diva Canto2009-10-051-4/+14
|
* Merge branch 'diva-textures-osgrid'Melanie2009-10-043-3/+3
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-023-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?
* | Merge branch 'master' into diva-texturesMelanie2009-10-0219-42/+1019
|\ \ | |/ |/|
| * 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-2914-55/+75
| | | | | | | | Make all current modules support the configuration name option
| * Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto2009-09-281-4/+8
| |
| * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
| |
| * Merge branch 'grid-service-redux'Melanie2009-09-284-17/+191
| |\
| | * Forgot a return statement.Diva Canto2009-09-281-1/+1
| | |
| | * Added Protocol versions back, this time in a range model.Diva Canto2009-09-282-0/+74
| | |
| | * Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-3/+7
| | | | | | | | | | | | neighbours in the grid service modules.
| | * Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-8/+103
| | | | | | | | | | | | | | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
| | * Fixed a bug with link-region.Diva Canto2009-09-261-8/+9
| | |
| * | Allow the notation config_name@port/dll_name:class_name as a handler specMelanie2009-09-282-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
| * | Change DocToBytes to return no trailing whitespace.Melanie2009-09-281-1/+1
| |/
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-09-253-22/+187
| |\
| | * Added GridForm.html in Tests/Clients/Grid that shows how to interact with a ↵Diva Canto2009-09-251-7/+10
| | | | | | | | | | | | grid server via regular Web forms. May be good for developing administrative tools.
| | * GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto2009-09-241-15/+172
| | | | | | | | | | | | getting parameters and replies over the wire.
| | * Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-243-6/+11
| | | | | | | | | | | | code.
| * | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-1/+1
| |/
| * Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto2009-09-241-1/+1
| | | | | | | | doesn't conflict with the existing one.
| * Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-3/+4
| | | | | | | | | | | | SimpleRegionInfo. Added grid configs to standalones.
| * Added hg console commands to the module.Diva Canto2009-09-221-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.
| * Added HGGridConnector and related code.Diva Canto2009-09-221-1/+1
| |
| * Added grid handler and grid remote connector.Diva Canto2009-09-212-0/+329
| |
| * Adding the deserializer for server form/xml repliesMelanie2009-09-192-3/+45
| |
| * 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.
* | Remove more tests that don't apply to this buildMelanie2009-09-301-80/+0
|/
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-161-1/+2
| | | | and can be displayed at the client when an avatar is denied access to a region