]> git.ipfire.org Git - ddns.git/history - src
Merge remote-tracking branch 'stevee/fixes'
[ddns.git] / src /
2014-07-09  Michael TremerMerge remote-tracking branch 'stevee/fixes'
2014-07-09  Michael TremerMerge remote-tracking branch 'stevee/nsupdate.info'
2014-07-09  Stefan SchantlAdd nsupdate.info as new provider.
2014-07-09  Stefan SchantlAdd enom.com as new provider.
2014-07-09  Stefan SchantlMove XML response parser into own class.
2014-07-09  Stefan SchantlFreeDNSAfraid: Readd missing lines.
2014-07-07  Michael TremerFix cathing errors.
2014-07-07  Michael TremerAdd support for the BIND nsupdate utility
2014-07-06  Michael TremerAllow a missing [config] section.
2014-07-05  Michael TremerAutomatically register all provider classes.
2014-07-05  Michael TremerFix broken link.
2014-07-05  Michael TremerMove DynDNS protocol into an extra class.
2014-06-24  Michael TremerMerge remote-tracking branch 'stevee/fixes'
2014-06-24  Michael Tremerregex: Add trailing $ which was missing.
2014-06-23  Stefan SchantlAdd empty lines between api documentation and the updat...
2014-06-23  Stefan Schantlfreedns.afraid.com: Read accidently removed exeption.
2014-06-22  Michael TremerFix coding style.
2014-06-22  Michael TremerLightning Wire Labs: Fix product name.
2014-06-22  Michael TremerLightning Wire Labs: Unset unused IP addresses
2014-06-22  Michael TremerFall back to guessing the external IP address if local...
2014-06-22  Michael TremerSimplify getting local IP address code.
2014-06-22  Michael TremerSimplify IP address guessing code.
2014-06-22  Michael TremerCache guessed IP addresses.
2014-06-22  Michael TremerDon't log debugging output to syslog.
2014-06-22  Michael TremerOnly print this messages for forced update in debugging...
2014-06-22  Michael TremerReplace INFO array with single variables.
2014-06-22  Michael TremerHandle HTTP errors as early as possible.
2014-06-22  Michael TremerShow much prettier and more useful error messages.
2014-06-22  Michael TremerLog an entire stack trace for unhandled exceptions.
2014-06-22  Michael Tremerselfhost: Use dyndns protocol, too.
2014-06-22  Michael Tremerdyndns: Show unhandled server responses in exception.
2014-06-22  Michael TremerInclude HTTP status code in debugging output.
2014-06-22  Michael TremerAllow reading the local IP address from IPFire 2 systems.
2014-06-22  Michael TremerDisable IPv6 support when running on IPFire 2.
2014-06-22  Michael TremerFigure out on which distribution we are running.
2014-06-22  Michael TremerProperly enable debug logging.
2014-06-22  Michael TremerDon't update systems without IPv6 over and over again...
2014-06-22  Michael TremerHandle exception if no AAAA record is available for...
2014-06-22  Michael TremerMerge remote-tracking branch 'stevee/zoneedit.com'
2014-06-22  Michael TremerMerge remote-tracking branch 'stevee/udmedia.de'
2014-06-22  Michael TremerMerge remote-tracking branch 'stevee/twodns.de'
2014-06-21  Stefan SchantlAdd Strato as new provider.
2014-06-21  Stefan SchantlAdd Zoneedit as new provider.
2014-06-21  Michael TremerMerge remote-tracking branch 'stevee/namecheap.com'
2014-06-21  Stefan SchantlAdd Udmedia as new provider.
2014-06-21  Stefan SchantlAdd TwoDNS as new provider.
2014-06-21  Stefan SchantlAdd Namecheap as new provider.
2014-06-19  Stefan SchantlAdd all-inkl.com as new provider.
2014-06-17  Michael TremerVarious providers: properly inherit from DynDNS class.
2014-06-17  Michael TremerRemove debugging output.
2014-06-17  Michael TremerMerge remote-tracking branch 'stevee/dynu.com'
2014-06-17  Michael TremerMerge remote-tracking branch 'stevee/regfish'
2014-06-17  Stefan SchantlAdd DynU as new provider.
2014-06-17  Stefan SchantlAdd regfish as new provider.
2014-06-16  Stefan SchantlAdd EasyDNS as new provider.
2014-06-16  Stefan SchantlAdd OVH as new provider.
2014-06-16  Michael TremerMerge remote-tracking branch 'stevee/no-ip'
2014-06-16  Michael TremerMerge remote-tracking branch 'stevee/variomedia.de'
2014-06-16  Michael TremerMerge remote-tracking branch 'stevee/spdns.org'
2014-06-16  Michael TremerMerge remote-tracking branch 'stevee/freedns.afraid...
2014-06-15  Stefan SchantlAdd variomedia as new provider.
2014-06-15  Stefan SchantlRebuild no-ip to inherit all required actions from...
2014-06-15  Stefan SchantlAdd SPDNS as new provider.
2014-06-14  Michael TremerMerge remote-tracking branch 'stevee/fixes'
2014-06-14  Stefan SchantlMove call to get token to main class.
2014-06-14  Stefan SchantlAdd freedns.afraid.org as new provider.
2014-06-14  Stefan SchantlAuto-replace double question marks in request url.
2014-06-14  Stefan SchantlRemove useless auth code from various providers.
2014-06-14  Stefan SchantlAdd DynDNS as new provider.
2014-06-13  Michael TremerMerge remote-tracking branch 'stevee/dtdns.com'
2014-06-13  Michael TremerRemove some code duplication for guessing IP addresses.
2014-06-13  Michael TremerLog which configuration file is loaded.
2014-06-13  Michael TremerCatch various network/server errors.
2014-06-12  Stefan SchantlAdd DtDNS as new provider.
2014-06-10  Michael TremerOnly show success message when no exception occured.
2014-06-10  Michael TremerEnable logging to syslog/journald.
2014-06-10  Michael TremerSet default logging to INFO and switch to DEBUG when...
2014-06-10  Michael Tremerddns: Add argument to list all providers in command...
2014-06-10  Michael TremerAdd a basic command line interface.
2014-06-10  Michael TremerMore HTTP status code fixes.
2014-06-10  Michael TremerAllow forcing an update.
2014-06-10  Michael TremerOnly send updates when necessary.
2014-06-10  Michael TremerLightning Wire Labs: Fix comparing HTTP status codes.
2014-06-10  Michael TremerLightning Wire Labs: Fix using wrong variable when...
2014-06-10  Michael Tremerresolve(): Handle non-existing DNS records.
2014-06-10  Michael TremerRename update methods to update().
2014-06-10  Michael TremerAdd a simple call to resolve a hostname.
2014-06-10  Stefan SchantlAdd DNS Park as new provider.
2014-06-10  Stefan SchantlAdd an error class in case a ddns provider has blocked...
2014-06-09  Stefan SchantlAdd DHS as new provider.
2014-06-09  Stefan SchantlFix generation of the basic auth http header.
2014-06-09  Michael TremerLWL: Fix typos in class name.
2014-06-09  Michael TremerMerge branch 'lightningwirelabs'
2014-06-09  Michael TremerMigrate to autotools.