aboutsummaryrefslogtreecommitdiff
path: root/src/convert_json.cpp
AgeCommit message (Collapse)Author
2021-04-02Sort out cURL timeouts and increase defaultsfan5
2021-03-20Serialize tool capabilities JSON without whitespacesfan5
fixes #11087
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2017-09-26Update JsonCPP to 1.8.3 (#6466)Loïc Blot
* Update JsonCPP to 1.8.3 * Fix deprecated functions Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time. Use new methods to serialize/deserialize
2017-07-14Remove remaining modstore code (#6120)Elijah Duffy
2016-01-28Don't print whole json data buffer to errorstream on errorest31
`errorstream` must not be overly verbose as clientside it is directly printed onto the ingame chat window. These days, the serverlist can contain > 200k bytes, so better print it to warningstream if the data buffer is too long.
2015-04-20Fix mod store ratingShadowNinja
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
2014-09-18Reduce indentation of HTTPFetchOngoingShadowNinja
Also clean up some related things.
2014-07-25Don't include cmake_config_githash.h into files that don't need itsfan5
2014-06-19Remove ugly curl struct pointer from jsonFetchValue signaturesapier
2014-06-19Remove a lot of superfluous ifndef USE_CURL checkssapier
2014-03-12Pass arguments by referenceSelat
2014-02-26Fix MSVC buildBlockMen
2014-01-07Send long announce as POST, show OS in useragentproller
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
2013-12-13Replace any direct curl usage by httpfetchsapier
2013-12-11Implement search tab and version pickersapier
2013-11-06Correct useragent in http queriesproller
Net struct init
2013-11-04Fix invalid use of pointer to temporary object in json2lua conversionsapier
2013-07-27Dont announce server in singleplayerproller
2013-07-22Add configurable curl timeoutsapier
2013-07-22Add support for modstore screenshotssapier
Add error output on invalid mmdb entries
2013-07-13Masterserver mods announse, ipv6, better curl errorsproller
2013-07-02Replace C++ mainmenu by formspec powered onesapier