Wim Vinckier
6fc2f511b6
Cleanup: removing revision info from ddclient
...
Preparing the complete merge with sf.
2015-09-28 21:38:28 +02:00
wimpunk
db5d87ed60
Adding ChangeLog
...
Since we are not going to fetch the changes from svn anymore,
we add the old ChangeLog again.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@189 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-09-28 19:36:18 +00:00
wimpunk
e21442184b
Cleanup: removing old ignore files
...
Switching to git so we don't need .cvsignore anymore
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@188 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-09-28 19:32:39 +00:00
wimpunk
6b6042bdc3
FSF address
...
Address for FSF was wrong, corrected
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@187 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-09-28 19:21:17 +00:00
wimpunk
88c2eb46e6
Cleanup: removing Id tags from the files
...
Preparing a complete move to git. The Id tag isn't useful so removing from
the files seemed to be the best solotion
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@186 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-09-28 21:17:51 +02:00
wimpunk
60fe051b7a
Cleanup: removing Id tags from the files
...
Preparing a complete move to git. The Id tag isn't useful so removing from
the files seemed to be the best solotion
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@186 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-09-28 19:13:03 +00:00
dancapper
17d31e4373
typo fix
2015-07-14 22:19:02 +12:00
dancapper
a4ceba9c2b
Merge pull request #1 from dancapper/dancapper-patch-1
...
cloudflare - add ttl to config
2015-07-14 22:13:56 +12:00
dancapper
a7fce1a9bd
add ttl for cloudflare
2015-07-14 22:13:22 +12:00
dancapper
331a5491af
cloudflare - add ttl to config
...
Configurable ttl for cloudflare instead of hardcoded 1 (auto)
2015-07-14 22:11:41 +12:00
George Kranis
4a640ed4c0
duckdns example
2015-06-01 22:02:37 +03:00
wimpunk
3cbb0f42f9
Merge pull request #23 from MedicMomcilo/patch-1
...
Corrected FSF address.
Merging pull request #23 from @MedicMomcilo
2015-05-31 11:27:36 +02:00
MedicMomcilo
c497ed04c7
FSF address
...
Address for FSF was wrong, corrected
2015-05-31 01:55:41 +02:00
Wim Vinckier
1d919b15a3
Preparing for v3.8.3
2015-05-28 22:05:05 +02:00
wimpunk
83a5f70e4c
Preparing for v3.8.3
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@184 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-05-28 19:59:34 +00:00
wimpunk
3b1b6fa8f8
Removing unneeded release directory
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@183 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-05-28 19:36:06 +00:00
Wim Vinckier
7a3d0f99ce
Reverting to the old perl requirements like suggested in #75
...
The new requirements were added when adding support for cloudflare. By the
simple fix suggested by Roy Tam we could revert the requirements which make
ddclient back usable on CentOS and RHEL.
2015-05-08 22:04:42 +02:00
wimpunk
ee9ecc75d6
Reverting to the old perl requirements like suggested in #75
...
The new requirements were added when adding support for cloudflare. By the
simple fix suggested by Roy Tam we could revert the requirements which make
ddclient back usable on CentOS and RHEL.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@182 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-23 19:03:15 +00:00
wimpunk
ba6ec1cb70
ddclient: made json optional
...
As suggested in pull 7 on github by @abelbeck and @Bugsbane it is better to make the
use of JSON related to the use of cloudflare.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@181 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-23 18:53:56 +00:00
wimpunk
79fe974a94
ddclient: reindenting cloudflare
...
Indenting cloudflare according to the vim tags
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@180 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-23 18:52:33 +00:00
wimpunk
4456c4863a
ddclient: correction after duckdns merge
...
Correcting duckdns configuration after commit r178
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@179 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-23 18:51:07 +00:00
wimpunk
ddf25d3ab1
Added simple support for Duckdns www.duckdns.org
...
Patch provided by gkranis on github.
Merge branch 'gkranis'
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@178 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-23 18:46:16 +00:00
Wim Vinckier
98060e2836
ddclient: made json optional
...
As suggested in pull #7 by @abelbeck and @Bugsbane it is better to make the
use of JSON related to the use of cloudflare.
2015-03-23 19:27:38 +01:00
Wim Vinckier
119588f40f
ddclient: reindenting cloudflare
...
Indenting cloudflare according to the vim tags
2015-03-23 19:25:58 +01:00
Wim Vinckier
87a0260c88
ddclient: correction after duckdns merge
...
Correcting duckdns configuration after commit 0c9920a1
2015-03-23 19:24:01 +01:00
wimpunk
3ec5dd56c6
Added duckDNS to the README.md
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@177 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-21 11:58:29 +00:00
Wim Vinckier
f6409c756d
Added duckDNS to the README.md
2015-03-21 12:57:37 +01:00
wimpunk
6dee46c0aa
update ubuntu init.d script
...
Merge pull request #9 from gottaloveit/master
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@176 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-21 11:51:03 +00:00
wimpunk
1786e6b2a5
Merge pull request #9 from gottaloveit/master
...
update ubuntu init.d script
2015-03-21 12:46:49 +01:00
Wim Vinckier
0c9920a119
Added simple support for Duckdns www.duckdns.org
...
Patch provided by gkranis on github.
Merge branch 'gkranis'
2015-03-21 11:53:39 +01:00
Wim Vinckier
a7df0023c5
Merge branch 'master' of https://github.com/gkranis/ddclient into gkranis
...
Conflicts:
ddclient
2015-03-21 11:53:11 +01:00
wimpunk
7272ed73ba
Renamed Changelog to Changelog.old
...
Avoiding conflicts on case insensitive filesystems
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@175 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-21 10:48:19 +00:00
wimpunk
9037a9b762
Add missing config line for CloudFlare
...
Merge pull request #19 from shikasta-net/fixes
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@174 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-21 10:43:29 +00:00
wimpunk
16e09e1f5a
Merge pull request #19 from shikasta-net/fixes
...
Add missing config line for CloudFlare
2015-03-21 11:41:52 +01:00
wimpunk
8e2dc5d3b8
Merge pull request #22 from reddyr/patch-1
...
loopia.se changed the "Current Address:" output string to "Current IP
Address:"
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@173 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-21 10:39:35 +00:00
wimpunk
9d51785630
Merge pull request #22 from reddyr/patch-1
...
loopia.se changed the "Current Address:" output string to "Current IP Address:"
2015-03-21 11:36:14 +01:00
wimpunk
ebe8a28c65
fixed missing ) for cloudflare service hash
...
Merge pull request #16 from adepretis/master
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@172 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-03-21 10:34:18 +00:00
reddyr
536f685c05
loopia.se changed the "Current Address:" output string to "Current IP Address:"
2015-03-20 15:33:59 -07:00
Denis Akimkin
9c5b933bef
Add support for Yandex.Mail for Domain DNS service (domain.yandex.com)
...
Yandex's DNS management API reference is located at:
https://api.yandex.com/domain/doc/about.xml
2015-03-09 00:52:36 +02:00
Kym Eden
57e1a44448
Add missing config line for CloudFlare
2015-03-03 09:11:55 +00:00
wimpunk
92b4a10b71
Merge pull request #16 from adepretis/master
...
fixed missing ) for cloudflare service hash
2015-02-09 08:06:11 +01:00
Andreas de Pretis
4a0dd5f4cf
fixed missing ) for cloudflare service hash
2015-02-09 01:06:26 +01:00
Wim Vinckier
b92a4e4e74
Changelog: renaming to Changelog.old
...
As suggested in #15 we renamed the old changelog to changelog.old
to avoid problems with case insensitive filesystems.
2015-01-27 20:46:30 +01:00
wimpunk
c12ee9123c
Adding support for google domain
...
Patch gently provided through github on
https://github.com/wimpunk/ddclient/pull/13
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@171 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2015-01-20 11:57:13 +00:00
wimpunk
a32f438b6f
Merge pull request #13 from nelsonjr/master
...
Add support for Google Domains.
2015-01-20 12:53:42 +01:00
Nelson Araujo
e1070de9e5
Reverting non-Google domain cleanups.
2015-01-18 10:54:08 -08:00
Nelson Araujo
8409f45ab8
Add support for Google Domains provider.
2015-01-15 13:36:31 -08:00
wimpunk
d20f205c07
Merge pull request #12 from akshaykodali/master
...
README.md: correcting spelling mistake.
2015-01-14 22:39:31 +01:00
Akshay Kodali
14243da90b
Update README.md
...
Correct a spelling mistake
2015-01-14 22:06:51 +05:30
Tatsuya-Nonogaki
441f58fdb1
odd-fw-patch-squashed
2014-12-30 01:58:57 +09:00