diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-01 14:08:58 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-01 14:08:58 +0000 |
commit | 3f5630dafe6657f6762e9454366a48fcbb0a99a8 (patch) | |
tree | 52d572efbfa1283709bddb31ebcefd4b12f41b0e | |
parent | 821fad9d438d90e0ee23587c4f3d28400cd62ab4 (diff) |
changed updater beta changelog URLs due to website websvn config change
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@378 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | MySpace/MySpace.cpp | 2 | ||||
-rw-r--r-- | MySpace/version.h | 2 | ||||
-rw-r--r-- | last_contact/LastContact.cpp | 4 | ||||
-rw-r--r-- | nohtml/nohtml.cpp | 2 | ||||
-rw-r--r-- | nohtml/version.h | 2 | ||||
-rw-r--r-- | otr/dllmain.cpp | 9 | ||||
-rw-r--r-- | otr/otr.mdsp | 12 | ||||
-rw-r--r-- | otr/otr_private.h | 4 | ||||
-rw-r--r-- | ping/ping.cpp | 4 | ||||
-rw-r--r-- | tipper/tipper.cpp | 8 | ||||
-rw-r--r-- | tipper/version.h | 2 | ||||
-rw-r--r-- | updater/updater.cpp | 2 | ||||
-rw-r--r-- | updater/version.h | 2 | ||||
-rw-r--r-- | yapp/popups2.cpp | 2 | ||||
-rw-r--r-- | yapp/version.h | 2 |
15 files changed, 28 insertions, 31 deletions
diff --git a/MySpace/MySpace.cpp b/MySpace/MySpace.cpp index 7f78208..e1b26f9 100644 --- a/MySpace/MySpace.cpp +++ b/MySpace/MySpace.cpp @@ -69,7 +69,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2FMySpace%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/MySpace/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
diff --git a/MySpace/version.h b/MySpace/version.h index dc24093..b889416 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 6
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
diff --git a/last_contact/LastContact.cpp b/last_contact/LastContact.cpp index 9366daf..12a412e 100644 --- a/last_contact/LastContact.cpp +++ b/last_contact/LastContact.cpp @@ -54,7 +54,7 @@ void stack_update(MessageWindowEventData *data) { PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
MODULE,
- PLUGIN_MAKE_VERSION(0,0,2,3),
+ PLUGIN_MAKE_VERSION(0,0,2,4),
"Re-open the last open message window using a configurable hot key.",
"Scott Ellis",
"mail@scottellis.com.au",
@@ -171,7 +171,7 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Flast_contact%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/last_contact/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp index 9bc7c32..caacecb 100644 --- a/nohtml/nohtml.cpp +++ b/nohtml/nohtml.cpp @@ -63,7 +63,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fnohtml%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/nohtml/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
diff --git a/nohtml/version.h b/nohtml/version.h index 1f8e70f..bc033f5 100644 --- a/nohtml/version.h +++ b/nohtml/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
diff --git a/otr/dllmain.cpp b/otr/dllmain.cpp index f4f13b7..c254fcc 100644 --- a/otr/dllmain.cpp +++ b/otr/dllmain.cpp @@ -1260,7 +1260,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fotr%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/otr/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
@@ -1280,11 +1280,6 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { InitUtils();
InitMenu();
- // filter added db events, so that we can add the prefix if the option is enabled
- // (done here rather than in Load, so that MessageNotify and other such plugins can hook first - this hooks
- // later, so it's at the start of the event chain, and can replace db events without e.g. double popups)
- hEventDbEventAddedFilter = HookEvent(ME_DB_EVENT_FILTER_ADD, OnDatabaseEventPreAdd);
-
// hooked so we can remove OFF THE RECORD items from the database
hEventDbEventAdded = HookEvent(ME_DB_EVENT_ADDED, OnDatabaseEventAdd);
@@ -1393,6 +1388,8 @@ extern "C" DLLIMPORT int Load(PLUGINLINK *link) { // hook modules loaded for updater support
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
+ // filter added db events, so that we can add the prefix if the option is enabled
+ hEventDbEventAddedFilter = HookEvent(ME_DB_EVENT_FILTER_ADD, OnDatabaseEventPreAdd);
return 0;
}
diff --git a/otr/otr.mdsp b/otr/otr.mdsp index bc11823..f182148 100644 --- a/otr/otr.mdsp +++ b/otr/otr.mdsp @@ -27,7 +27,7 @@ optimizeLevel=0 // linker
libraryPath=
-outputFilename=..\..\bin\debug\plugins\otr.dll
+outputFilename=debug\otr.dll
libraries=otr, gcrypt, gpg-error, comctl32, shell32
extraLinkerOptions=-shared
ignoreStartupFile=0
@@ -65,7 +65,7 @@ optimizeLevel=4 // linker
libraryPath=
-outputFilename=..\..\bin\release\plugins\otr.dll
+outputFilename=release\otr.dll
libraries=otr, gcrypt, gpg-error, comctl32, shell32
extraLinkerOptions=
ignoreStartupFile=0
@@ -130,8 +130,8 @@ extraResourceOptions= common.h,1593
..\..\..\..\..\..\..\msys\home\sje\libotr\src\proto.h,0
..\..\..\..\..\..\..\msys\home\sje\libotr\src\message.h,9228
-dllmain.cpp,35022
-menu.cpp,1044
+dllmain.cpp,47892
+menu.cpp,995
options.cpp,9854
-.svn\text-base\dllmain.cpp.svn-base,34942
-otr_private.h,171
+.svn\text-base\dllmain.cpp.svn-base,34873
+otr_private.h,97
diff --git a/otr/otr_private.h b/otr/otr_private.h index 25bca84..6e18b13 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -4,8 +4,8 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 6
-#define VER_RELEASE 0
-#define VER_BUILD 2
+#define VER_RELEASE 0
+#define VER_BUILD 4
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
diff --git a/ping/ping.cpp b/ping/ping.cpp index 9623fcd..bdab479 100644 --- a/ping/ping.cpp +++ b/ping/ping.cpp @@ -13,7 +13,7 @@ bool use_raw_ping = true; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Ping Plugin",
- PLUGIN_MAKE_VERSION(0, 9, 1, 0),
+ PLUGIN_MAKE_VERSION(0, 9, 1, 1),
"Ping labelled IP addresses or domain names.",
"Scott Ellis",
"mail@scottellis.com.au",
@@ -106,7 +106,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fping%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/ping/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp index ca6690f..7599dc7 100644 --- a/tipper/tipper.cpp +++ b/tipper/tipper.cpp @@ -12,7 +12,7 @@ HMODULE hInst = 0;
HANDLE mainThread = 0;
-bool unicode_system; +bool unicode_system;
FontID font_id_title = {0}, font_id_labels = {0}, font_id_values = {0};
ColourID colour_id_bg = {0}, colour_id_border = {0}, colour_id_divider = {0}, colour_id_sidebar = {0};
@@ -138,7 +138,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Ftipper%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/tipper/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
@@ -400,8 +400,8 @@ extern "C" int TIPPER_API Load(PLUGINLINK *link) { set_codepage();
- char szVer[128]; - unicode_system = (CallService(MS_SYSTEM_GETVERSIONTEXT, (WPARAM)sizeof(szVer), (LPARAM)szVer) == 0 && strstr(szVer, "Unicode")); + char szVer[128];
+ unicode_system = (CallService(MS_SYSTEM_GETVERSIONTEXT, (WPARAM)sizeof(szVer), (LPARAM)szVer) == 0 && strstr(szVer, "Unicode"));
// get the internal malloc/free()
memoryManagerInterface.cbSize = sizeof(memoryManagerInterface);
diff --git a/tipper/version.h b/tipper/version.h index ac9b099..e313d4f 100644 --- a/tipper/version.h +++ b/tipper/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 1
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
diff --git a/updater/updater.cpp b/updater/updater.cpp index 9b94bb2..bd60df8 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -143,7 +143,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionStringPluginEx(&pluginInfo, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fupdater%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/updater/?op=log&rev=0&sc=0&isdir=1";
if(unicode_system) {
diff --git a/updater/version.h b/updater/version.h index 5d7d0eb..d451683 100644 --- a/updater/version.h +++ b/updater/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 4
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index 77406ea..2e95d2a 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -138,7 +138,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
update.cpbVersion = strlen((char *)update.pbVersion);
- update.szBetaChangelogURL = "https://server.scottellis.com.au/websvn/log.php?repname=Miranda+Plugins&path=%2Fyapp%2F&rev=0&sc=0&isdir=1";
+ update.szBetaChangelogURL = "https://server.scottellis.com.au/wsvn/mim_plugs/yapp/?op=log&rev=0&sc=0&isdir=1";
update.szUpdateURL = UPDATER_AUTOREGISTER;
diff --git a/yapp/version.h b/yapp/version.h index 23fa7d1..b64a581 100644 --- a/yapp/version.h +++ b/yapp/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|