|
3f09180b85
|
Added tests for API::v1::media.
|
2019-04-27 22:03:16 +02:00 |
|
|
5ddc0f20fe
|
Added dependency-install examples for Debian Stretch and CentOS 7.
|
2019-04-22 04:01:18 +02:00 |
|
|
c94a2ccb4a
|
Added example for EXTRA_TEST_ARGS.
|
2019-04-20 01:30:05 +02:00 |
|
|
2527e9523e
|
Added support for /api/v1/filters and /api/v1/filters/:id.
|
2019-04-19 05:20:48 +02:00 |
|
|
346154c062
|
Added Easy::Token.
|
2019-04-16 17:56:45 +02:00 |
|
|
d4736308fd
|
Put http_error_code in return_base.
|
2019-04-14 17:58:33 +02:00 |
|
|
d5e6dfc776
|
Version bump 0.101.1
|
2019-04-14 04:46:03 +02:00 |
|
|
a1083b5c18
|
Changed CMAKE_PROJECT_NAME to PROJECT_NAME.
|
2019-04-14 04:38:59 +02:00 |
|
|
ca60900a0c
|
Reformatted and splitted cmake recipe.
|
2019-04-14 04:11:17 +02:00 |
|
|
e5c02f04d3
|
Version bump 0.101.0.
|
2019-04-13 22:24:40 +02:00 |
|
|
bde8d11706
|
Revamped streams.
|
2019-04-10 02:25:55 +02:00 |
|
|
55529136c2
|
Changed default for WITH_EXAMPLES to NO.
|
2019-04-04 12:58:49 +02:00 |
|
|
d7bec891dd
|
Set default values for all custom cmake-variables.
And changed WITHOUT_EASY to WITH_EASY.
|
2019-04-04 12:47:40 +02:00 |
|
|
beb6910085
|
Install all necessary headers.
|
2019-04-04 12:35:43 +02:00 |
|
|
552c92a1ef
|
Set default for WITH_EXAMPLES to YES, disabled tests.
|
2019-03-28 13:29:21 +01:00 |
|
|
cc43f133a4
|
Removed -DWITH_STATIC.
|
2019-03-03 12:28:14 +01:00 |
|
|
5c4ca94d4b
|
Added more warnings to debug build.
|
2019-02-22 10:10:44 +01:00 |
|
|
24687cba07
|
Removed deprecated code.
|
2019-02-22 08:23:26 +01:00 |
|
|
ffaf4a551a
|
Bugfix: Do not assume client_id, client_secret and token are hexadecimal.
|
2019-02-04 19:14:54 +01:00 |
|
|
5a6b541de2
|
Changed ids from uint_fast64_t to const string in all relevant places.
|
2019-01-27 03:50:28 +01:00 |
|
|
462085470e
|
Added get_notifications().
Closes #3
|
2019-01-26 06:54:47 +01:00 |
|
|
cfb21e3e2b
|
Tell the compiler to be more pedantic for debug builds.
|
2018-12-04 09:49:57 +01:00 |
|
|
1f5e356b2a
|
Added Instance::max_toot_chars()
|
2018-12-04 09:44:32 +01:00 |
|
|
ebaee939eb
|
Incorporated changes from Mastodon 2.4 to 2.6
|
2018-11-17 21:07:51 +01:00 |
|
|
d79fbc212b
|
Bugfix: Link error with inline function
|
2018-11-13 14:50:42 +01:00 |
|
|
497cab1122
|
CI: Dropped g++-6, was based on jessie, didn't work with libcurlpp-dev from sid
|
2018-10-08 18:53:48 +02:00 |
|
|
38390274ae
|
Removed ebuilds from CI recipe
|
2018-10-08 18:36:13 +02:00 |
|
|
e372614068
|
Added error 16: Timeout
|
2018-10-08 01:33:09 +02:00 |
|
|
f1755d8de3
|
Bugfix: Error codes from send_post and send_toot were not reported back.
Because the variable was not a reference.
|
2018-10-08 01:22:55 +02:00 |
|
|
f64984f331
|
Updated Easy::Account for Mastodon 2.4.0+
|
2018-09-16 02:45:24 +02:00 |
|
|
54493cd42e
|
Fixed package generation issues
|
2018-09-16 01:28:38 +02:00 |
|
|
7882429cef
|
drone: replaced stretch-dependencies with jessie-backports
|
2018-08-26 20:28:13 +02:00 |
|
|
fc281a698b
|
drone: reversed compiler list, generate generic binary package
|
2018-08-26 19:46:36 +02:00 |
|
|
0ede902e0b
|
Enabled the possibility to generate source packages
|
2018-08-26 13:43:16 +02:00 |
|
|
cdb538fa45
|
Updated dependencies, version bump
|
2018-08-14 17:26:34 +02:00 |
|
|
fb0a7c0f7f
|
Added option to compile to static library
|
2018-07-19 12:23:27 +02:00 |
|
|
63fd9f581c
|
bugfix: some examples didn't compile with -DWITHOUT_EASY
|
2018-07-19 11:17:46 +02:00 |
|
|
b74381ceed
|
Enhanced Entity::valid
It now checks if all non-nullable attributes are set. fixes #10
|
2018-07-14 11:54:13 +02:00 |
|
|
2565ff8d15
|
Renamed send_toot to send_post, made send_toot an alias for send_post
|
2018-07-14 10:36:34 +02:00 |
|
|
5df220913b
|
Added API::urldecode()
|
2018-06-28 14:19:43 +02:00 |
|
|
c29a8e908e
|
Updated DEB/RPM-package metainfo
|
2018-06-21 18:28:39 +02:00 |
|
|
f9c32f38d3
|
Removed redundant debug messages
|
2018-06-21 12:42:38 +02:00 |
|
|
8f30451ec1
|
Made Easy::Attachment writable (#1)
|
2018-06-14 03:19:23 +02:00 |
|
|
b3dfec4204
|
Added Easy::Account::fields()
Returns the metadata fields introduced in Mastodon 2.4.0.
|
2018-06-12 03:05:12 +02:00 |
|
|
55837e78d2
|
Added /api/v2/search, copied Easy::Result::hashtag to hashtag_v1, changed Easy::Result::hashtag to return Easy::Tag objects
|
2018-06-11 01:38:36 +02:00 |
|
|
b9603587c5
|
Added proxy to get_stream()
|
2018-05-26 23:48:03 +02:00 |
|
|
86a614dd61
|
Added proxy support
|
2018-05-26 22:34:31 +02:00 |
|
|
0a6c595a66
|
version bump 0.14.0
|
2018-05-23 20:35:35 +02:00 |
|
|
d7043c06a6
|
Added Easy::PushSubscription
|
2018-05-23 20:21:41 +02:00 |
|
|
a0435e37d3
|
Added support for push subscriptions
|
2018-05-22 23:49:31 +02:00 |
|