aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-25Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble4-13/+12
2009-04-24* minor: move user profile test utils to test/common/setup for future reuseJustin Clarke Casey2-67/+1
2009-04-24* correct spelling mistake in item seiralizationJustin Clarke Casey1-2/+2
2009-04-24* minor: make inventory item deserialization code easier to readJustin Clarke Casey1-52/+26
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey1-3/+1
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey3-8/+202
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey5-6/+33
2009-04-23* Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey4-20/+117
2009-04-23move the lock out a bit further in the ProccessAssetCache loop to reduceSean Dague1-16/+18
2009-04-23based on recent unit test output, put some extra checking in theSean Dague1-1/+9
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2-6/+9
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey3-21/+37
2009-04-22* Allow plugins to play nicely in UserManagerBaseJustin Clarke Casey1-23/+25
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey3-65/+68
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+11
2009-04-22cleaning up, fixing warningsDr Scofield3-15/+14
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames4-53/+52
2009-04-21* Comment out user profile cache update method for nowJustin Clarke Casey4-19/+30
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke2-18/+72
2009-04-21* extend user cache update test to check data backendJustin Clarke Casey1-0/+3
2009-04-21* Add the ability to update profiles via the cache, so that cached profiles d...Justin Clarke Casey3-1/+53
2009-04-20Add PlacesQuery packetMelanie Thielker1-0/+3
2009-04-19Reverting r9224. We don't have scripts in the SL sense (with binary and state).Homer Horwitz1-1/+1
2009-04-19Change invType of scripts from "lsl_text" to "script". Fixes Mantis #3482.Homer Horwitz1-1/+1
2009-04-18Addresses mantis #3485.diva1-2/+2
2009-04-18Commit agent to DB immediately after creation, for LLSD logins too. Addresses...diva1-0/+6
2009-04-17Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke4-0/+80
2009-04-17add fix for LLSDVoiceAccountResponse to work with freeswitch (from RobSean Dague1-0/+10
2009-04-17* Change inventory archiver module to use profile cacheJustin Clarke Casey1-1/+2
2009-04-17Add copyright header.Jeff Ames1-1/+28
2009-04-17Update svn properties.Jeff Ames1-11/+11
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa7110-54/+45
2009-04-17* remind me to never touch EstateSettings ever again. Ever.lbsa711-4/+4
2009-04-17* Extend get user profile test to cover retrieval by nameJustin Clarke Casey2-37/+28
2009-04-17* Apparently, I broke reflection voodo. Reverting.lbsa711-22/+22
2009-04-17quick fix for mantis #3477 --- m_configMember is being picked up byDr Scofield1-26/+26
2009-04-17* Some more work on refactoring configs;lbsa7111-143/+146
2009-04-16* minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey1-2/+1
2009-04-16* Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey1-42/+105
2009-04-16* Since that was seemingly an false alarm, reverting the revert.lbsa716-5/+15
2009-04-16* bizarrely, two reports that that last commit broke script engine startup (!...lbsa716-15/+5
2009-04-16* Started arduous config refactoring task with babystep introduction of commo...lbsa716-5/+15
2009-04-16Correctly flag group owned prims in the land prim listMelanie Thielker1-1/+1
2009-04-16Fix build break and change some groups interfacesMelanie Thielker1-1/+1
2009-04-16Expose the GroupRecord and it's accessor APIMelanie Thielker1-0/+15
2009-04-15Commit the group deeding support, thank you, mcortezMelanie Thielker1-0/+3
2009-04-15minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey1-22/+22
2009-04-15Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson1-1/+1
2009-04-14Fix a test-breakage introduced in r9144Homer Horwitz1-2/+2
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva7-3/+91