aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-5/+13
2014-05-02minor: Comment out Cacheitems debug log lines for nowJustin Clark-Casey (justincc)1-6/+6
2014-04-29Fixed the UpdateAgentInformation CAP: the viewer expects the simulator to ech...Oren Hurvitz1-6/+7
2014-04-05Revert "Don't re-retrieve sit part in SP.HandleAgentSit() when we already hav...Justin Clark-Casey (justincc)1-2/+0
2014-04-05Don't re-retrieve sit part in SP.HandleAgentSit() when we already have it.Justin Clark-Casey (justincc)1-0/+2
2014-03-21rename prefix of scene-inventory.<scene-name>.ProcessedFetchInventoryRequests...Justin Clark-Casey (justincc)1-34/+36
2014-03-19minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests i...Justin Clark-Casey (justincc)1-2/+2
2014-03-18Add scene.<scene-name>.ProcessedFetchInventoryRequestsJustin Clark-Casey (justincc)1-15/+41
2014-03-18Add scene.<scene-name>.QueuedFetchInventoryRequests statJustin Clark-Casey (justincc)1-0/+19
2014-03-17Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2-7/+194
2014-02-12If a caller tries to queue a CAPs message to a scene presence that has no eve...Justin Clark-Casey (justincc)2-7/+99
2014-02-04Dropping the rest of Avination's modified appearance code for core.Melanie1-28/+198
2014-01-11varregion: properly pack the region size parameters so he viewer will parse t...Robert Adams1-6/+6
2014-01-11varregion: Debug messages for region crossing debugging.Robert Adams1-5/+6
2014-01-04varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2-19/+45
2014-01-03varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2-19/+45
2013-12-18Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...Justin Clark-Casey (justincc)1-3/+3
2013-12-06minor: Use enums for setting inv/asset types on data upload rather than magic...Justin Clark-Casey (justincc)1-7/+7
2013-12-06Properly set InventoryType.Snapshot when a snapshot is uploadedJustin Clark-Casey (justincc)1-0/+4
2013-10-31minor: remove mono compiler warnings in AvatarPickerSearchModule and UploadBa...Justin Clark-Casey (justincc)2-7/+3
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2-0/+5
2013-09-11Change handling of the FetchInventoryDescendents2 capability configuration to...Mic Bowman1-23/+36
2013-09-02Fix bug where users teleporting to non-neighbour regions could continue to he...Justin Clark-Casey (justincc)1-2/+2
2013-08-14minor: Comment out AvatarPicketSearch caps log message for now, which is occu...Justin Clark-Casey (justincc)1-1/+1
2013-08-12minor: Extend warning message when adding trying to add an event for a client...Justin Clark-Casey (justincc)1-3/+8
2013-08-08Fix an issue where under teleport v2 protocol, teleporting from regions in an...Justin Clark-Casey (justincc)1-1/+1
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-1/+5
2013-07-30Doing the HG Map / SimulatorFeatures "the right way": moved it to HGMapModule...Diva Canto1-12/+3
2013-07-30After talking to lkalif on the IRC: SimulatorFeatures response: renamed the O...Diva Canto1-6/+7
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-2/+2
2013-07-26Slight improvement: no need to delay the removal of the queues in EQ, because...Diva Canto1-8/+0
2013-07-25This should fix all issues with teleports. One should be able to TP as fast a...Diva Canto1-44/+14
2013-07-18Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto1-2/+9
2013-07-18Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto1-3/+5
2013-07-17Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto1-5/+3
2013-07-17Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto1-3/+5
2013-07-16revert last commit which seems to conflict with DoubleQueue internals. The ra...dahlia1-10/+5
2013-07-16add locking to internal queue in WebFetchInvDescModule; lack of which caused ...dahlia1-5/+10
2013-07-16Simplify EventQueue cap setup so that it is also stat monitored.Justin Clark-Casey (justincc)1-45/+29
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)3-48/+33
2013-07-15Guard against null refDiva Canto1-1/+2
2013-07-12Changed UploadBakedTextureModule so that it uses the same pattern as the othe...Diva Canto1-8/+27
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)2-3/+10
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-1/+1
2013-07-06Get InventoryWorkerThreads to update watchdog on processing requestsJustin Clark-Casey (justincc)1-0/+2
2013-06-17minor: remove mono compiler warnings in WebFetchInvDescModuleJustin Clark-Casey (justincc)1-3/+2
2013-06-14Don't try to abort worker threads in WebFetchInvDescModule if module was not ...Justin Clark-Casey (justincc)1-6/+4
2013-06-07Put the configuration back in FetchInventoryDesc2 cap.Diva Canto1-0/+29