index
:
mastodonpp
main
C++ wrapper for the Mastodon and Pleroma APIs. This mirror exists as a backup in case the original project is ever gone from elsewhere on the Net.
tastytea
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
instance.hpp
Commit message (
Expand
)
Author
Age
*
Reformat header files.
tastytea
2020-11-13
*
Add note about scopes in documentation for ObtainToken::step_1().
tastytea
2020-11-13
*
Remove unused using declaration.
tastytea
2020-04-18
*
Define copy constructor for instance.
tastytea
2020-03-21
*
Set access token in CURLWrapper too if it is set in Instance.
tastytea
2020-03-21
*
Allow argument in constructor of Connection to be const.
tastytea
2020-03-20
*
Add missing constructors and assignment operators
tastytea
2020-03-20
*
Make set_proxy(), set_cainfo(), set_useragent() virtual.
tastytea
2020-01-24
*
Enhance documentation for Instance and Connection.
tastytea
2020-01-24
*
Clarify documentation for Instance::ObtainToken::step_2().
tastytea
2020-01-20
*
Instance is not a function.
tastytea
2020-01-20
*
Report right headerfile location for Instance::ObtainToken.
tastytea
2020-01-20
*
Use bracket initialization in example code.
tastytea
2020-01-14
*
Add documentation for set_useragent().
tastytea
2020-01-14
*
Mark ObtainToken constructor explicit.
tastytea
2020-01-14
*
Move types into types.hpp and add answer_type::next() and prev().
tastytea
2020-01-14
*
Remove Instance::get_proxy() and Instance::get_cainfo().
tastytea
2020-01-12
*
Add set_useragent().
tastytea
2020-01-12
*
Simplify connection setup.
tastytea
2020-01-12
*
Fix @since-tags that point to nonexisting versions.
tastytea
2020-01-12
*
Add Instance::ObtainToken.
tastytea
2020-01-12
*
Marked some functions noexcept.
tastytea
2020-01-12
*
Add Instance::set_cainfo().
tastytea
2020-01-12
*
Add Instance::get_post_formats().
tastytea
2020-01-11
*
Add Instance::get_nodeinfo().
tastytea
2020-01-11
*
Improve documentation for get_max_chars().
tastytea
2020-01-11
*
Add support for setting the access token.
tastytea
2020-01-10
*
Move set_proxy() to Instance.
tastytea
2020-01-09
*
Fix / ignore some clang-tidy warnings.
tastytea
2020-01-08
*
Replace string with string_view where possible.
tastytea
2020-01-08
*
Query max_toot_chars the first time get_max_chars() is called.
tastytea
2020-01-06
*
Change signature of Instance.
tastytea
2020-01-06
*
Query instance for max_toot_chars.
tastytea
2020-01-05
*
Instance: Add getters for hostname, baseuri and access_token.
tastytea
2020-01-05
*
Move low-level network stuff to CURLWrapper.
tastytea
2020-01-04
*
Only initialize libcurl once.
tastytea
2020-01-04
*
Update description for Instance.
tastytea
2020-01-04
*
Add constructors and assignment operators to Instance.
tastytea
2020-01-04
*
Fix headers in Doxygen output.
tastytea
2020-01-04
*
Add curl initialization.
tastytea
2020-01-04
*
Improve documentation.
tastytea
2020-01-03
*
Use Instance and Request classes.
tastytea
2020-01-03