aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-167-4/+92
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-2/+2
* Guard against the null UUID being queried from the userserverMelanie Thielker2008-08-161-0/+5
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-0/+14
* Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker2008-08-151-1/+1
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-29/+29
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+2
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-1/+19
* Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2008-08-141-0/+11
* Thanks, BlueWall, for a patch that:Dahlia Trimble2008-08-141-1/+1
* Mantis #1946Melanie Thielker2008-08-143-1/+13
* Add a Find(Predicate) method to the cache to look for items by dataMelanie Thielker2008-08-131-0/+11
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-131-6/+24
* * Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey2008-08-121-1/+3
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-122-71/+30
* * Remove warningsJustin Clarke Casey2008-08-091-3/+0
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-092-7/+12
* * minor: oops, forgot the code that actually ends up eliminating the unused c...Justin Clarke Casey2008-08-091-12/+0
* * minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey2008-08-091-1/+0
* * minor: Remove unused message from the asset server configurationJustin Clarke Casey2008-08-091-8/+0
* * minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2008-08-091-12/+0
* * Change _Config.xml node selection code to allow commentsJustin Clarke Casey2008-08-091-5/+5
* * Make session security (secure inventory) configuration FALSE by defaultJustin Clarke Casey2008-08-091-1/+1
* * minor: remove redundant welcome message from inventory grid server configur...Justin Clarke Casey2008-08-091-8/+2
* * Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2008-08-091-1/+14
* Sorry, thoughtI had added that :/Melanie Thielker2008-08-081-0/+77
* Patch #9160Melanie Thielker2008-08-081-40/+1
* * All CheckRegion within an instance would use the same, global, bool for 'Av...lbsa712008-08-081-2/+2
* De-coupling the IClientAPI interface and ClientManager class from theMike Mazur2008-08-082-2/+7
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-081-460/+460
* Committing first draft of the universal cache. This is by no meansMelanie Thielker2008-08-071-0/+467
* Minor formatting cleanup.Jeff Ames2008-08-071-1/+1
* * Make currently selected region appear in the region console promptJustin Clarke Casey2008-08-051-2/+7
* * refactor: change console base 'component name' to 'default prompt' since th...Justin Clarke Casey2008-08-051-4/+13
* * minor: correct spelling, remove warningJustin Clarke Casey2008-08-011-2/+2
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-012-1/+9
* * minor: add to the thread tracker the thread with which the thread tracker t...Justin Clarke Casey2008-08-011-1/+2
* * Register main thread as console thread with thread trackerJustin Clarke Casey2008-08-011-0/+4
* * minor: get rid of count number from 'show threads' display since they all h...Justin Clarke Casey2008-08-011-12/+1
* * correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey2008-08-011-0/+4
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-014-29/+44
* * minor: eliminate some unused variables in InventoryFolderImplJustin Clarke Casey2008-08-011-2/+0
* Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker2008-08-011-0/+16
* Thanks, Zaki, for a patch that addresses unhandled exceptions in theMike Mazur2008-08-011-4/+17
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-312-27/+27
* * refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey2008-07-311-5/+50
* * refactor: eliminate unused SubFoldersCountJustin Clarke Casey2008-07-311-11/+3
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-312-9/+55
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2008-07-312-19/+18
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-312-3/+11