Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing constructors and assignment operators | tastytea | 2020-03-20 |
| | | | | … to Instance and Connection. | ||
* | Add copy constructor for CURLWrapper. | tastytea | 2020-03-20 |
| | | | | | The copy constructor does the same as the constructor. A new CURL handle is used for the “copy”. | ||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v1:: * pleroma_conversations_id_read * pleroma_accounts_id_scrobbles * pleroma_scrobble * pleroma_statuses_id_reactions_emoji * pleroma_statuses_id_reactions * pleroma:: * admin_users_nickname_toggle_activation * admin_users_permission_group_permission_group * admin_users_activate * admin_users_deactivate * admin_instances_instance_statuses * admin_statuses * admin_users_force_password_reset * admin_grouped_reports * admin_reports_id_notes * admin_reports_report_id_notes_id * admin_restart * admin_config_descriptions * admin_moderation_log * admin_reload_emoji * admin_users_confirm_email * admin_users_resend_confirm_email * admin_stats * emoji_packs * emoji_packs_name * emoji_packs_name_update_file * emoji_packs_name_update_metadata * emoji_packs_download_from * emoji_packs_list_from * emoji_packs_name_download_shared | ||
* | 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 |
| | | | | | | | | replace_parameter_in_uri(), add_parameters_to_uri() and add_mime_part(). | ||
| * | 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 |
| | | |||
| * | Mark CURLWrapper::get_buffer() inline. | tastytea | 2020-01-24 |
| | | |||
| * | Fix decumentation for CURLWrapper destructor. | tastytea | 2020-01-24 |
| | | |||
| * | Setting -g for debug builds is redundant. | tastytea | 2020-01-24 |
| | | |||
| * | Enhance documentation for Instance and Connection. | tastytea | 2020-01-24 |
| | | |||
| * | Mark buffer variables const. | tastytea | 2020-01-20 |
| | | |||
| * | 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 |
| | | |||
| * | 80 char rule. | tastytea | 2020-01-19 |
|/ | |||
* | Allow examples to build outside mastodonpp. | tastytea | 2020-01-18 |
| | |||
* | Fix header location in readme example. | tastytea | 2020-01-18 |
| | |||
* | typo. | tastytea | 2020-01-18 |
| | |||
* | Merge branch 'develop' into main | tastytea | 2020-01-18 |
|\ | |||
| * | Mention “make package” in readme. | tastytea | 2020-01-18 |
| | | |||
| * | Update feature list. | tastytea | 2020-01-18 |
| | | |||
| * | Indentation fix. | tastytea | 2020-01-18 |
|/ | |||
* | Merge branch 'develop' into main | tastytea | 2020-01-17 |
|\ | |||
| * | Fix header names in documentation. | tastytea | 2020-01-17 |
| | | |||
| * | Make main page of reference more precise. | tastytea | 2020-01-17 |
|/ |