Enhanced update logic to respect not activated hostnames. If a hostname could not...
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 16 Jul 2013 15:41:40 +0000 (17:41 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 16 Jul 2013 15:41:40 +0000 (17:41 +0200)
commit7335d7a7a9db007b02b47c30cc76148a9962e993
tree2dec4b468b10480c756825b1523655bf4389bf45
parentb6171a3f35e5d3bbb89f8ccc44b58d2514a2c795
Enhanced update logic to respect not activated hostnames. If a hostname could not be resolved it could be due to offline or not activated state. Try to update at least once. If the server response indicated that the hostname could correctly be associated to an existing account, assume hostname as activated.
15 files changed:
src/config.cpp
src/logger.cpp
src/logger.hpp
src/service.cpp
src/service.hpp
src/service_dhs.cpp
src/service_dyndns.cpp
src/service_dyns.cpp
src/service_easydns.cpp
src/service_gnudip.cpp
src/service_ods.cpp
src/service_tzo.cpp
src/service_zoneedit.cpp
src/serviceholder.cpp
src/updater.cpp