aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-26Unbranding word of the day is "Second Life".David Seikel1-0/+1
2011-02-25Unbranding. Todays word is "linden".David Seikel8-9/+8
2011-02-13UNBRANDING! Conservativley remove references to "second life", replacing ↵David Seikel1-1/+1
them with something generic.
2011-02-10Remove special handling of linden estates. We don't have them in meta, and ↵David Seikel1-9/+0
that sort of policy should be server side anyway. It's good to remove useless code. As usual I found three ways of recognising linden estates being used in the code, makes it hard to find them all. Might be some left over.
2011-02-10Revert "For meta7 - while LL reserves the first 5 estate numbers for it's ↵David Seikel1-1/+1
own use, we never did that here in meta7." This should have been in the weekly branch. This reverts commit 08dd8adc3d12abdca430b6a1ea9c570258b4e655.
2011-02-10For meta7 - while LL reserves the first 5 estate numbers for it's own use, ↵David Seikel1-1/+1
we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies.
2011-02-08For meta7 - while LL reserves the first 5 estate numbers for it's own use, ↵David Seikel1-1/+1
we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies.
2011-01-25Add an UI for Display name settings to prefs general, make the setting more ↵Armin Weatherwax1-1/+1
intuitive instead: of 0 legacy only , 1 both and 2 display names only we use now: 0 legacy, 1 display names only and 2 both
2011-01-24Henri Beauchamp: Display Names support v4Armin Weatherwax4-0/+968
2010-12-22load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax2-0/+93
2010-11-17IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood12-210/+121
See http://redmine.imprudenceviewer.org/issues/590
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood13-33/+37
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
2010-11-01Fixed message builder files missing from CMakeMcCabe Maxsted1-0/+2
2010-11-01Merges the Message log and Message builder from Inertia in.RevolutionSmythe9-19/+197
2010-10-01SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-10-01RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood3-260/+528
See http://redmine.imprudenceviewer.org/issues/556
2010-09-30SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-09-28RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood3-260/+528
See http://redmine.imprudenceviewer.org/issues/556
2010-09-23llmediaplugins first stepArmin Weatherwax11-0/+1164
2010-08-28Potential fix for #447: llSetText text shows characters as invalidMcCabe Maxsted1-1/+1
2010-07-07Updated hipporestrequest code to hippo 0.6.3McCabe Maxsted2-11/+14
2010-06-26Fixed memory leak in llmessage/llhttpclient.cpp (backported from SL 2.0)McCabe Maxsted1-0/+1
2010-06-19Applied patch by Kirstenlee Cinquetti for SNOW-493: ↵McCabe Maxsted1-57/+156
LLDataPackerBinaryBuffer::unpack*() check for buffer overflow, then read buffer regardless
2010-06-19Updated patch to SNOW-492 (76937222) to Merov Linden's SNOW-492-2.patchMcCabe Maxsted1-13/+17
2010-04-26Rare crash fix from Hippo for payment dialog under lagMcCabe Maxsted1-1/+5
2010-02-18SNOW-492: LLDataPacker::unpackstring() is unsafe.Jacek Antonelli1-5/+18
Patch by Robin Cornelius.
2010-02-16Ported some asset storage changes from Snowglobe.Jacek Antonelli2-22/+31
2010-02-08Ported some cURL and HTTP-related changes from Snowglobe.Jacek Antonelli3-16/+39
2010-02-08Ported many APR changes from Snowglobe.Jacek Antonelli1-1/+1
2009-11-18VWR-12620: Linux compile fails with -O2 (--type=Release)Jacek Antonelli1-2/+1
Patch by Alissa Sabre.
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli170-844/+2139
2009-03-07Applied memleak patch from VWR-9400McCabe Maxsted1-8/+6
2009-02-18Fixed crash in Top ScriptsMcCabe Maxsted1-2/+6
2009-02-17Backported LLSD changes from 1.22McCabe Maxsted2-0/+2
2009-01-14Updated llmessageMcCabe Maxsted18-94/+305
2009-01-13Backported message timeout changesMcCabe Maxsted1-2/+21
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli158-158/+158
2008-12-29Added inventory changes for one method of inventory loss and upcoming new ↵unknown3-0/+30
inv capabilities
2008-12-06VWR-9400-patch2 (memleak whenever an LSL script is uploaded)Jacek Antonelli1-4/+3
Patch by Henri Beauchamp.
2008-12-06VWR-9400 (memleak whenever an LSL script is uploaded)Jacek Antonelli1-4/+3
Patch by Carjay McGinnis.
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli23-73/+498
2008-10-08Second Life viewer sources 1.21.5-RCJacek Antonelli3-27/+150
2008-09-28Second Life viewer sources 1.21.3-RCJacek Antonelli11-38/+96
2008-09-17VWR-3877: A nasty possible memory overwrite and two minor leaks.Nicholaz Beresford1-20/+21
2008-09-12Second Life viewer sources 1.21.2-RCJacek Antonelli14-45/+21
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli73-3268/+2422
2008-08-15Second Life viewer sources 1.20.13Jacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli22-214/+233
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli18-4023/+1482
2008-08-15Second Life viewer sources 1.19.1.2Jacek Antonelli6-19/+12