summaryrefslogtreecommitdiff
path: root/tntfeatures.h
AgeCommit message (Collapse)Author
2015-02-11Drop support for old tntnet versions: SSL/TLS support is no more optional.Dieter Hametner
LIVE can be compiled only with versions of tntnet which support SSL/TLS connections.
2015-02-11Drop support for old tntnet versions: add support to extract host from ↵Dieter Hametner
request url. Tntnet versions which did not allow to get the host from the request url are now unsupported.
2015-02-11Drop support for old tntnet versions: Query params are now in tntnet and not ↵Dieter Hametner
in cxxtools Removed old code for cxxtools queryparams.
2015-02-10Drop support for old tntnet versions: Removed support to read a tntnet ↵Dieter Hametner
config file. Only code internal configuration is used now.
2013-05-03Make LIVE compile and work with Tntnet and cxxtools version 2.2.Dieter Hametner
Thanks to Tommi Mäkitalo for his help on resolving the issues. This problem was reported by Martin Gansser and by the user 'varas' in the bugtracker as bug #1351. This commit fixes that bug.
2013-02-24Fix listener bug triggered by never versions of cxxtools reported in bug #1066Dieter Hametner
2010-06-20Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370Dieter Hametner
tntnet version string. Jan's patch resolved the immediate problem with regard to the updated version but was not backwards compatible for older tntnet version. My changes to the code adressed that problem and added an enhancement how to deal with that problem in the future.