| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | based on recent unit test output, put some extra checking in the | Sean Dague | 2009-04-23 | 1 | -1/+9 |
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 2 | -6/+9 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 3 | -21/+37 |
* | * Allow plugins to play nicely in UserManagerBase | Justin Clarke Casey | 2009-04-22 | 1 | -23/+25 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 3 | -65/+68 |
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -4/+4 |
* | * Comment out user profile cache update method for now | Justin Clarke Casey | 2009-04-21 | 3 | -18/+24 |
* | * extend user cache update test to check data backend | Justin Clarke Casey | 2009-04-21 | 1 | -0/+3 |
* | * Add the ability to update profiles via the cache, so that cached profiles d... | Justin Clarke Casey | 2009-04-21 | 3 | -1/+53 |
* | Addresses mantis #3485. | diva | 2009-04-18 | 1 | -2/+2 |
* | Commit agent to DB immediately after creation, for LLSD logins too. Addresses... | diva | 2009-04-18 | 1 | -0/+6 |
* | add fix for LLSDVoiceAccountResponse to work with freeswitch (from Rob | Sean Dague | 2009-04-17 | 1 | -0/+10 |
* | * Change inventory archiver module to use profile cache | Justin Clarke Casey | 2009-04-17 | 1 | -1/+2 |
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -2/+2 |
* | * Extend get user profile test to cover retrieval by name | Justin Clarke Casey | 2009-04-17 | 2 | -37/+28 |
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -2/+2 |
* | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 2009-04-16 | 1 | -2/+1 |
* | * Add name keyed cache to UserProfileCacheService | Justin Clarke Casey | 2009-04-16 | 1 | -42/+105 |
* | Fix a test-breakage introduced in r9144 | Homer Horwitz | 2009-04-14 | 1 | -2/+2 |
* | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 2009-04-14 | 6 | -3/+75 |
* | * Change simple asset cache test to manually pump the asset server rather tha... | Justin Clarke Casey | 2009-04-14 | 2 | -16/+28 |
* | Changing the CAP seed to be the string representation of a full UUID, instead... | diva | 2009-04-14 | 1 | -1/+4 |
* | * Explicitly start the asset server thread so that unit tests can run single ... | Justin Clarke Casey | 2009-04-14 | 5 | -36/+22 |
* | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav... | Justin Clarke Casey | 2009-04-14 | 1 | -43/+40 |
* | Formatting cleanup. | Jeff Ames | 2009-04-14 | 1 | -5/+5 |
* | This was needed for the prior commit. | diva | 2009-04-14 | 1 | -0/+24 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 4 | -7/+18 |
* | * Added some more experimental code; nothing wired in so far. | lbsa71 | 2009-04-09 | 2 | -14/+127 |
* | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 2009-04-08 | 4 | -3/+65 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 2 | -4/+4 |
* | Update svn properties. | Jeff Ames | 2009-04-06 | 1 | -631/+631 |
* | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 2009-04-05 | 3 | -1/+171 |
* | * Fixed copyright headers on HyperGrid source files. (Now match the rest of O... | Adam Frisby | 2009-04-05 | 2 | -50/+48 |
* | DST setting wasn't transferred to client, leading to wrong time display. | Homer Horwitz | 2009-04-04 | 1 | -1/+1 |
* | Remove some Mono warnings. | Homer Horwitz | 2009-04-04 | 1 | -2/+2 |
* | Added one more delegate to Caps, and a few guards, so that these objects can ... | diva | 2009-04-03 | 2 | -14/+42 |
* | More refactoring. This time extracting the client-side of RESTInterregionComm... | diva | 2009-04-01 | 1 | -0/+555 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
* | Added AllowLoginWithoutInventory to LoginService, to be overwritten in subcla... | diva | 2009-04-01 | 3 | -15/+41 |
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 1 | -3/+4 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 5 | -2092/+2117 |
* | HGInventoryService now uses the actual authority portion of the user's key to... | diva | 2009-03-30 | 3 | -1159/+1160 |
* | Sigh. Manual data typing grief. | diva | 2009-03-30 | 3 | -18/+20 |
* | Added Authorization client code that interfaces with HGLoginAuthService. Impr... | diva | 2009-03-29 | 3 | -21/+192 |
* | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2009-03-29 | 5 | -2083/+2105 |
* | Moved some files around, so that it's easier to share code between standalone... | diva | 2009-03-29 | 2 | -1/+637 |
* | Forgot to comment an unnecessary log message on my last commit. | diva | 2009-03-26 | 1 | -2/+2 |
* | Notecard updates bypassing the regions. (HGStandalone only) | diva | 2009-03-26 | 1 | -1/+7 |
* | Small refactoring in Caps, no functional changes. | diva | 2009-03-26 | 1 | -5/+25 |
* | * Minor fixes, inverted an if for readability and introduced a virtual pre-pr... | lbsa71 | 2009-03-26 | 1 | -4/+20 |