aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cost Reduction : Removing verbose message....sacha2010-08-041-1/+1
|
* Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2010-08-042-6/+10
| | | | suppresses "Inventory Saved" messages.
* A god is a god is a god is a god. Right? Right. You're a god from 200, let'sMelanie Thielker2010-08-041-1/+1
| | | | show it!
* Merge branch 'master' into careminster-presence-refactorMelanie2010-07-312-16/+56
|\
| * remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)2010-07-301-0/+13
| |
| * move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)2010-07-301-1/+22
| | | | | | | | restored to some heavy casting in order to preserve RegionCombinerModule semantics, pending better events.
| * convert attachments module from old region module style to newJustin Clark-Casey (justincc)2010-07-301-19/+25
| |
* | Bannination fixes. Objects in nonpublic parcels were muted by default. GodsMelanie Thielker2010-07-301-1/+5
| | | | | | | | were muted, too.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-204-157/+213
|\ \ | |/
| * adjust DialogModule to only send broadcast alerts to root agentsJustin Clark-Casey (justincc)2010-07-201-2/+3
| |
| * Allow communicating with blue box dialogs across a region border via aMelanie Thielker2010-07-171-8/+7
| | | | | | | | child agent
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-07-144-157/+213
| |\
| | * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-07-141-55/+48
| | |\
| | * | improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)2010-07-144-157/+213
| | | |
| * | | Detach attachments displaced by other attachmentsMelanie Thielker2010-07-141-5/+19
| | |/ | |/|
* | | Allow communicating with blue box dialogs across a region border via aMelanie Thielker2010-07-171-8/+7
| | | | | | | | | | | | child agent
* | | Detach attachments displaced by other attachmentsMelanie Thielker2010-07-141-5/+19
| | |
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-142-6/+128
|\ \ \ | |/ /
| * | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-54/+47
| | | | | | | | | | | | | | | Clean up use of AttachObject throughout, reduce number of overloads and number of parameters
| * | Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-4/+4
| |/
| * Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)2010-07-142-6/+128
| | | | | | | | the iar module from being able to save single item iars
* | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker2010-07-141-54/+47
| | | | | | | | | | Clean up use of AttachObject throughout, reduce number of overloads and number of parameters
* | Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-4/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-131-9/+9
|\ \ | |/
| * uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)2010-07-121-1/+1
| | | | | | | | hooray for automated tests
| * comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)2010-07-121-10/+10
| | | | | | | | | | these are very redundant now and cause issues when loading large iars diva, you may want to cherry pick this for 0.7-post-fixes since it only comments out log lines and nothing else
| * minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)2010-06-301-2/+2
| |
* | Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-032-32/+60
| | | | | | | | | | | | | | | | in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-021-2/+2
|\ \
| * | minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)2010-06-301-2/+2
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-0/+7
|\ \ | |/
| * One more bug fix in FriendsModule: GrantRights. One of the caches was not ↵Diva Canto2010-06-281-0/+7
| | | | | | | | being updated.
| * Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker2010-06-221-0/+12
| |
* | Force IM timestamps to current server time to prevent "Saved on" headersMelanie Thielker2010-06-281-0/+4
| | | | | | | | while the sender is online
* | Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker2010-06-241-0/+2
| |
* | Replace the imSessionID, which is useless out of context, with the scope idMelanie Thielker2010-06-241-0/+7
| | | | | | | | in saved IMs
* | New viewers don't set the "save offline IM" flag anymore. Set it serversideMelanie Thielker2010-06-241-0/+6
| | | | | | | | so messages get saved
* | Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker2010-06-221-0/+12
| |
* | Set the offline flag in inventory offersMelanie Thielker2010-06-201-0/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-191-1/+4
|\ \ | |/
| * Bug fix: wrong name of requester in local friendship offer.Diva Canto2010-06-191-1/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-184-78/+123
|\ \ | |/
| * Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2010-06-182-29/+52
| | | | | | | | | | This was http://opensimulator.org/mantis/view.php?id=4770 Extend unit tests to check for this scenario too
| * change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2010-06-182-32/+45
| | | | | | | | change some names in InventoryArchiveReadRequest in an effort to make the code more comprehendable
| * in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)2010-06-184-27/+36
| | | | | | | | just the first one
* | Add "alert dialog" for sending dialogs to users from the consoleTom Grimshaw2010-06-141-0/+13
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-142-2/+2
|\ \ | |/
| * Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-132-2/+2
| | | | | | | | neighbours.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-122-36/+48
|\ \ | |/
| * Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)2010-06-111-2/+2
| | | | | | | | | | | | GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.