summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2017-04-14Change certificate store infrastructure to key off of the Subject KeyOz Linden
Id rather than sha1 hash, since that is rarely used in modern certs. The previous form was storing trusted certs using an empty sha1 hash value as the key, which meant most certificates matched... not good. Modify the LLCertException to pass certificate information back as LLSD rather than an LLPointer<LLCertificate>, because when the exception is being thown from the certificate constructor that results in one of a couple of other exceptions (even refcounting won't save you when the problem is that the thing you're pointing to never finished coming into being properly). Update the certificates in the llsechandler_basic_test to modern conventions, and extend the classes to allow for an optional validation date so that the test can use a fixed date. Also make all the certificates include the plain text form for ease of reference.
2017-03-14merge changes for 5.0.3-releaseOz Linden
2017-03-14coding styleOz Linden
2017-03-14remove use of cached controls for enable and override of voiceOz Linden
2017-03-14provide defaults for voice control settingsOz Linden
2017-03-14fix shadowed variable, disable daemon launch of voice disabledOz Linden
2017-03-13fix login on setup?Oz Linden
2017-03-13increment viewer version to 5.0.4Oz Linden
2017-03-13initialize mVoiceEnabled during setupOz Linden
2017-03-13clean up use of mVoiceEnabled (rename the session member mVoiceActive)Oz Linden
2017-03-10remove check for enabled and initialized following connect (may not be ↵Oz Linden
initialized yet at that point)
2017-03-10cosmetic improvements to loggingOz Linden
2017-03-10do not attempt voice login if connection setup failed, add better loggingOz Linden
2017-03-10include connector flag in connection retry responses, log when giving upOz Linden
2017-03-09disambiguate LLSD type for retry valueOz Linden
2017-03-09construct tag string without using +=Oz Linden
2017-03-09add retries for Connection, remove user notices on retry (just tell them ↵Oz Linden
when we give up)
2017-03-09experiment reformatting of tags in log linesOz Linden
2017-03-09correct fetching of VivoxDebugLevel and setting default, passing args to ↵Oz Linden
failure notice
2017-03-09split voice failure notice into permanent and retrying noticesOz Linden
2017-03-09Distinguish between failures with retries and those withoutOz Linden
Add retry time to temporary failure notice Pass VivoxDebugLevel setting to SLVoice Add more setup logging
2017-03-09do not insert a null char into the std::string when serializing llsd notationOz Linden
2017-03-08merge changes for MAINT-7156Oz Linden
2017-03-08revert structure change, introduce VoiceFont logging tagOz Linden
2017-03-08improved some failure logging and log control granularityOz Linden
2017-03-06merge changes for 5.0.2-releaseOz Linden
2017-03-06increment viewer version to 5.0.3Oz Linden
2017-03-01MAINT-7161 Crash in LLViewerInventoryItemandreykproductengine
2017-03-01VOICE-5: Add voice connection stats to the ViewerStats messageOz Linden
2017-02-27VOICE-46: allow longer connection timeout, with fewer retries. Clarify ports ↵Oz Linden
needed. Remove pointless in-progress notice
2017-02-27Look for logcontrol-dev.xml in the user settings directoryOz Linden
2017-02-27VOICE-44: correct AtOrientation delta check so that facing isOz Linden
reported correctly
2017-02-24MAINT-7156: do not use the server-supplied agent email when sending a ↵Oz Linden
postcard because it is obfuscated and not needed
2017-02-13MAINT-6999 Cap attachment render weightandreykproductengine
2017-02-10Merged in lindenlab/viewer-bearAndreyL ProductEngine
2017-02-09MAINT-7095 Fixed Detached and reduced nearby chat floater does not maintain ↵andreykproductengine
its position through viewer restart.
2017-02-07MAINT-7112 FIXED URI namespace /completename is still affected by the ↵Mnikolenko Productengine
Usernames viewer setting.
2017-02-06MAINT-2001 Fixes colums misbeheavingandreykproductengine
2017-02-03MAINT-6959: Use localized category namesAnsariel Hiller
2017-02-03Merged in lindenlab/viewer-bearAndreyL ProductEngine
2017-02-03MAINT-2438 Fixes wrong permissions sourceandreykproductengine
2017-02-03MAINT-7103 New URI namespace /legacynameMnikolenko Productengine
2017-02-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2017-02-02merge changes for 5.0.1-releaseOz Linden
2017-02-02increment viewer version to 5.0.2Oz Linden
2017-02-02MAINT-288 Fixed Content of 'Object contents' tab blinks after editing it's ↵andreykproductengine
permissions
2017-02-01MAINT-7099 FIXED 'IM' and 'Voice call' menu items should be disabled for the ↵Mnikolenko Productengine
group, which you have already left
2017-02-01MAINT-7096 FIXED The last item on the block list cannot be readMnikolenko Productengine
2017-02-01MAINT-725 Script debug floater functionality is borked, rendering it ↵Mnikolenko Productengine
completely useless for scripters
2017-01-31MAINT-7094 Fixed Adjust messages in the viewer for new xml tagsandreykproductengine