aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Remove warningsJustin Clarke Casey2008-08-091-3/+0
|
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-092-7/+12
| | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config
* * minor: oops, forgot the code that actually ends up eliminating the unused ↵Justin Clarke Casey2008-08-091-12/+0
| | | | configuration elements from the last checkin
* * 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
| | | | | | * these are not used
* * 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
| | | | | | * This will not affect existing configurations where the configuration question has already been answered
* * minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2008-08-091-8/+2
| | | | configuration
* * Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2008-08-091-1/+14
| | | | | | * add code comments
* Sorry, thoughtI had added that :/Melanie Thielker2008-08-081-0/+77
| | | | | | Missing file from pervious commit
* Patch #9160Melanie Thielker2008-08-081-40/+1
| | | | | | | Refactor proxy encode/decode methods out of the PacketPool into their own class.
* * All CheckRegion within an instance would use the same, global, bool for ↵lbsa712008-08-081-2/+2
| | | | | | | 'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
* De-coupling the IClientAPI interface and ClientManager class from theMike Mazur2008-08-082-2/+7
| | | | | | | libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come.
* 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
| | | | | | | finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL.
* 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
| | | | | | * This region is used for single region commands (such as save-xml2)
* * refactor: change console base 'component name' to 'default prompt' since ↵Justin Clarke Casey2008-08-051-4/+13
| | | | that's the only thing it's being used for
* * minor: correct spelling, remove warningJustin Clarke Casey2008-08-011-2/+2
|
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-012-1/+9
| | | | | | | | | Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
* * minor: add to the thread tracker the thread with which the thread tracker ↵Justin Clarke Casey2008-08-011-1/+2
| | | | tracks threads
* * 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 ↵Justin Clarke Casey2008-08-011-12/+1
| | | | have IDs
* * correct bug from last commit - for now don't drop cached user profile when ↵Justin Clarke Casey2008-08-011-0/+4
| | | | | | | | an agent is downgraded to a child agent * since upgrading to a root agent doesn't currently re-retrieve the user profile
* * Drop cached inventory from the local region when a user crosses out into a ↵Justin Clarke Casey2008-08-014-29/+44
| | | | | | | | | | remote region * May resolves inventory problems that occur when the user moves between two regions` * e.g. if the user moves to a second region, adds an inventory item, moves back to the original region then tries to manipulate that item * Not yet implemented for teleport
* * 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
| | | | | | | | owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration.
* Thanks, Zaki, for a patch that addresses unhandled exceptions in theMike Mazur2008-08-011-4/+17
| | | | | | PluginLoader when servers are started in parallel.
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-312-27/+27
|
* * refactor: rearrange path inventory manipulation so that input tidying can ↵Justin Clarke Casey2008-07-311-5/+50
| | | | be used for item paths as well
* * refactor: eliminate unused SubFoldersCountJustin Clarke Casey2008-07-311-11/+3
|
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-312-9/+55
| | | | | | * first pass method impl
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to ↵Justin Clarke Casey2008-07-312-19/+18
| | | | make actual function clearer
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-312-3/+11
|
* Thank you, HomerHorwitz, for a patch that implements ↵Melanie Thielker2008-07-311-0/+3
| | | | | | | | llSetCameraParams/llClearCameraParams. Fixes Mantis #1867
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-318-182/+174
| | | | | | PluginLoader. Fix issue 1871.
* * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby2008-07-301-17/+50
|
* * Refactored some heavily duplicated RequestSimProfileData functionslbsa712008-07-291-6/+19
| | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues.
* * refactor: move create user console command parsing down to OpenSim.cs from ↵Justin Clarke Casey2008-07-291-46/+1
| | | | CommunicationsManager
* Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-292-31/+66
| | | | | | | - LLSDLoginMethod should error out in similar way to XMLRPC login for already logged in condition - Have LLSDLoginMethod mirror the sequence of the XMLRPC for easier side by side compare - Log messages report which process XML or LLSD generated them for easier debugging
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-2/+2
| | | | | | | | service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer.
* Mantis#1817. Thank you kindly, sacha magne, for a patch that:lbsa712008-07-271-8/+16
| | | | | * Fixes a simulator crash when an asset file is missing on loading asset library.
* * Added safeguard to ensure valid inventoryserver uri.lbsa712008-07-271-3/+16
|
* enabled a config option to inventory server to be able to stop it doing the ↵MW2008-07-251-0/+6
| | | | | | | SessionId lookup to the user server. As this ties a inventory server to one userserver/grid. doing the look up is still enabled by default.
* * Remove dumb bug I put in which meant that an archive save would never ↵Justin Clarke Casey2008-07-251-6/+5
| | | | complete if there were any missing assets
* squasing warning.Dr Scofield2008-07-251-3/+3
|
* adding copyright statement.Dr Scofield2008-07-251-0/+27
|
* completing rename of ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-251-0/+0
|
* renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-252-4/+4
|