<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llprimitive/llmediaentry.cpp, branch 26.1.1</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=26.1.1</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=26.1.1'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2025-12-02T19:48:12Z</updated>
<entry>
<title>#5086 Fix 'Copy SLURL' generating obsolete http link</title>
<updated>2025-12-02T19:48:12Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2025-12-02T13:49:30Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=35661866fbaa5d1b1437c998d61121cf651839a5'/>
<id>urn:sha1:35661866fbaa5d1b1437c998d61121cf651839a5</id>
<content type='text'>
use https
</content>
</entry>
<entry>
<title>Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible loss of precision" warnings</title>
<updated>2024-06-01T13:49:26Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2024-06-01T13:49:26Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8'/>
<id>urn:sha1:b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SL-2202 Add exception handling around boost::regex_match() calls in the viewer</title>
<updated>2021-01-11T15:07:03Z</updated>
<author>
<name>Mnikolenko Productengine</name>
<email>mnikolenko@productengine.com</email>
</author>
<published>2021-01-11T15:07:03Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=03921adb1211c6def0ce5c791e2455643142a92a'/>
<id>urn:sha1:03921adb1211c6def0ce5c791e2455643142a92a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FIX DEV-41949: LLMediaEntry::setWhitelist() and LLMediaEntry::asLLSD() have a contract conflict</title>
<updated>2009-11-10T20:29:20Z</updated>
<author>
<name>Rick Pasetto</name>
<email>rick@lindenlab.com</email>
</author>
<published>2009-11-10T20:29:20Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=2420a4b90c964bcc2c928c4593652fdf81e0e20f'/>
<id>urn:sha1:2420a4b90c964bcc2c928c4593652fdf81e0e20f</id>
<content type='text'>
Review #32

This code will go into both server 1.32 branch and the viewer branch.

As proposed in DEV-41949, I've changed setWhitelist(const LLSD &amp;whitelist) to clear the whitelist if the WHITELIST_KEY is not present in the passed-in 'whitelist'. I've also made sure that asLLSD() ensures that the WHITELIST_KEY is erased in the given LLSD.
</content>
</entry>
<entry>
<title>Redo Bao's broken merge</title>
<updated>2009-11-04T22:59:23Z</updated>
<author>
<name>Bryan O'Sullivan</name>
<email>bos@lindenlab.com</email>
</author>
<published>2009-11-04T22:59:23Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=b806edf4ac47d18e1a43fb8dbb5fbcad8d13192f'/>
<id>urn:sha1:b806edf4ac47d18e1a43fb8dbb5fbcad8d13192f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>svn merge -r 134922:134973 svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-7</title>
<updated>2009-10-01T02:35:53Z</updated>
<author>
<name>Monroe Williams</name>
<email>monroe@lindenlab.com</email>
</author>
<published>2009-10-01T02:35:53Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=cf9239cabcf7999a2d2393bd4bdb6fc08e27c09c'/>
<id>urn:sha1:cf9239cabcf7999a2d2393bd4bdb6fc08e27c09c</id>
<content type='text'>
Merging branches/media-on-a-prim/moap-7 down to viewer-2.0.
</content>
</entry>
</feed>
