aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This was needed for the prior commit.diva2009-04-141-0/+24
|
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-134-7/+18
| | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
* * Added some more experimental code; nothing wired in so far.lbsa712009-04-092-14/+127
|
* * Introduced some experimental code with regards to asset data substitutionlbsa712009-04-084-3/+65
|
* * Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey2009-04-082-4/+4
| | | | | | | | | as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
* Update svn properties.Jeff Ames2009-04-061-631/+631
|
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-053-1/+171
| | | | | | | be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-052-50/+48
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* DST setting wasn't transferred to client, leading to wrong time display.Homer Horwitz2009-04-041-1/+1
|
* Remove some Mono warnings.Homer Horwitz2009-04-041-2/+2
|
* Added one more delegate to Caps, and a few guards, so that these objects can ↵diva2009-04-032-14/+42
| | | | be used from more than just Scenes. Added the NewFileAgentInvengory cap to HGInventoryService.
* More refactoring. This time extracting the client-side of ↵diva2009-04-011-0/+555
| | | | RESTInterregionComms into a RegionClient class.
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
|
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva2009-04-013-15/+41
| | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-3/+4
| | | | | * Fixed minor typo
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-315-2092/+2117
|
* HGInventoryService now uses the actual authority portion of the user's key ↵diva2009-03-303-1159/+1160
| | | | to verify the key.
* Sigh. Manual data typing grief.diva2009-03-303-18/+20
|
* Added Authorization client code that interfaces with HGLoginAuthService. ↵diva2009-03-293-21/+192
| | | | Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services.
* Another bit of refactoring to try to make sense of ↵diva2009-03-295-2083/+2105
| | | | OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
* Moved some files around, so that it's easier to share code between ↵diva2009-03-292-1/+637
| | | | standalone and the grid services. Should not affect any functionality.
* Forgot to comment an unnecessary log message on my last commit.diva2009-03-261-2/+2
|
* Notecard updates bypassing the regions. (HGStandalone only)diva2009-03-261-1/+7
|
* Small refactoring in Caps, no functional changes.diva2009-03-261-5/+25
|
* * Minor fixes, inverted an if for readability and introduced a virtual ↵lbsa712009-03-261-4/+20
| | | | pre-process step on the asset cache
* cleanupDr Scofield2009-03-251-1/+0
|
* * minor: remove a couple more compiler warningsJustin Clarke Casey2009-03-241-4/+0
|
* Added the login region's http to the login response.diva2009-03-242-32/+18
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-241-13/+9
| | | | | | | Changes to AssetCache and DynamicTextureModule to eliminate opportunities for lost texture updates.
* Preparing the loginauth service for gridmode logins.diva2009-03-241-0/+5
|
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-234-0/+75
|
* Make single item inventory gives work across regionsMelanie Thielker2009-03-221-2/+2
|
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-222-7/+16
| | | | | | provide additional information the HG needs.
* Fox a null ref in the inventory give moduleMelanie Thielker2009-03-221-0/+3
|
* Moving the LoginAuth service up, so that it can be shared among standalones ↵diva2009-03-221-0/+346
| | | | and the User Server.
* Initial support for authentication/authorization keys in UserManagerBase, ↵diva2009-03-212-1/+95
| | | | | | | | and use of it in HGStandaloneLoginService (producer of initial key for user, and of subsequent keys) and HGStandaloneInventoryService (consumer of a key). Keys are of the form http://<authority>/<random uuid> and they are sent over http header "authorization".
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-213-0/+64
| | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
* * Normalized and pulled GetInventorySkeleton up.lbsa712009-03-201-31/+79
|
* * De-duplicated login service some morelbsa712009-03-201-1/+32
| | | | | | * Normalized m_inventoryService * Pulled AddActiveGestures up
* Moving GetInventoryItem up to InventoryServiceBase, since this seems like a ↵diva2009-03-191-0/+10
| | | | pretty fundamental function.
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵Justin Clarke Casey2009-03-193-15/+19
| | | | via CommunicationsManager directly
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+3
|
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-3/+1
|
* * Remove asset cache size and texture stat reports from ASSET STATS since ↵Justin Clarke Casey2009-03-131-4/+6
| | | | | | | | these are now inaccurate * Correct count of assets in cache
* Update svn properties, formatting cleanup.Jeff Ames2009-03-121-3/+3
|
* * Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa712009-03-121-9/+147
| | | | | | | | * Sometimes, null is a valid return value to indicate 'none found'. doh. * Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw. (I believe) this solves mantis issue #3287
* * Reverted r8750 to do another round of debugging on mantis #3287lbsa712009-03-111-141/+9
|
* * fix build breakJustin Clarke Casey2009-03-111-1/+2
|
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-3/+9
| | | | | | | * In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
* *** POTENTIAL BREAKAGE ***lbsa712009-03-101-9/+141
| | | | | | | | | * Finally got to the point where I could pull up the CustomiseResponse function. Major de-duplication. * Introduced FromRegionInfo on RegionProfileData * This revision needs both grid and standalone testing galore. Work in progress!