From 0bf13f208abe2713455ba8e2d9ffb752233fcc24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 7 Nov 2014 20:36:31 +0000 Subject: Weather: Add support for specifying own UserAgent in INI (requested in #810) git-svn-id: http://svn.miranda-ng.org/main/trunk@10923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/docs/sample_ini.ini | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'plugins/Weather/docs') diff --git a/plugins/Weather/docs/sample_ini.ini b/plugins/Weather/docs/sample_ini.ini index dc36eda754..4790a4051f 100644 --- a/plugins/Weather/docs/sample_ini.ini +++ b/plugins/Weather/docs/sample_ini.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.4] +[Weather 0.3.x Update Data 1.5] ; This file contains the information required for the weather protocol to obtain update. ; For the plugin to function properly, at least one of these file must be present. @@ -15,6 +15,7 @@ ; [Weather 0.3.x Update Data 1.2] (min. req. v0.3.5.0) ; [Weather 0.3.x Update Data 1.3] (min. req. v0.3.8.0) ; [Weather 0.3.x Update Data 1.4] (min. req. v0.3.8.12) +; [Weather 0.3.x Update Data 1.5] (min. req. v0.4.0.2) ; Minimun version for not crashing Miranda (Set to this version to prevent the ini from ; loading in an old version of weather plugin and crash Miranda) @@ -25,6 +26,7 @@ ; Minimun version for using the new features (Set to this version to prevent invalid data ; for user with old version of weather plugin. However, the other features still works) +; 1.5 Using "UserAgent=" ; 1.4 Using "Cookie=" ; 1.3 Using "Update Url2=" & "Update Url3=" ; 1.2 Using the operation "Break Data=" @@ -35,6 +37,8 @@ ; 1.0 All other features ; Revision history: +; 1.5 (Updated in v0.4.0.2) +; New "UserAgent=" ; 1.4 (Updated in v0.3.8.12) ; New "Cookie=" ; 1.3 (Updated in v0.3.8.0) @@ -95,7 +99,10 @@ Update URL3= Update URL4= ; Set cookie(s) when retrieving weather updates. -Cookie= +Cookie= + +; Set user agent for http requests. +UserAgent= ; ====================================================================================== -- cgit v1.2.3