aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-03Allow cross-scope friendships to work, and also allow other cross scope nameMelanie1-1/+1
resolution
2011-01-03Fix scoping for prim region crossingsMelanie1-1/+1
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto1-1/+1
command. mantis #5259
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto2-6/+6
Changed the stored region names of HG regions. Increased the size of regionName in DB.
2010-11-29Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto1-3/+7
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
2010-11-26Creator information preserved upon HG transfers.Diva Canto2-8/+87
2010-11-27Refactor appearance and avatar data sending code. Paritioning the routines ↵Mic Bowman1-1/+3
into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. Cleaned up the avatar update calls in the groups code. Cleaned up some commented and debugging code, and a few formating fixes.
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2-0/+25
capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2-24/+38
themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
2010-11-21Global creator information working on MySQL DB and on load/save OARs. ↵Diva Canto1-0/+297
Creator name properly shown on the viewer as first.last @authority. New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars. Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule.
2010-11-17minor: add some method commentsJustin Clark-Casey (justincc)1-2/+7
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-5/+13
save properly, as will the results of a resizer script working. Attachment positions are no longer saved on each move, but instead are saved once on logout. Attachment script states are saved as part of the attachment now when detaching.
2010-11-08Call attachment cleanup when an agent crosses outMelanie Thielker1-0/+2
2010-10-30Change level of some logging messages, turning some info into arguably more ↵Justin Clark-Casey (justincc)1-5/+6
appropriate debug to reduce console spam when log level is info
2010-10-24* throw debug message when no HomeURI is setJonathan Freedman1-0/+2
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2-19/+43
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-7/+20
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-10/+24
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d.
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman2-5/+8
2010-10-20* more url / hg cleanupJonathan Freedman1-24/+10
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-20/+7
2010-10-11* more url / hg cleanupJonathan Freedman1-24/+10
2010-10-08Fix an infinite recursionMelanie1-1/+4
2010-10-06Plumb the path for multiple object deletesMelanie1-5/+26
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto1-5/+17
client ip address to agent circuit data, so that it's always there.
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-20/+7
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe ↵John Hurliman1-6/+2
MapAndArray collection
2010-09-12Formatting cleanup.Jeff Ames4-18/+18
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system ↵Justin Clark-Casey (justincc)1-1/+1
folder up from connectors into Scene.Inventory.cs This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors. Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway.
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)2-7/+7
2010-08-31Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker1-1/+1
script state enum to reflect recent changes.
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2-118/+20
properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com>
2010-08-30local commit with parcel media bitsJonathan Freedman2-118/+20
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-27Addresses mantis #4991 -- HG between two regions with the same map ↵Diva Canto1-0/+9
coordinates fails with no warning
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race ↵Justin Clark-Casey (justincc)1-2/+4
conditions in linking and unlinking
2010-08-17* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() ↵John Hurliman1-1/+1
to fix the build
2010-08-16Attempt at sending TeleportProgress, but it doesn't seem to be doing ↵Diva Canto1-0/+3
anything at all. Left it commented, just as a reminder for where those messages could be sent.
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to ↵Diva Canto1-6/+4
TeleportStart, and now sending this upon all teleports, not just some, and in the right place (EntityTransferModule).
2010-08-15Better comment (related to previous commit)Diva Canto1-1/+1
2010-08-15Addresses mantis #4929. Agent was being logged off the grid too soon -- ↵Diva Canto2-6/+23
things may still fail.
2010-08-14In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from ↵Justin Clark-Casey (justincc)1-6/+4
libomv rather than little endian then swapping This avoids a problem with failing to swap on big-endian machines. This addresses http://opensimulator.org/mantis/view.php?id=4849 Thanks to Valy- for pointing this out and submitting a suggestion patch
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)4-24/+24
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)1-0/+169
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-18/+36
Change the slam bit from 3 to 4. Assume the old slam bit is always set. The new slam bit is a "changed owner" bit, correcting a bug where an item passed from the creator to another with less than full perms, then back (sale test) would arrive back full perm. Lots of in-code docs.
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-10Make taken items go back to the folder they came fromMelanie Thielker1-0/+14
2010-07-05Fixes additional bug reported in mantis #4841.Diva Canto1-2/+3
2010-07-04Got rid of all hyperassets references. Also fixed accessing textures in ↵Diva Canto2-5/+10
user's inventory in foreign grids.
2010-07-04Started to clean up the mess with HyperAssets in LLClientView. Fixed HG ↵Diva Canto3-0/+67
access to Notecards in user's inventory.