Commit Graph

130 Commits

Author SHA1 Message Date
tastytea ebaee939eb
Incorporated changes from Mastodon 2.4 to 2.6 2018-11-17 21:07:51 +01:00
tastytea d79fbc212b
Bugfix: Link error with inline function
the build was successful Details
2018-11-13 14:50:42 +01:00
tastytea 497cab1122
CI: Dropped g++-6, was based on jessie, didn't work with libcurlpp-dev from sid
the build failed Details
2018-10-08 18:53:48 +02:00
tastytea 38390274ae
Removed ebuilds from CI recipe
the build failed Details
2018-10-08 18:36:13 +02:00
tastytea e372614068
Added error 16: Timeout 2018-10-08 01:33:09 +02:00
tastytea 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
tastytea f64984f331
Updated Easy::Account for Mastodon 2.4.0+ 2018-09-16 02:45:24 +02:00
tastytea 54493cd42e
Fixed package generation issues 2018-09-16 01:28:38 +02:00
tastytea 7882429cef
drone: replaced stretch-dependencies with jessie-backports 2018-08-26 20:28:13 +02:00
tastytea fc281a698b
drone: reversed compiler list, generate generic binary package
the build was successful Details
2018-08-26 19:46:36 +02:00
tastytea 0ede902e0b
Enabled the possibility to generate source packages 2018-08-26 13:43:16 +02:00
tastytea cdb538fa45
Updated dependencies, version bump
the build was successful Details
2018-08-14 17:26:34 +02:00
tastytea fb0a7c0f7f
Added option to compile to static library
the build was successful Details
2018-07-19 12:23:27 +02:00
tastytea 63fd9f581c
bugfix: some examples didn't compile with -DWITHOUT_EASY 2018-07-19 11:17:46 +02:00
tastytea b74381ceed
Enhanced Entity::valid
the build was successful Details
It now checks if all non-nullable attributes are set. fixes #10
2018-07-14 11:54:13 +02:00
tastytea 2565ff8d15
Renamed send_toot to send_post, made send_toot an alias for send_post 2018-07-14 10:36:34 +02:00
tastytea 5df220913b
Added API::urldecode()
the build was successful Details
2018-06-28 14:19:43 +02:00
tastytea c29a8e908e
Updated DEB/RPM-package metainfo 2018-06-21 18:28:39 +02:00
tastytea f9c32f38d3
Removed redundant debug messages
the build was successful Details
2018-06-21 12:42:38 +02:00
tastytea 8f30451ec1
Made Easy::Attachment writable (#1)
the build was successful Details
2018-06-14 03:19:23 +02:00
tastytea b3dfec4204
Added Easy::Account::fields()
Returns the metadata fields introduced in Mastodon 2.4.0.
2018-06-12 03:05:12 +02:00
tastytea 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
tastytea b9603587c5
Added proxy to get_stream() 2018-05-26 23:48:03 +02:00
tastytea 86a614dd61
Added proxy support 2018-05-26 22:34:31 +02:00
tastytea 0a6c595a66
version bump 0.14.0 2018-05-23 20:35:35 +02:00
tastytea d7043c06a6
Added Easy::PushSubscription 2018-05-23 20:21:41 +02:00
tastytea a0435e37d3
Added support for push subscriptions 2018-05-22 23:49:31 +02:00
tastytea d342edfd21
added http::callback_progress() to cancel transfers quicker and more reliably 2018-05-20 12:29:04 +02:00
tastytea 364036712f
version bump 0.13.0 2018-05-17 19:00:53 +02:00
tastytea 273a92c4ab
Added mutex 2018-05-17 17:59:44 +02:00
tastytea 56cfe7e2ce
replaced http::abort_stream() with http::cancel_stream() 2018-05-13 16:00:27 +02:00
tastytea fe2a09878b
enhanced build recipe 2018-05-13 07:01:14 +02:00
tastytea 897e36dc44
made urlencode() static 2018-05-09 06:27:11 +02:00
tastytea 091a27e412
added unescape_html 2018-05-09 06:09:47 +02:00
tastytea 4ee52fc3a0
compacting strtime functions 2018-05-05 04:38:08 +02:00
tastytea 05fa4905e0
Added Easy::strtime_utc() and Easy::strtime_local() 2018-05-05 04:25:22 +02:00
tastytea da032b871b
version bump 2018-04-21 14:25:55 +02:00
tastytea a54b144e04
removed documentation for deprecated declarations, fixed version-typo 2018-04-19 01:07:56 +02:00
tastytea 88edcc839f
supress warnings about compatibility-wrapper if it is no debug build 2018-04-19 00:56:33 +02:00
tastytea 90452a9ec9
deprecation note in readme 2018-04-19 00:26:23 +02:00
tastytea 42dcc47f5b
bugfix: Easy::Notification.status() was broken 2018-04-18 18:37:55 +02:00
tastytea f664ff2da8
corrected header path 2018-04-11 16:09:52 +02:00
tastytea 34049e2497
version bump 0.9.0 2018-04-10 10:56:23 +02:00
tastytea 53c8bb7b4c
remoced errors 20-25 2018-04-10 10:47:54 +02:00
tastytea bbdcf70efd
Added support for passing exceptions 2018-04-10 10:17:46 +02:00
tastytea 2518f3d4a7
added Easy::Entity::was_set() 2018-04-09 23:20:37 +02:00
tastytea a7b714259b
Added errors: SSL, timeout 2018-04-09 17:55:11 +02:00
tastytea af08c4e419
fixed minor bug in build recipe, refactoring 2018-04-04 06:22:01 +02:00
tastytea babab7c1b4
fixed Easy::Status::in_reply_to_*id() 2018-04-04 04:16:32 +02:00
tastytea 9f75b7d2b2
Added max_id() and since_id() to Easy::Link 2018-04-03 01:21:16 +02:00