aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey2009-04-161-2/+1
* * Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey2009-04-161-42/+105
* * Since that was seemingly an false alarm, reverting the revert.lbsa712009-04-166-5/+15
* * bizarrely, two reports that that last commit broke script engine startup (!...lbsa712009-04-166-15/+5
* * Started arduous config refactoring task with babystep introduction of commo...lbsa712009-04-166-5/+15
* Correctly flag group owned prims in the land prim listMelanie Thielker2009-04-161-1/+1
* Fix build break and change some groups interfacesMelanie Thielker2009-04-161-1/+1
* Expose the GroupRecord and it's accessor APIMelanie Thielker2009-04-161-0/+15
* Commit the group deeding support, thank you, mcortezMelanie Thielker2009-04-151-0/+3
* minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey2009-04-151-22/+22
* Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2009-04-151-1/+1
* Fix a test-breakage introduced in r9144Homer Horwitz2009-04-141-2/+2
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-147-3/+91
* * Change simple asset cache test to manually pump the asset server rather tha...Justin Clarke Casey2009-04-142-16/+28
* Changing the CAP seed to be the string representation of a full UUID, instead...diva2009-04-141-1/+4
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-146-37/+33
* * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey2009-04-141-43/+40
* Formatting cleanup.Jeff Ames2009-04-141-5/+5
* Add copyright headers.Jeff Ames2009-04-141-1/+28
* Update svn properties.Jeff Ames2009-04-141-49/+49
* Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker2009-04-141-0/+1
* This was needed for the prior commit.diva2009-04-141-0/+24
* * Changed all privates to m_ schemelbsa712009-04-131-100/+100
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-135-19/+73
* * Patch from RemedyTomm Mantis 3440Teravus Ovares2009-04-101-0/+7
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-1/+4
* * Terminate OpenSim startup if we cannot listen to the designated HTTP portJustin Clarke Casey2009-04-091-2/+6
* * Added some more experimental code; nothing wired in so far.lbsa712009-04-094-17/+204
* * butterfingerslbsa712009-04-081-6/+6
* * Introduced some experimental code with regards to asset data substitutionlbsa712009-04-085-3/+87
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-083-8/+33
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+4
* Update svn properties.Jeff Ames2009-04-063-767/+767
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-053-1/+171
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-054-100/+96
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+1
* 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-042-3/+3
* Preliminary work to support ObjectSpin* packets when user invokes CTRL / SHIF...nlin2009-04-041-0/+4
* Added one more delegate to Caps, and a few guards, so that these objects can ...diva2009-04-032-14/+42
* More refactoring. This time extracting the client-side of RESTInterregionComm...diva2009-04-011-0/+555
* One more bit of refactoring, so this can be used outside region code.diva2009-04-011-0/+42
* Refactoring, no functional changes. Moved ChildAgentDataUpdate data structure...diva2009-04-012-125/+162
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-014-4/+4
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-0/+36
* * Added NUnit tested utility function GetHashGuid() for future use.lbsa712009-04-012-7/+48
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in subcla...diva2009-04-013-15/+41
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-312-10/+24
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-315-2092/+2117
* Adds support at the inventory server for direct inventory manipulation from a...diva2009-03-301-1/+23