diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewernetwork.cpp | 72 |
1 files changed, 34 insertions, 38 deletions
diff --git a/linden/indra/newview/llviewernetwork.cpp b/linden/indra/newview/llviewernetwork.cpp index 3652ebb..bca7415 100644 --- a/linden/indra/newview/llviewernetwork.cpp +++ b/linden/indra/newview/llviewernetwork.cpp | |||
@@ -13,12 +13,12 @@ | |||
13 | * ("GPL"), unless you have obtained a separate licensing agreement | 13 | * ("GPL"), unless you have obtained a separate licensing agreement |
14 | * ("Other License"), formally executed by you and Linden Lab. Terms of | 14 | * ("Other License"), formally executed by you and Linden Lab. Terms of |
15 | * the GPL can be found in doc/GPL-license.txt in this distribution, or | 15 | * the GPL can be found in doc/GPL-license.txt in this distribution, or |
16 | * online at http://secondlife.com/developers/opensource/gplv2 | 16 | * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2 |
17 | * | 17 | * |
18 | * There are special exceptions to the terms and conditions of the GPL as | 18 | * There are special exceptions to the terms and conditions of the GPL as |
19 | * it is applied to this Source Code. View the full text of the exception | 19 | * it is applied to this Source Code. View the full text of the exception |
20 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 20 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
21 | * online at http://secondlife.com/developers/opensource/flossexception | 21 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception |
22 | * | 22 | * |
23 | * By copying, modifying or distributing this software, you acknowledge | 23 | * By copying, modifying or distributing this software, you acknowledge |
24 | * that you have read and understood your obligations described above, | 24 | * that you have read and understood your obligations described above, |
@@ -45,54 +45,30 @@ LLGridData gGridInfo[GRID_INFO_COUNT] = | |||
45 | "util.agni.lindenlab.com", | 45 | "util.agni.lindenlab.com", |
46 | "https://login.agni.lindenlab.com/cgi-bin/login.cgi", | 46 | "https://login.agni.lindenlab.com/cgi-bin/login.cgi", |
47 | "https://secondlife.com/helpers/" }, | 47 | "https://secondlife.com/helpers/" }, |
48 | { "DMZ", | 48 | { "Aruna", |
49 | "util.dmz.lindenlab.com", | 49 | "util.aruna.lindenlab.com", |
50 | "https://login.dmz.lindenlab.com/cgi-bin/login.cgi", | 50 | "https://login.aruna.lindenlab.com/cgi-bin/login.cgi", |
51 | "http://dmz-secondlife.webdev.lindenlab.com/helpers/" }, | 51 | "http://aruna-secondlife.webdev.lindenlab.com/helpers/" }, |
52 | { "Siva", | ||
53 | "util.siva.lindenlab.com", | ||
54 | "https://login.siva.lindenlab.com/cgi-bin/login.cgi", | ||
55 | "http://siva-secondlife.webdev.lindenlab.com/helpers/" }, | ||
56 | { "Durga", | 52 | { "Durga", |
57 | "util.durga.lindenlab.com", | 53 | "util.durga.lindenlab.com", |
58 | "https://login.durga.lindenlab.com/cgi-bin/login.cgi", | 54 | "https://login.durga.lindenlab.com/cgi-bin/login.cgi", |
59 | "http://durga-secondlife.webdev.lindenlab.com/helpers/" }, | 55 | "http://durga-secondlife.webdev.lindenlab.com/helpers/" }, |
60 | { "Shakti", | ||
61 | "util.shakti.lindenlab.com", | ||
62 | "https://login.shakti.lindenlab.com/cgi-bin/login.cgi", | ||
63 | "http://shakti-secondlife.webdev.lindenlab.com/helpers/" }, | ||
64 | { "Soma", | ||
65 | "util.soma.lindenlab.com", | ||
66 | "https://login.soma.lindenlab.com/cgi-bin/login.cgi", | ||
67 | "http://soma-secondlife.webdev.lindenlab.com/helpers/" }, | ||
68 | { "Ganga", | 56 | { "Ganga", |
69 | "util.ganga.lindenlab.com", | 57 | "util.ganga.lindenlab.com", |
70 | "https://login.ganga.lindenlab.com/cgi-bin/login.cgi", | 58 | "https://login.ganga.lindenlab.com/cgi-bin/login.cgi", |
71 | "http://ganga-secondlife.webdev.lindenlab.com/helpers/" }, | 59 | "http://ganga-secondlife.webdev.lindenlab.com/helpers/" }, |
72 | { "Vaak", | 60 | { "Mitra", |
73 | "util.vaak.lindenlab.com", | 61 | "util.mitra.lindenlab.com", |
74 | "https://login.vaak.lindenlab.com/cgi-bin/login.cgi", | 62 | "https://login.mitra.lindenlab.com/cgi-bin/login.cgi", |
75 | "http://vaak-secondlife.webdev.lindenlab.com/helpers/" }, | 63 | "http://mitra-secondlife.webdev.lindenlab.com/helpers/" }, |
76 | { "Uma", | ||
77 | "util.uma.lindenlab.com", | ||
78 | "https://login.uma.lindenlab.com/cgi-bin/login.cgi", | ||
79 | "http://uma-secondlife.webdev.lindenlab.com/helpers/" }, | ||
80 | { "Mohini", | 64 | { "Mohini", |
81 | "util.mohini.lindenlab.com", | 65 | "util.mohini.lindenlab.com", |
82 | "https://login.mohini.lindenlab.com/cgi-bin/login.cgi", | 66 | "https://login.mohini.lindenlab.com/cgi-bin/login.cgi", |
83 | "http://mohini-secondlife.webdev.lindenlab.com/helpers/" }, | 67 | "http://mohini-secondlife.webdev.lindenlab.com/helpers/" }, |
84 | { "Yami", | ||
85 | "util.yami.lindenlab.com", | ||
86 | "https://login.yami.lindenlab.com/cgi-bin/login.cgi", | ||
87 | "http://yami-secondlife.webdev.lindenlab.com/helpers/" }, | ||
88 | { "Nandi", | 68 | { "Nandi", |
89 | "util.nandi.lindenlab.com", | 69 | "util.nandi.lindenlab.com", |
90 | "https://login.nandi.lindenlab.com/cgi-bin/login.cgi", | 70 | "https://login.nandi.lindenlab.com/cgi-bin/login.cgi", |
91 | "http://nandi-secondlife.webdev.lindenlab.com/helpers/" }, | 71 | "http://nandi-secondlife.webdev.lindenlab.com/helpers/" }, |
92 | { "Mitra", | ||
93 | "util.mitra.lindenlab.com", | ||
94 | "https://login.mitra.lindenlab.com/cgi-bin/login.cgi", | ||
95 | "http://mitra-secondlife.webdev.lindenlab.com/helpers/" }, | ||
96 | { "Radha", | 72 | { "Radha", |
97 | "util.radha.lindenlab.com", | 73 | "util.radha.lindenlab.com", |
98 | "https://login.radha.lindenlab.com/cgi-bin/login.cgi", | 74 | "https://login.radha.lindenlab.com/cgi-bin/login.cgi", |
@@ -101,10 +77,30 @@ LLGridData gGridInfo[GRID_INFO_COUNT] = | |||
101 | "util.ravi.lindenlab.com", | 77 | "util.ravi.lindenlab.com", |
102 | "https://login.ravi.lindenlab.com/cgi-bin/login.cgi", | 78 | "https://login.ravi.lindenlab.com/cgi-bin/login.cgi", |
103 | "http://ravi-secondlife.webdev.lindenlab.com/helpers/" }, | 79 | "http://ravi-secondlife.webdev.lindenlab.com/helpers/" }, |
104 | { "Aruna", | 80 | { "Siva", |
105 | "util.aruna.lindenlab.com", | 81 | "util.siva.lindenlab.com", |
106 | "https://login.aruna.lindenlab.com/cgi-bin/login.cgi", | 82 | "https://login.siva.lindenlab.com/cgi-bin/login.cgi", |
107 | "http://aruna-secondlife.webdev.lindenlab.com/helpers/" }, | 83 | "http://siva-secondlife.webdev.lindenlab.com/helpers/" }, |
84 | { "Shakti", | ||
85 | "util.shakti.lindenlab.com", | ||
86 | "https://login.shakti.lindenlab.com/cgi-bin/login.cgi", | ||
87 | "http://shakti-secondlife.webdev.lindenlab.com/helpers/" }, | ||
88 | { "Soma", | ||
89 | "util.soma.lindenlab.com", | ||
90 | "https://login.soma.lindenlab.com/cgi-bin/login.cgi", | ||
91 | "http://soma-secondlife.webdev.lindenlab.com/helpers/" }, | ||
92 | { "Uma", | ||
93 | "util.uma.lindenlab.com", | ||
94 | "https://login.uma.lindenlab.com/cgi-bin/login.cgi", | ||
95 | "http://uma-secondlife.webdev.lindenlab.com/helpers/" }, | ||
96 | { "Vaak", | ||
97 | "util.vaak.lindenlab.com", | ||
98 | "https://login.vaak.lindenlab.com/cgi-bin/login.cgi", | ||
99 | "http://vaak-secondlife.webdev.lindenlab.com/helpers/" }, | ||
100 | { "Yami", | ||
101 | "util.yami.lindenlab.com", | ||
102 | "https://login.yami.lindenlab.com/cgi-bin/login.cgi", | ||
103 | "http://yami-secondlife.webdev.lindenlab.com/helpers/" }, | ||
108 | { "Local", | 104 | { "Local", |
109 | "localhost", | 105 | "localhost", |
110 | "https://login.dmz.lindenlab.com/cgi-bin/login.cgi", | 106 | "https://login.dmz.lindenlab.com/cgi-bin/login.cgi", |