[miranda] r14444 committed - Change update server url to new location. Modify notification default...

2 views
Skip to first unread message

mir...@googlecode.com

unread,
Oct 21, 2013, 12:02:44 PM10/21/13
to miranda-i...@googlegroups.com
Revision: 14444
Author: rainwater
Date: Mon Oct 21 16:02:29 2013 UTC
Log: Change update server url to new location. Modify notification
defaults to be less aggressive.
http://code.google.com/p/miranda/source/detail?r=14444

Modified:
/trunk/miranda/src/modules/updatenotify/updatenotify.cpp

=======================================
--- /trunk/miranda/src/modules/updatenotify/updatenotify.cpp Sat May 26
13:56:30 2012 UTC
+++ /trunk/miranda/src/modules/updatenotify/updatenotify.cpp Mon Oct 21
16:02:29 2013 UTC
@@ -35,11 +35,11 @@
#define UN_NOTIFYTYPE_ALPHA 3
#define UN_NOTIFYTYPE_DEF UN_NOTIFYTYPE_STABLE
#define UN_CUSTOMXMLURL "UpdateNotifyCustomXMLURL"
-#define UN_URLXML "http://update.miranda-im.org/update.xml"
+#define UN_URLXML "http://update.miranda-im.org/v1/update.xml"
#define UN_MINCHECKTIME 60*60 /* Check no more than once an hour */
-#define UN_DEFAULTCHECKTIME 60*48*60 /* Default to check once every 48
hours */
-#define UN_FIRSTCHECK 15 /* First check 15 seconds after startup */
-#define UN_REPEATNOTIFYDLY 24*60*60 /* 24 hours before showing release
notification again */
+#define UN_DEFAULTCHECKTIME 60*60*72 /* Default to check once every 72
hours */
+#define UN_FIRSTCHECK 20 /* First check 20 seconds after startup */
+#define UN_REPEATNOTIFYDLY 48*60*60 /* 48 hours before showing release
notification again */

typedef struct {
int isNew;
Reply all
Reply to author
Forward
0 new messages