Commit Graph

630 Commits

Author SHA1 Message Date
tastytea ff43aea4ab
Add CentOS 7 workaround.
continuous-integration/drone/push Build is passing Details
2019-09-20 03:55:13 +02:00
tastytea 83819c5f33
CI: Add openssl-devel to rpm dependencies. 2019-09-20 03:40:59 +02:00
tastytea 9b13db149b
Add package description workaround for CMake < 3.9. 2019-09-20 03:30:54 +02:00
tastytea 795bf14e51
Corrected version in documentation from 0.107.0 to 0.110.0.
continuous-integration/drone/push Build is passing Details
2019-09-20 02:58:58 +02:00
tastytea 47adbe0281
Merge branch 'develop' 2019-09-20 02:55:32 +02:00
tastytea 14d2e53cfc
Add support for the streaming event “filters_changed”. 2019-09-20 02:52:56 +02:00
tastytea f8ed45dcc4
Deleted report from return types and added Poll and Conversations.
continuous-integration/drone/push Build is passing Details
2019-09-20 02:41:27 +02:00
tastytea d100d1a2b6
Add support for GET /api/v1/streaming/direct. 2019-09-20 02:38:56 +02:00
tastytea ff649fd2eb
Add support for /api/v1/streaming/hashtag/local. 2019-09-20 02:37:33 +02:00
tastytea 7f80bff4e1
Add support for /api/v1/streaming/health. 2019-09-20 02:36:16 +02:00
tastytea 3446bbf5d6
Deleted Easy::Report and GET /api/v1/reports.
continuous-integration/drone/push Build is failing Details
They are no longer documented by Mastodon.
2019-09-20 02:29:45 +02:00
tastytea 14a1d92442
Added /api/v1/conversations. 2019-09-20 02:26:47 +02:00
tastytea c3e00e2e31
Added Easy::Conversation. 2019-09-20 02:26:07 +02:00
tastytea 1b514df555
Added /api/v1/polls/:id and /api/v1/polls/:id/votes.
continuous-integration/drone/push Build is passing Details
2019-09-20 00:40:22 +02:00
tastytea 416675a667
Added Entity Easy::Poll. 2019-09-20 00:07:17 +02:00
tastytea 4d5b331a0f
Removed /api/v1/search.
Because it is not documented by tootsuite anymore.
2019-09-19 23:21:58 +02:00
tastytea 2b265a5831
Merge branch 'develop'
continuous-integration/drone/push Build is passing Details
Switched from curlpp to POCO, modernized cmake recipes.
2019-08-30 08:20:48 +02:00
tastytea 08ae30835c
Confirmed that proxies work, added debug message with proxy info.
continuous-integration/drone/push Build is passing Details
2019-08-30 08:06:48 +02:00
tastytea 707771c7bf
Bugfix: Do not try to set proxy in parent class.
continuous-integration/drone/push Build is passing Details
2019-08-25 05:27:00 +02:00
tastytea 6b070dec98
Percent-decode proxy username and password. 2019-08-25 05:08:37 +02:00
tastytea d2a4d835de
Moved set_proxy() to API::http().
continuous-integration/drone/push Build is failing Details
API::set_proxy() calls API::http::set_proxy(). Deleted API::get_proxy().
2019-08-25 04:50:08 +02:00
tastytea acbcb6224e
Mastodon::http inherits proxy config from parent.
continuous-integration/drone/push Build is passing Details
Ff set_proxy() is called, _http.inherit_proxy() is called.
2019-08-21 11:06:41 +02:00
tastytea 188033a0c1
Simplify get_proxy(). 2019-08-21 10:52:06 +02:00
tastytea 41a580b32b
Rewrite parsing of http_proxy environment variable.
The regex matches host, port, username and password.
2019-08-21 10:42:59 +02:00
tastytea 915c85e9e9
Changed error codes and introduced error constants.
continuous-integration/drone/push Build is passing Details
2019-08-21 08:00:46 +02:00
tastytea 5ddea09924
Repair domain-change detection on HTTP redirect.
Also added debug statements.
2019-08-21 07:28:28 +02:00
tastytea c48c1a66f2
Removed and replaced last bits of curlpp.
continuous-integration/drone/push Build is passing Details
2019-08-21 04:54:17 +02:00
tastytea ed989935ac
Test with clang7. 2019-08-21 04:37:13 +02:00
tastytea a6f70263b8
Remove curlpp from drone recipe. 2019-08-21 04:36:04 +02:00
tastytea d0bac6779f
Replace curlpp with POCO in README. 2019-08-21 04:31:18 +02:00
tastytea 565317115c
Replace curlpp with POCO in RPM dependencies. 2019-08-21 04:27:24 +02:00
tastytea 9da01c0398
Add POCO to drone recipe.
continuous-integration/drone/push Build is failing Details
2019-08-21 04:25:20 +02:00
tastytea 62d28c523a
Updated TODOs and FIXMEs. 2019-08-21 04:20:25 +02:00
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