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
Commit message (
Expand
)
Author
Age
*
Bump maximum CMake version to 3.16.
tastytea
2020-05-19
*
Only use add_compile_definitions with CMake >= 3.12.
tastytea
2020-05-19
*
Version bump 0.5.5.
tastytea
2020-05-19
*
Add -DNDEBUG for non-debug builds.
tastytea
2020-05-19
*
Merge branch 'develop' into main
tastytea
2020-04-18
|
\
|
*
Add Support for Pleroma 2.0.2.
tastytea
2020-04-18
|
*
Remove unused using declaration.
tastytea
2020-04-18
|
/
*
Version bump 0.5.4.
tastytea
2020-03-21
*
Merge branch 'develop' into main
tastytea
2020-03-21
|
\
|
*
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
|
/
*
Ensure that the first parameter in all GET calls is prefaced with ?.
tastytea
2020-03-20
*
Merge branch 'develop' into main
tastytea
2020-03-20
|
\
|
*
Allow argument in constructor of Connection to be const.
tastytea
2020-03-20
*
|
Version bump 0.5.2.
tastytea
2020-03-20
*
|
Merge branch 'develop' into main
tastytea
2020-03-20
|
\
|
|
*
Add missing constructors and assignment operators
tastytea
2020-03-20
|
*
Add copy constructor for CURLWrapper.
tastytea
2020-03-20
*
|
Version bump 0.5.1.
tastytea
2020-03-12
*
|
Merge branch 'develop' into main
tastytea
2020-03-12
|
\
|
|
*
Handle more than one replacement in replace_parameter_in_uri().
tastytea
2020-03-12
|
*
Update parameter replacements for Pleroma 2.0.0.
tastytea
2020-03-12
|
*
Updated Pleroma endpoints to version 2.0.0.
tastytea
2020-03-12
*
|
Merge branch 'develop' into main
tastytea
2020-02-16
|
\
|
|
*
Update contribution guidelines.
tastytea
2020-02-16
|
*
Typo: A space too much.
tastytea
2020-02-12
|
*
Make map of named entities into 2 columns.
tastytea
2020-02-12
|
*
Mark unescape_html() nodiscard.
tastytea
2020-02-03
|
/
*
Version bump 0.5.0.
tastytea
2020-02-02
*
Merge branch 'develop' into main
tastytea
2020-02-02
|
\
|
*
Decrease loops drastically in unescape_html().
tastytea
2020-02-02
|
*
Add hyperlinks to git commands in contributing guidelines.
tastytea
2020-02-02
*
|
Merge branch 'develop' into main
tastytea
2020-01-31
|
\
|
|
*
Rename buffer_mutex → _buffer_mutex.
tastytea
2020-01-28
|
*
Update .clang-tidy.
tastytea
2020-01-28
|
*
Add .clang-tidy.
tastytea
2020-01-27
|
*
Add clang-tidy exceptions for http_method.
tastytea
2020-01-27
|
*
CMake: We are already in the build directory.
tastytea
2020-01-27
*
|
Merge branch 'develop' into main
tastytea
2020-01-26
|
\
|
|
*
Make some private members of CURLWrapper static.
tastytea
2020-01-26
|
*
Add WITH_CLANG-TIDY to CMake recipe.
tastytea
2020-01-26
|
*
Catch JSON exceptions in nlohmann-json example.
tastytea
2020-01-26
|
*
Setting -DNDEBUG is redundant.
tastytea
2020-01-26
|
*
Use brace initialization for _stream_cancelled.
tastytea
2020-01-26
|
*
Explicitly call CURLWrapper::set_useragent() in setup_curl().
tastytea
2020-01-26
|
*
Add nlohmann-json example.
tastytea
2020-01-26
|
*
Make the introduction more true.
tastytea
2020-01-25
|
*
Add Mastodon and Pleroma hyperlinks to readme.
tastytea
2020-01-25
*
|
Merge branch 'develop' into main
tastytea
2020-01-25
|
\
|
|
*
Make set_proxy(), set_cainfo(), set_useragent() virtual.
tastytea
2020-01-24
[next]