From 36b31c11bc6dea2e3a6a25b6e74df703afdfca7e Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Mon, 21 Mar 2011 00:15:28 +0100 Subject: several embedded browser proxy fixes and one small cookie fix * split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ). --- linden/indra/newview/app_settings/settings.xml | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'linden/indra/newview/app_settings/settings.xml') diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 2a508ee..c381d99 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -2311,6 +2311,41 @@ Value 0 + + XMLRPCProxyAddress + + Comment + Address for the XMLRPC Web Proxy + Persist + 1 + Type + String + Value + + + XMLRPCProxyEnabled + + Comment + Use XMLRPC Proxy + Persist + 1 + Type + Boolean + Value + 0 + + XMLRPCProxyPort + + Comment + Port of the XMLRPC Proxy + Persist + 1 + Type + S32 + Value + 3128 + + AllowIdleAFK Comment -- cgit v1.1 From f10d168e0cb4e8dd666bdcbe7ead850be8235bc9 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Tue, 22 Mar 2011 02:32:25 +0100 Subject: Don't report crashes if the grid where the crash happened is different from the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate. --- linden/indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'linden/indra/newview/app_settings/settings.xml') diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index c381d99..315670c 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -677,6 +677,17 @@ Value Random + LastConnectedGrid + + Comment + Last grid actually connected to + Persist + 1 + Type + String + Value + + LastSelectedGrid Comment -- cgit v1.1 From 4131069d0f517180a92e8ebda20b4760ecaeb855 Mon Sep 17 00:00:00 2001 From: thickbrick Date: Fri, 1 Apr 2011 15:28:48 +0300 Subject: Fix 829: Several changes to media filter - Adds a "less annoying" mode, which attempts to only filter scripted streaming events. On by default (should we change that?) - Adds UI to enable and disable the media filter, both from the filter floater and from the preferences floater. - Adds a button to launch the filter floater to prefences. - Some UI tweaks to the filter floater. --- linden/indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'linden/indra/newview/app_settings/settings.xml') diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 2a508ee..5bd8c7e 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml @@ -8017,6 +8017,17 @@ 100 + MediaFilterOnlyRemoteCommands + + Comment + Whether Media Filter should only filter actions initiated remotely + Persist + 1 + Type + Boolean + Value + 1 + MediaOnAPrimUI Comment -- cgit v1.1