Fix 'occurred' typo
[bpdyndnsd] / src / config.cpp
2015-05-25 Gerd von Egidydon't log passwords by default, but make password loggi...
2015-05-25 Gerd von Egidyadd new protocol variation "gnudip-fullhostname", used...
2015-05-25 Gerd von Egidyfix compile with newer boost version
2013-07-16 Bjoern SikoraEnhanced update logic to respect not activated hostname...
2011-01-28 Bjoern SikoraDon't update the same IP more than 2 times in success.
2010-12-08 Thomas JaroschAdded possibility to override automatic WAN IP detection
2010-10-13 Bjoern SikoraDYNDNS protocol from now on accepts alternative update...
2010-10-12 Bjoern SikoraRemoved redundant code into separate member function.
2010-10-12 Thomas JaroschAbort on unknown/misspelled configuration options
2010-10-11 Thomas JaroschImplemented command line parser for dialup mode
2010-10-11 Thomas JaroschFix config file regex
2010-06-07 Bjoern SikoraRenamed all header to end with hpp instead of h.
2010-05-21 Bjoern SikoraBugfix in ExternalLogOnlyOnce. Set the right member...
2010-05-21 Bjoern SikoraChanges in Logger: Added member ExternalLogOnlyOnce...
2010-05-21 Bjoern SikoraChanged some loglevels and ignore invalid service confi...
2010-05-21 Bjoern SikoraImplemented logic for ability to activate webcheck...
2010-05-20 Bjoern SikoraAdded config option for starting in offline mode.
2010-05-18 Bjoern SikoraFinished fine tuning due to linter output.
2010-05-17 Bjoern SikoraAvoid using swap to initialize boost:shared_ptr members.
2010-05-12 Bjoern SikoraFirst steps in fine tuning and improving error handling.
2009-09-21 Bjoern SikoraDo not invoke any webcheck url to often (once every...
2009-09-21 Bjoern SikoraBugfix: Catch also generic program_options error.
2009-09-18 Bjoern SikoraFixed includes.
2009-09-18 Bjoern SikoraImproved shared_pointer handling. Use swap instead...
2009-09-16 Bjoern SikoraAvoid typedefs in header files if not really necessary.
2009-09-15 Bjoern SikoraBugfix: Free up memory in httphelper.
2009-09-08 Bjoern SikoraAdded implementation of gnudip protocol.
2009-09-07 Bjoern SikoraRefactoring unexpected part two: Class naming adopted...
2009-09-07 Bjoern SikoraRefactoring: Class renaming. All service implementaion...
2009-09-07 Bjoern SikoraAdded implementation of service zoneedit.
2009-09-07 Bjoern SikoraAdded implementation for tzo.
2009-09-04 Bjoern SikoraFirst shot on easydns.
2009-09-03 Bjoern SikoraAdded implementation of dyns service.
2009-09-03 Bjoern SikoraNo need to initialize strings with "".
2009-09-03 Bjoern SikoraImplemented dyndns service.
2009-09-03 Bjoern SikoraImplemented curl error handling. Improved httphelper...
2009-09-01 Bjoern SikoraConcetptionally each service needs it's own HTTPHelper...
2009-09-01 Bjoern SikoraIntroduced HTTPHelper class to easily perform HTTP...
2009-08-27 Bjoern SikoraAdded ability to log warnings to external program defin...
2009-08-26 Bjoern SikoraImproved conf file and cmd option parsing and correspon...
2009-08-25 Bjoern SikoraImplemented first part of http proxy ability.
2009-08-25 Bjoern SikoraAdded DNS Rechecking of DynDNS Hostname after DNS recor...
2009-08-18 Bjoern SikoraFirst steps in redesign:
2009-08-17 Bjoern SikoraIntroduced new Service members: UpdateInterval and...
2009-08-12 Bjoern SikoraIndroduced new config options for use of ipv6 and ip...
2009-08-11 Bjoern SikoraIntroduced new class IPHelper which should perform...
2009-08-11 Bjoern SikoraFinally a string manipulating boost header was found...
2009-08-11 Bjoern SikoraDeclared all non member manipulating methods as const...
2009-08-10 Bjoern SikoraConvert protocol to lower case.
2009-08-10 Bjoern SikoraGeneralized return values. 0 indicates success, -1...
2009-08-10 Bjoern SikoraAdded and improved some error handling.
2009-08-10 Bjoern SikoraFixed variable naming to I2N coding style.
2009-08-10 Bjoern SikoraCorrected include's in header files.
2009-08-10 Bjoern SikoraStarted with boost/serialization error handling.
2009-08-07 Bjoern SikoraImplemented logic to avoid recently redefined Services...
2009-08-07 Bjoern SikoraReplaced Options_description * with shared_ptr.
2009-08-07 Bjoern SikoraNow serializing list of shared pointers instead of...
2009-08-07 Bjoern SikoraManaged Service de/serialization through dedicated...
2009-08-06 Bjoern SikoraEach Service has Protocol, Hostname, Login, Password...
2009-08-05 Bjoern SikoraImplemented object serialization of Service objects...
2009-08-04 Bjoern SikoraLogging through syslog or std(out/err) is now possible.
2009-08-04 Bjoern SikoraRemoved using of namespaces from header files.
2009-08-03 Thomas JaroschFix test for valid pointer after conversion to boost...
2009-08-03 Thomas JaroschFix escape sequence in config file regex
2009-07-31 Bjoern SikoraImplemented signal handling.
2009-07-31 Bjoern SikoraImplemented daemon ability.
2009-07-30 Bjoern SikoraCMD options have higher preference than config options.
2009-07-30 Bjoern SikoraIntroduced Logger.
2009-07-29 Bjoern SikoraMoved some logic out of main into updater.
2009-07-29 Bjoern SikoraDivided load_config_from_files into smaller ones.
2009-07-28 Bjoern SikoraError handling for unknown service.
2009-07-28 Bjoern SikoraIntroduced shared_ptr semantic. Introduced const &...
2009-07-27 Bjoern SikoraAdded config load from files(main/service).
2009-07-27 Bjoern SikoraFixed member naming.
2009-07-27 Bjoern SikoraAdded doxygen comments and renamed members.
2009-07-27 Bjoern SikoraAdded doxygen comments and changed member names.
2009-07-27 Bjoern SikoraMerged Tom's changes into my HEAD
2009-07-27 Bjoern SikoraBOOST Filesystem to load config file.
2009-07-27 Thomas JaroschSmall cosmetic changes
2009-07-24 Bjoern SikoraThe config class.
2009-07-24 Bjoern SikoraInitial commit on project bpdyndnsd.