aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cleaning up, fixing warningsDr Scofield2009-04-221-4/+4
|
* * Comment out user profile cache update method for nowJustin Clarke Casey2009-04-213-18/+24
|
* * extend user cache update test to check data backendJustin Clarke Casey2009-04-211-0/+3
|
* * Add the ability to update profiles via the cache, so that cached profiles ↵Justin Clarke Casey2009-04-213-1/+53
| | | | | | | | don't become stale * Add corresponding unit test
* Addresses mantis #3485.diva2009-04-181-2/+2
|
* Commit agent to DB immediately after creation, for LLSD logins too. ↵diva2009-04-181-0/+6
| | | | Addresses mantis #3471. Requires upgrade of User Server in grid mode for this fix to kick in.
* add fix for LLSDVoiceAccountResponse to work with freeswitch (from RobSean Dague2009-04-171-0/+10
| | | | | Smart)
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-1/+2
| | | | | | * Clean up some log messages
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-2/+2
|
* * Extend get user profile test to cover retrieval by nameJustin Clarke Casey2009-04-172-37/+28
|
* * Some more work on refactoring configs;lbsa712009-04-171-2/+2
| | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC
* * minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey2009-04-161-2/+1
|
* * Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey2009-04-161-42/+105
|
* Fix a test-breakage introduced in r9144Homer Horwitz2009-04-141-2/+2
|
* Adds session authentication upon NewUserConnections. Adds user key ↵diva2009-04-146-3/+75
| | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
* * Change simple asset cache test to manually pump the asset server rather ↵Justin Clarke Casey2009-04-142-16/+28
| | | | than relying on another thread
* Changing the CAP seed to be the string representation of a full UUID, ↵diva2009-04-141-1/+4
| | | | instead of a trunkated UUID.
* * Explicitly start the asset server thread so that unit tests can run single ↵Justin Clarke Casey2009-04-145-36/+22
| | | | rather than multi-threaded (which may be behind the occasional test freezes)
* * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid ↵Justin Clarke Casey2009-04-141-43/+40
| | | | having Initialise() and Initialize() in the same class - very difficult to read.
* Formatting cleanup.Jeff Ames2009-04-141-5/+5
|
* 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
|