diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/AimOscar/aim.cpp | 2 | ||||
-rw-r--r-- | protocols/FacebookRM/main.cpp | 2 | ||||
-rw-r--r-- | protocols/GTalkExt/GTalkExt.cpp | 2 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/gg.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/commandmonitor.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/irc.h | 4 | ||||
-rw-r--r-- | protocols/IRCG/ircproto.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/version.h | 2 | ||||
-rw-r--r-- | protocols/IcqOscarJ/init.cpp | 2 | ||||
-rw-r--r-- | protocols/JabberG/jabber.cpp | 2 | ||||
-rw-r--r-- | protocols/MRA/Mra.cpp | 2 | ||||
-rw-r--r-- | protocols/MRA/resource.rc | 2 | ||||
-rw-r--r-- | protocols/MSN/msn.cpp | 2 | ||||
-rw-r--r-- | protocols/NewsAggregator/Version.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Quotes/version.h | 2 | ||||
-rw-r--r-- | protocols/Twitter/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Weather/weather.cpp | 2 | ||||
-rw-r--r-- | protocols/Weather/weather_ini.cpp | 2 | ||||
-rw-r--r-- | protocols/YAMN/main.cpp | 2 | ||||
-rw-r--r-- | protocols/YAMN/proto/pop3/pop3comm.cpp | 2 | ||||
-rw-r--r-- | protocols/Yahoo/main.cpp | 2 |
22 files changed, 23 insertions, 23 deletions
diff --git a/protocols/AimOscar/aim.cpp b/protocols/AimOscar/aim.cpp index 34bbdc11cf..1cc9482e14 100644 --- a/protocols/AimOscar/aim.cpp +++ b/protocols/AimOscar/aim.cpp @@ -59,7 +59,7 @@ static const PLUGININFOEX pluginInfo = "Boris Krasnovskiy, Aaron Myles Landwehr",
"borkra@miranda-im.org",
"© 2008-2011 Boris Krasnovskiy, 2005-2006 Aaron Myles Landwehr",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
{0x3750a5a3, 0xbf0d, 0x490e, {0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3}} // {3750A5A3-BF0D-490e-B65D-41AC4D29AEB3}
};
diff --git a/protocols/FacebookRM/main.cpp b/protocols/FacebookRM/main.cpp index beb301527e..ed16144c0d 100644 --- a/protocols/FacebookRM/main.cpp +++ b/protocols/FacebookRM/main.cpp @@ -39,7 +39,7 @@ PLUGININFOEX pluginInfo = { "Michal Zelinka, Robert Posel",
"robyer@seznam.cz",
"(c) 2009-11 Michal Zelinka, 2011-12 Robert Posel",
- "http://code.google.com/p/robyer/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {8432B009-FF32-4727-AAE6-A9035038FD58}
{ 0x8432b009, 0xff32, 0x4727, { 0xaa, 0xe6, 0xa9, 0x3, 0x50, 0x38, 0xfd, 0x58 } }
diff --git a/protocols/GTalkExt/GTalkExt.cpp b/protocols/GTalkExt/GTalkExt.cpp index 2d80a4e3e5..7646bd10be 100644 --- a/protocols/GTalkExt/GTalkExt.cpp +++ b/protocols/GTalkExt/GTalkExt.cpp @@ -41,7 +41,7 @@ PLUGININFOEX pluginInfo={ "bems",
"bems@vingrad.ru",
COPYRIGHT_STRING,
- "http://miranda-planet.com/forum/index.php?autocom=downloads&showfile=1400",
+ "http://miranda-ng.org/",
UNICODE_AWARE, //doesn't replace anything built-in
MIID_PLUGINIFACE //{08B86253-EC6E-4d09-B7A9-64ACDF0627B8}
};
diff --git a/protocols/Gadu-Gadu/gg.cpp b/protocols/Gadu-Gadu/gg.cpp index e34c43e858..3ac4c54871 100644 --- a/protocols/Gadu-Gadu/gg.cpp +++ b/protocols/Gadu-Gadu/gg.cpp @@ -32,7 +32,7 @@ PLUGININFOEX pluginInfo = { "Bartosz Bia³ek, Adam Strzelecki",
"dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com",
"© 2009-2012 Bartosz Bia³ek, 2003-2009 Adam Strzelecki",
- "http://www.miranda-im.pl/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {F3FF65F3-250E-416A-BEE9-58C93F85AB33}
{ 0xf3ff65f3, 0x250e, 0x416a, { 0xbe, 0xe9, 0x58, 0xc9, 0x3f, 0x85, 0xab, 0x33 } }
diff --git a/protocols/IRCG/commandmonitor.cpp b/protocols/IRCG/commandmonitor.cpp index fd06e542b9..5ec96c61e6 100644 --- a/protocols/IRCG/commandmonitor.cpp +++ b/protocols/IRCG/commandmonitor.cpp @@ -837,7 +837,7 @@ bool CIrcProto::IsCTCP( const CIrcMessage* pmsg ) // incoming SOURCE
else if (pmsg->m_bIncoming && command == _T("source")) {
- PostIrcMessage( _T("/NOTICE %s \001SOURCE Get Miranda IRC here: http://nightly.miranda.im/ \001"), pmsg->prefix.sNick.c_str());
+ PostIrcMessage( _T("/NOTICE %s \001SOURCE Get Miranda IRC here: http://miranda-ng.org/ \001"), pmsg->prefix.sNick.c_str());
TCHAR temp[300];
mir_sntprintf( temp, SIZEOF(temp), TranslateT("CTCP SOURCE requested by %s"), pmsg->prefix.sNick.c_str());
diff --git a/protocols/IRCG/irc.h b/protocols/IRCG/irc.h index fedaef74e3..9fe6584d87 100644 --- a/protocols/IRCG/irc.h +++ b/protocols/IRCG/irc.h @@ -87,8 +87,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IRC_UM_DISCONNECT "/UMenuDisconnect"
#define IRC_UM_IGNORE "/UMenuIgnore"
-#define STR_QUITMESSAGE "\002Miranda NG!\002 Smaller, Faster, Easier. http://nightly.miranda.im/"
-#define STR_USERINFO "I'm a happy Miranda NG user! Get it here: http://nightly.miranda.im/"
+#define STR_QUITMESSAGE "\002Miranda NG!\002 Smaller, Faster, Easier. http://miranda-ng.org/"
+#define STR_USERINFO "I'm a happy Miranda NG user! Get it here: http://miranda-ng.org/"
#define STR_AWAYMESSAGE "I'm away from the computer." // Default away
#define DCCSTRING " (DCC)"
#define SERVERSMODULE "IRC Servers"
diff --git a/protocols/IRCG/ircproto.cpp b/protocols/IRCG/ircproto.cpp index bd399e53a0..b81880247e 100644 --- a/protocols/IRCG/ircproto.cpp +++ b/protocols/IRCG/ircproto.cpp @@ -267,7 +267,7 @@ int CIrcProto::OnModulesLoaded( WPARAM, LPARAM ) }
else {
if ( IDYES == MessageBox(0,TranslateT("The IRC protocol depends on another plugin called \'Chat\'\n\nDo you want to download it from the Miranda NG web site now?"),TranslateT("Information"),MB_YESNO|MB_ICONINFORMATION ))
- CallService( MS_UTILS_OPENURL, 1, (LPARAM) "http://nightly.miranda.im/");
+ CallService( MS_UTILS_OPENURL, 1, (LPARAM) "http://miranda-ng.org/");
}
TCHAR szTemp[MAX_PATH];
diff --git a/protocols/IRCG/version.h b/protocols/IRCG/version.h index 0e625487a2..85ed0dd450 100644 --- a/protocols/IRCG/version.h +++ b/protocols/IRCG/version.h @@ -9,7 +9,7 @@ #define __AUTHOR "Miranda team"
#define __AUTHOREMAIL "ghazan@miranda-im.org"
#define __COPYRIGHT "c 2003-2011 Jurgen Persson, George Hazan"
-#define __AUTHORWEB "http://www.miranda-im.org"
+#define __AUTHORWEB "http://miranda-ng.org/"
#define __PLUGIN_NAME "IRC protocol"
#define __FILENAME "IRC.dll"
diff --git a/protocols/IcqOscarJ/init.cpp b/protocols/IcqOscarJ/init.cpp index 2210a6fb0b..429abc7870 100644 --- a/protocols/IcqOscarJ/init.cpp +++ b/protocols/IcqOscarJ/init.cpp @@ -46,7 +46,7 @@ PLUGININFOEX pluginInfo = { "Joe Kucera, Bio, Martin Öberg, Richard Hughes, Jon Keating, etc",
"jokusoftware@miranda-im.org",
"(C) 2000-2010 M.Öberg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE, //doesn't replace anything built-in
{0x73a9615c, 0x7d4e, 0x4555, {0xba, 0xdb, 0xee, 0x5, 0xdc, 0x92, 0x8e, 0xff}} // {73A9615C-7D4E-4555-BADB-EE05DC928EFF}
};
diff --git a/protocols/JabberG/jabber.cpp b/protocols/JabberG/jabber.cpp index 97c2bbcb08..8ae2a1715e 100644 --- a/protocols/JabberG/jabber.cpp +++ b/protocols/JabberG/jabber.cpp @@ -53,7 +53,7 @@ PLUGININFOEX pluginInfo = { "George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura",
"ghazan@miranda-im.org",
"(c) 2005-2012 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
{0x144e80a2, 0xd198, 0x428b, {0xac, 0xbe, 0x9d, 0x55, 0xda, 0xcc, 0x7f, 0xde}} // {144E80A2-D198-428b-ACBE-9D55DACC7FDE}
};
diff --git a/protocols/MRA/Mra.cpp b/protocols/MRA/Mra.cpp index b0e15ea609..a81b497dd4 100644 --- a/protocols/MRA/Mra.cpp +++ b/protocols/MRA/Mra.cpp @@ -12,7 +12,7 @@ PLUGININFOEX pluginInfoEx={ "Rozhuk Ivan",
"Rozhuk_I@mail.ru",
"© 2006-2011 Rozhuk Ivan",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {E7C48BAB-8ACE-4CB3-8446-D4B73481F497}
{ 0xe7c48bab, 0x8ace, 0x4cb3, { 0x84, 0x46, 0xd4, 0xb7, 0x34, 0x81, 0xf4, 0x97 } }
diff --git a/protocols/MRA/resource.rc b/protocols/MRA/resource.rc index e7e43e07d3..5b3b3addc3 100644 --- a/protocols/MRA/resource.rc +++ b/protocols/MRA/resource.rc @@ -270,7 +270,7 @@ BEGIN BEGIN
BLOCK "000004b0"
BEGIN
- VALUE "About Miranda", "Miranda IM is a new generation IM client, extensible with numerous plugins. Get Miranda IM at http://nightly.miranda.im/"
+ VALUE "About Miranda", "Miranda IM is a new generation IM client, extensible with numerous plugins. Get Miranda NG at http://miranda-ng.org/"
VALUE "Comments", "Rozhuk_I@mail.ru"
VALUE "FileDescription", "Miranda Mail.ru Agent protocol plugin"
VALUE "FileVersion", "1, 20, 0, 1"
diff --git a/protocols/MSN/msn.cpp b/protocols/MSN/msn.cpp index 1dddaa4639..9399bf6e3a 100644 --- a/protocols/MSN/msn.cpp +++ b/protocols/MSN/msn.cpp @@ -50,7 +50,7 @@ static const PLUGININFOEX pluginInfo = "Boris Krasnovskiy, George Hazan, Richard Hughes",
"borkra@miranda-im.org",
"© 2001-2012 Richard Hughes, George Hazan, Boris Krasnovskiy",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {97724AF9-F3FB-47d3-A3BF-EAA935C74E6D}
{0x97724af9, 0xf3fb, 0x47d3, {0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d}}
diff --git a/protocols/NewsAggregator/Version.h b/protocols/NewsAggregator/Version.h index 91a2c495ae..7d4efa3d9d 100644 --- a/protocols/NewsAggregator/Version.h +++ b/protocols/NewsAggregator/Version.h @@ -16,5 +16,5 @@ #define __DESCRIPTION "RSS/Atom news aggregator."
#define __AUTHOR "Mataes, FREAK_THEMIGHTY"
#define __AUTHOREMAIL "mataes2007@gmail.com"
-#define __AUTHORWEB "http://mataes.googlecode.com/svn/Miranda/Plugins/NewsAggregator/"
+#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "© 2012 Mataes, FREAK_THEMIGHTY"
diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp index 65de0e8a90..9b4755b094 100644 --- a/protocols/Omegle/main.cpp +++ b/protocols/Omegle/main.cpp @@ -39,7 +39,7 @@ PLUGININFOEX pluginInfo = { "Robert Posel",
"robyer@seznam.cz",
"(c) 2011-12 Robert Posel",
- "http://code.google.com/p/robyer/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {9E1D9244-606C-4ef4-99A0-1D7D23CB7601}
{ 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x1 } }
diff --git a/protocols/Quotes/version.h b/protocols/Quotes/version.h index 6d3f257053..4c954fff11 100644 --- a/protocols/Quotes/version.h +++ b/protocols/Quotes/version.h @@ -16,6 +16,6 @@ #define __DESCRIPTION "Show currency rates and economic quotes."
#define __AUTHOR "Dioksin"
#define __AUTHOREMAIL "dioksin@ua.fm"
-#define __AUTHORWEB "http://nightly.miranda.im/"
+#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "Don't worry!"
#define SPECIAL_BUILD_STRING "5388"
diff --git a/protocols/Twitter/main.cpp b/protocols/Twitter/main.cpp index 0987de5963..22ca229b0d 100644 --- a/protocols/Twitter/main.cpp +++ b/protocols/Twitter/main.cpp @@ -35,7 +35,7 @@ PLUGININFOEX pluginInfo={ "dentist, omniwolf, Thief",
"",
"© 2009-2010 dentist, 2010-2011 omniwolf and Thief",
- "http://code.google.com/p/miranda-twitter-oauth/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
//{BC09A71B-B86E-4d33-B18D-82D30451DD3C}
{ 0xbc09a71b, 0xb86e, 0x4d33, { 0xb1, 0x8d, 0x82, 0xd3, 0x4, 0x51, 0xdd, 0x3c } }
diff --git a/protocols/Weather/weather.cpp b/protocols/Weather/weather.cpp index 68491a75e8..feb928c8e0 100644 --- a/protocols/Weather/weather.cpp +++ b/protocols/Weather/weather.cpp @@ -71,7 +71,7 @@ static const PLUGININFOEX pluginInfoEx = AUTH,
"borkra@miranda-im.org",
"(c) 2002-2005 NoName, 2005-2010 Boris Krasnovskiy",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
MIID_WEATHER
};
diff --git a/protocols/Weather/weather_ini.cpp b/protocols/Weather/weather_ini.cpp index 9db60a4872..1db9c8384e 100644 --- a/protocols/Weather/weather_ini.cpp +++ b/protocols/Weather/weather_ini.cpp @@ -567,7 +567,7 @@ INT_PTR CALLBACK DlgProcSetup(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar case IDC_STEP1:
// update current data
CallService(MS_UTILS_OPENURL, opt.NewBrowserWin,
- (WPARAM)"http://nightly.miranda.im/");
+ (WPARAM)"http://miranda-ng.org/");
break;
case IDC_STEP2:
diff --git a/protocols/YAMN/main.cpp b/protocols/YAMN/main.cpp index d35b81e08e..a24a681481 100644 --- a/protocols/YAMN/main.cpp +++ b/protocols/YAMN/main.cpp @@ -46,7 +46,7 @@ PLUGININFOEX pluginInfo = { "y_b tweety (majvan)",
"francois.mean@skynet.be",
"© (2002-2004 majvan) 2005-2007 tweety y_b Miranda community",
- "http://nightly.miranda.im/", //"http://www.majvan.host.sk/Projekty/YAMN?fm = soft",
+ "http://miranda-ng.org/", //"http://www.majvan.host.sk/Projekty/YAMN?fm = soft",
UNICODE_AWARE,
{ 0xb047a7e5, 0x27a, 0x4cfc, { 0x8b, 0x18, 0xed, 0xa8, 0x34, 0x5d, 0x27, 0x90 } } // {B047A7E5-027A-4cfc-8B18-EDA8345D2790}
};
diff --git a/protocols/YAMN/proto/pop3/pop3comm.cpp b/protocols/YAMN/proto/pop3/pop3comm.cpp index 9fd977776d..1fbc6b4164 100644 --- a/protocols/YAMN/proto/pop3/pop3comm.cpp +++ b/protocols/YAMN/proto/pop3/pop3comm.cpp @@ -132,7 +132,7 @@ YAMN_PROTOREGISTRATION POP3ProtocolRegistration = "© 2002-2004 majvan | 2005-2007 tweety, yb",
"Mail notifier and browser for Miranda IM. Included POP3 protocol.",
"francois.mean@skynet.be",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
};
static TCHAR *FileName = NULL;
diff --git a/protocols/Yahoo/main.cpp b/protocols/Yahoo/main.cpp index b8f24331d8..6b5a440e3c 100644 --- a/protocols/Yahoo/main.cpp +++ b/protocols/Yahoo/main.cpp @@ -34,7 +34,7 @@ PLUGININFOEX pluginInfo={ "Gennady Feldman",
"gena01@miranda-im.org",
"© 2003-2010 Gennady Feldman, Laurent Marechal",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE, //not transient
{0xaa7bfea, 0x1fc7, 0x45f0, {0x90, 0x6e, 0x2a, 0x46, 0xb6, 0xe1, 0x19, 0xcf}} // {0AA7BFEA-1FC7-45f0-906E-2A46B6E119CF}
};
|