Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cost Reduction : Removing verbose message.... | sacha | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | Clean up some messiness in IM sending. Having offline IM enabled now no longer | Melanie Thielker | 2010-08-04 | 2 | -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's | Melanie Thielker | 2010-08-04 | 1 | -1/+1 |
| | | | | show it! | ||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-31 | 2 | -16/+56 |
|\ | |||||
| * | remove gods event subscription to gods module from scene | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -0/+13 |
| | | |||||
| * | move attachment subscription events into AttachmentsModule from scene. | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -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 new | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -19/+25 |
| | | |||||
* | | Bannination fixes. Objects in nonpublic parcels were muted by default. Gods | Melanie Thielker | 2010-07-30 | 1 | -1/+5 |
| | | | | | | | | were muted, too. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-20 | 4 | -157/+213 |
|\ \ | |/ | |||||
| * | adjust DialogModule to only send broadcast alerts to root agents | Justin Clark-Casey (justincc) | 2010-07-20 | 1 | -2/+3 |
| | | |||||
| * | Allow communicating with blue box dialogs across a region border via a | Melanie Thielker | 2010-07-17 | 1 | -8/+7 |
| | | | | | | | | child agent | ||||
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-07-14 | 4 | -157/+213 |
| |\ | |||||
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-07-14 | 1 | -55/+48 |
| | |\ | |||||
| | * | | improve closing of load/save iar streams in the event of a problem | Justin Clark-Casey (justincc) | 2010-07-14 | 4 | -157/+213 |
| | | | | |||||
| * | | | Detach attachments displaced by other attachments | Melanie Thielker | 2010-07-14 | 1 | -5/+19 |
| | |/ | |/| | |||||
* | | | Allow communicating with blue box dialogs across a region border via a | Melanie Thielker | 2010-07-17 | 1 | -8/+7 |
| | | | | | | | | | | | | child agent | ||||
* | | | Detach attachments displaced by other attachments | Melanie Thielker | 2010-07-14 | 1 | -5/+19 |
| | | | |||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-14 | 2 | -6/+128 |
|\ \ \ | |/ / | |||||
| * | | Major attachments cleanup. Remove unused AttachObject ClientView method | Melanie | 2010-07-14 | 1 | -54/+47 |
| | | | | | | | | | | | | | | | Clean up use of AttachObject throughout, reduce number of overloads and number of parameters | ||||
| * | | Remove useless quaternion parameter from AttachObject sig | Melanie Thielker | 2010-07-14 | 1 | -4/+4 |
| |/ | |||||
| * | Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵ | Justin Clark-Casey (justincc) | 2010-07-14 | 2 | -6/+128 |
| | | | | | | | | the iar module from being able to save single item iars | ||||
* | | Major attachments cleanup. Remove unused AttachObject ClientView method | Melanie Thielker | 2010-07-14 | 1 | -54/+47 |
| | | | | | | | | | | Clean up use of AttachObject throughout, reduce number of overloads and number of parameters | ||||
* | | Remove useless quaternion parameter from AttachObject sig | Melanie Thielker | 2010-07-14 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-13 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | uncomment a load iar code line I accidentally commented in the last commit | Justin Clark-Casey (justincc) | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | | hooray for automated tests | ||||
| * | comment out a lot of the debug log messages when loading an iar | Justin Clark-Casey (justincc) | 2010-07-12 | 1 | -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 message | Justin Clark-Casey (justincc) | 2010-06-30 | 1 | -2/+2 |
| | | |||||
* | | Fix IMs the right way. This sets it up so that timestamps are actually | Melanie Thielker | 2010-07-03 | 2 | -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-refactor | Melanie | 2010-07-02 | 1 | -2/+2 |
|\ \ | |||||
| * | | minor: comment out high volume texture serving module debug message | Justin Clark-Casey (justincc) | 2010-06-30 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-30 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | One more bug fix in FriendsModule: GrantRights. One of the caches was not ↵ | Diva Canto | 2010-06-28 | 1 | -0/+7 |
| | | | | | | | | being updated. | ||||
| * | Security fix: Allow only textures to be fetched using HTTP texture cap | Melanie Thielker | 2010-06-22 | 1 | -0/+12 |
| | | |||||
* | | Force IM timestamps to current server time to prevent "Saved on" headers | Melanie Thielker | 2010-06-28 | 1 | -0/+4 |
| | | | | | | | | while the sender is online | ||||
* | | Add the object owner UUID into the binary bucket of object to user IM | Melanie Thielker | 2010-06-24 | 1 | -0/+2 |
| | | |||||
* | | Replace the imSessionID, which is useless out of context, with the scope id | Melanie Thielker | 2010-06-24 | 1 | -0/+7 |
| | | | | | | | | in saved IMs | ||||
* | | New viewers don't set the "save offline IM" flag anymore. Set it serverside | Melanie Thielker | 2010-06-24 | 1 | -0/+6 |
| | | | | | | | | so messages get saved | ||||
* | | Security fix: Allow only textures to be fetched using HTTP texture cap | Melanie Thielker | 2010-06-22 | 1 | -0/+12 |
| | | |||||
* | | Set the offline flag in inventory offers | Melanie Thielker | 2010-06-20 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-19 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Bug fix: wrong name of requester in local friendship offer. | Diva Canto | 2010-06-19 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-18 | 4 | -78/+123 |
|\ \ | |/ | |||||
| * | Fix problem where iar load would duplicate huge number of folders | Justin Clark-Casey (justincc) | 2010-06-18 | 2 | -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 creation | Justin Clark-Casey (justincc) | 2010-06-18 | 2 | -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-18 | 4 | -27/+36 |
| | | | | | | | | just the first one | ||||
* | | Add "alert dialog" for sending dialogs to users from the console | Tom Grimshaw | 2010-06-14 | 1 | -0/+13 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-14 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵ | Diva Canto | 2010-06-13 | 2 | -2/+2 |
| | | | | | | | | neighbours. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-12 | 2 | -36/+48 |
|\ \ | |/ | |||||
| * | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵ | Justin Clark-Casey (justincc) | 2010-06-11 | 1 | -2/+2 |
| | | | | | | | | | | | | GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd. |