Commit Graph

647 Commits

Author SHA1 Message Date
tastytea d16454e169
Merge branch 'develop' of schlomp.space:tastytea/mastodon-cpp into develop
continuous-integration/drone/push Build is failing Details
2019-08-21 04:10:37 +02:00
tastytea 12c0b896db
Use references for HTMLForm, where possible.
HTMLForm can't be copied, so I'm returning using unique_ptr in maptoformdata()
and references everywhere else.
2019-08-21 03:53:51 +02:00
tastytea ecb49c7e00
Actually send forms. 2019-08-21 03:36:25 +02:00
tastytea bc58a977f0
Add more debug statements around forms. 2019-08-21 03:35:44 +02:00
tastytea f97608ecfa
[WIP] Switch from curlpp to POCO.
Compilable, but untested and unfinished.
2019-08-20 18:13:51 +02:00
tastytea bd07dc6f9c
Change license in package generation recipe. 2019-08-16 02:09:12 +02:00
tastytea 1273518a5c
Add pkg-config recipe. 2019-08-16 02:08:14 +02:00
tastytea 5f73020056
Modernized CMake recipes. 2019-08-16 02:08:14 +02:00
tastytea ac3538aed2
Change license in readme.
continuous-integration/drone/push Build is passing Details
2019-08-16 02:07:45 +02:00
tastytea 231663b07e
Changed license to AGPL3.
continuous-integration/drone/push Build is passing Details
2019-08-15 22:53:38 +02:00
tastytea 72efbb515d
Add pkg-config recipe.
continuous-integration/drone/push Build is failing Details
2019-08-14 00:19:12 +02:00
tastytea 740890e402
Modernized CMake recipes. 2019-08-14 00:15:04 +02:00
tastytea 22d1232240
Only build tests once in CI.
continuous-integration/drone/push Build is passing Details
2019-08-13 14:27:03 +02:00
tastytea 0998ee5ef9
Do tests only one time in CI.
continuous-integration/drone/push Build is passing Details
2019-08-12 23:39:41 +02:00
tastytea e4937c954f
Set CXX for rpm build in CI. 2019-08-12 23:27:56 +02:00
tastytea f7af97ad73
Version bump 0.106.0.
continuous-integration/drone/push Build is passing Details
2019-08-12 23:06:29 +02:00
tastytea c49518981b
Added tests for Easy::Tag.
continuous-integration/drone/push Build is passing Details
2019-08-12 05:49:56 +02:00
tastytea f159f0c391
Get numbers in Easy::Tag::History::accounts() and ::use().
We were trying to get strings before.
2019-08-12 05:48:26 +02:00
tastytea 2a7d02fba8
Marked members of Easy::Tag::History const. 2019-08-12 05:47:49 +02:00
tastytea a5e7f12fd1
Fixed test description for Easy::Results. 2019-08-12 05:27:56 +02:00
tastytea dc09d3db5b
Fixed tests for Easy::Status.
The data was invalid JSON.
2019-08-12 05:27:49 +02:00
tastytea 4922fc79fe
Added tests for Easy::Status.
continuous-integration/drone/push Build is failing Details
2019-08-12 04:55:32 +02:00
tastytea 39af18fe35
Removed nonsensical ifdefs. 2019-08-12 04:55:31 +02:00
tastytea 61a2d4aeef
Added tests for Easy::Results. 2019-08-12 04:54:48 +02:00
tastytea 338274e368
Removed old TODOs. 2019-08-12 03:29:55 +02:00
tastytea 919f67b123
marked operators bool and uint8_t of return_base const.
continuous-integration/drone/push Build is passing Details
2019-07-22 22:09:50 +02:00
tastytea 581e4a96bb
Added tests for Easy::Relationship.
continuous-integration/drone/push Build is passing Details
2019-07-21 02:55:57 +02:00
tastytea 7874ca7830
Updated Easy::Relationship. 2019-07-21 02:48:48 +02:00
tastytea d9fa878136
Added tests for Easy::PushSubscription. 2019-07-21 02:36:03 +02:00
tastytea b1afd2533d
Fixed validity-check for push subscriptions. 2019-07-21 02:33:28 +02:00
tastytea b2b58990df
Clarified reasons for blocked instances.
continuous-integration/drone/push Build is passing Details
2019-07-18 17:48:32 +02:00
tastytea dbce486c9b
Blocked Kiwi Farms, added explanation in README.
continuous-integration/drone/push Build is passing Details
2019-07-14 18:01:10 +02:00
tastytea 9b0c68f2bf
Prevent usage with Gab domains.
continuous-integration/drone/push Build is passing Details
2019-06-26 02:35:35 +02:00
tastytea f293d54a63
Added tests for Easy::Notification. 2019-06-26 02:14:52 +02:00
tastytea 449bb65303
Fixed tests with catch 1.x.
continuous-integration/drone/push Build is passing Details
2019-06-10 18:33:44 +02:00
tastytea 4922f79bf2
Moved cmake config for tests to tests/.
continuous-integration/drone/push Build is failing Details
2019-06-10 17:40:00 +02:00
tastytea bbac2b7c51
Added tests for Easy::Mention. 2019-06-10 17:28:22 +02:00
tastytea d4e1f68235
Added tests for Easy::List. 2019-06-10 17:28:22 +02:00
tastytea 9090515a99
CI: Only test g++ 6/9. 2019-05-26 22:18:53 +02:00
tastytea 86ebbf90a2
Fixed drone-notification. 2019-05-18 06:17:20 +02:00
tastytea 57bf54ed32
Fixed regex in unescape_html(). 2019-05-18 06:16:54 +02:00
tastytea a79d0157fc
Added tests for Easy::Instance.
continuous-integration/drone/push Build is passing Details
2019-05-13 23:09:12 +02:00
tastytea 3a36744d72
Fixed Instance::stats(). 2019-05-13 23:08:04 +02:00
tastytea 5cebe53c3f
Corrected error in test-description. 2019-05-13 22:01:45 +02:00
tastytea 8f5d40ff7f
Updated Easy::Instance.
Added urls() and stats() and removed streaming_api().
2019-05-13 21:52:28 +02:00
tastytea 8a6bef8c2c
Made type names more consistent. 2019-05-13 21:31:38 +02:00
tastytea 51c9180128
Added tests for Easy::Filter.
continuous-integration/drone/push Build is passing Details
2019-05-12 17:59:10 +02:00
tastytea 69109ffc91
Updated Easy::Filter. Only cosmetic changes. 2019-05-12 17:34:34 +02:00
tastytea ae7ffc2908
Better and more consistent wording. 2019-05-11 02:19:34 +02:00
tastytea d614696260
Added tests for Easy::Emoji.
continuous-integration/drone/push Build is passing Details
2019-05-10 22:43:14 +02:00