summaryrefslogtreecommitdiffstats
path: root/include/instance.hpp
Commit message (Collapse)AuthorAge
* Remove Instance::get_proxy() and Instance::get_cainfo().tastytea2020-01-12
| | | | | We can't get the values that were set using environment variables or build-time options. We don't need them anymore for initializing “Connection”s.
* Add set_useragent().tastytea2020-01-12
|
* Simplify connection setup.tastytea2020-01-12
| | | | By adding CURLWrapper::setup_connection_properties.
* Fix @since-tags that point to nonexisting versions.tastytea2020-01-12
|
* Add Instance::ObtainToken.tastytea2020-01-12
|
* Marked some functions noexcept.tastytea2020-01-12
|
* Add Instance::set_cainfo().tastytea2020-01-12
|
* Add Instance::get_post_formats().tastytea2020-01-11
|
* Add Instance::get_nodeinfo().tastytea2020-01-11
|
* Improve documentation for get_max_chars().tastytea2020-01-11
|
* Add support for setting the access token.tastytea2020-01-10
|
* Move set_proxy() to Instance.tastytea2020-01-09
|
* Fix / ignore some clang-tidy warnings.tastytea2020-01-08
|
* Replace string with string_view where possible.tastytea2020-01-08
|
* Query max_toot_chars the first time get_max_chars() is called.tastytea2020-01-06
|
* Change signature of Instance.tastytea2020-01-06
|
* Query instance for max_toot_chars.tastytea2020-01-05
|
* Instance: Add getters for hostname, baseuri and access_token.tastytea2020-01-05
|
* Move low-level network stuff to CURLWrapper.tastytea2020-01-04
|
* Only initialize libcurl once.tastytea2020-01-04
|
* Update description for Instance.tastytea2020-01-04
|
* Add constructors and assignment operators to Instance.tastytea2020-01-04
| | | | | Explicitly set copy & move constructors to default, explicitly delete copy & move assignment operators. Make destructor virtual.
* Fix headers in Doxygen output.tastytea2020-01-04
|
* Add curl initialization.tastytea2020-01-04
|
* Improve documentation.tastytea2020-01-03
|
* Use Instance and Request classes.tastytea2020-01-03