Commit Graph

110 Commits

Author SHA1 Message Date
tastytea 2321802575
Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
tastytea da57e4f1ed
Update drone file.
continuous-integration/drone/push Build is failing Details
2019-12-16 01:25:46 +01:00
tastytea b320cafa40
Add EditorConfig.
continuous-integration/drone/push Build encountered an error Details
2019-12-16 01:06:59 +01:00
tastytea a2c942adbb
Add Code Of Conduct. 2019-12-16 01:04:14 +01:00
tastytea 2a6712e04c
Replace README.md with README.adoc. 2019-12-16 01:03:57 +01:00
tastytea 3d25bb1a4b
Only test with GCC 5 and 8. 2019-12-16 00:57:38 +01:00
tastytea 2203f271c9
Fixed error codes link. 2019-12-14 00:37:28 +01:00
tastytea 26000270e7
Version bump 0.9.0.
the build was successful Details
2019-04-21 04:17:19 +02:00
tastytea 1054179b1f
Replaced for-loops with std::transform, changed a variable name.
the build was successful Details
2019-04-21 04:14:02 +02:00
tastytea 7b3cb678ca
Ported to mastoson-cpp 0.105.0. 2019-04-21 04:00:55 +02:00
tastytea d02ca95345
Removed superfluous const. 2019-04-21 03:38:15 +02:00
tastytea d49a84ac3e
CI:Updated mastodon-cpp to 0.30.1
the build was successful Details
2019-02-04 19:40:16 +01:00
tastytea af7f075710
CI: Changed g++ packages from bionic to xenial
the build was successful Details
2018-10-09 02:05:15 +02:00
tastytea c1721b4917
updated dependencies 2018-10-08 22:39:04 +02:00
tastytea 65bb971636
CI: replace gcc image with debian image
the build was successful Details
2018-10-08 22:21:33 +02:00
tastytea 26eab23305
Fixed ambiguous conversion
the build was successful Details
2018-10-08 19:41:21 +02:00
tastytea 278a574f80
CI: Changed dependencies: libcurlpp-dev is not in buster anymore, but in sid
the build failed Details
2018-10-08 19:22:27 +02:00
tastytea 619c2d9863
Changed mastodon-cpp to 0.18.9 in CI recipe
the build failed Details
2018-10-08 19:20:12 +02:00
tastytea d575ddd139
Added a bit of verbosity to error codes 2018-10-08 01:53:28 +02:00
tastytea 8955dedb46
Fixed issue with mastodon-cpp >= 0.18.6 (uint16_t vs. uint_fast16_t) 2018-10-08 01:40:53 +02:00
tastytea 2cf7cac099
Bugfix: Don't throw unknown error if return code from mastodon-cpp is != 0 2018-10-08 00:36:54 +02:00
tastytea 603532a334
bugfix: Stopped freezing in configure step if an empty value is entered. 2018-09-20 06:23:44 +02:00
tastytea 4297f68d41
Don't wait(interval) after last entry 2018-09-20 05:45:22 +02:00
tastytea 257a7dbb93
Added configurable interval between posts to prevent flooding and to allow compliance with newsbots.eu. 2018-09-20 05:06:10 +02:00
tastytea d54d6513b6
This REALLY fixes bug #1 (I checked the size, but not properly resized the content 🤦)
the build was successful Details
2018-08-30 01:24:19 +02:00
tastytea 105b836651
typo
the build was successful Details
2018-08-30 01:19:33 +02:00
tastytea 2619e311cf
Added check if toot really was sent
the build failed Details
2018-08-30 01:13:22 +02:00
tastytea 4710021393
Bugfix: Did not count characters in content warnings, resulted in lost messages.
fixes #1
2018-08-30 01:07:19 +02:00
tastytea 78ec9a447d
drone: deactivated gcc 5
the build was successful Details
2018-08-26 20:34:53 +02:00
tastytea 786dd9fb81
Unescape spoilered titles 2018-08-26 20:08:41 +02:00
tastytea cc12005a4b
watchwords.json is no longer required to exist.
the build was successful Details
Fixes #2
2018-08-26 19:46:07 +02:00
tastytea 024a7e0af7
bugfix: Too long posts would sometimes not be shrinked
the build was successful Details
2018-08-25 23:52:22 +02:00
tastytea cb31080a57
Oops, forgot error checking.
the build was successful Details
2018-08-25 23:38:17 +02:00
tastytea cf3f13fff1
finish support for CW as title
the build was successful Details
2018-08-25 14:53:48 +02:00
tastytea 929cb540d4
rewrote parse_website() to return vector of Mastodon::Easy::Status 2018-08-25 14:23:58 +02:00
tastytea 473442f612
Added config option "titles_as_cw"
the build was successful Details
2018-08-24 17:54:46 +02:00
tastytea 7e459c259b
updated drone file
the build was successful Details
2018-08-15 14:38:42 +02:00
tastytea e8d27eeef2
drone: download mastodon-cpp-0.17.1
the build was successful Details
2018-06-21 18:04:49 +02:00
tastytea b8bd083b7a
Updated dependencies 2018-06-21 14:13:22 +02:00
tastytea 000cb9d27b
downgraded drone from buster to stretch 2018-06-21 14:12:17 +02:00
tastytea 7581286fec
drone: always pull new images 2018-06-19 09:35:21 +02:00
tastytea 2256cc6177
updated dependencies
the build was successful Details
2018-06-13 05:34:55 +02:00
tastytea 7fac2f089d
Added drone script
the build was successful Details
2018-06-13 05:13:22 +02:00
tastytea 7310f49370
git.schlomp.space -> schlomp.space 2018-06-04 21:02:07 +02:00
tastytea 798753ad25
Changed URL when registering on Mastodon server 2018-06-04 20:22:33 +02:00
tastytea a2c366f463
Changed URLs to point to git.schlomp.space 2018-06-04 01:56:18 +02:00
tastytea 910d8be5c7
Don't force visibility 2018-05-15 12:29:18 +02:00
tastytea a2858ec62b
Fixed the post-size calculation 2018-05-13 08:19:50 +02:00
tastytea 136cea0a5d
enhanced build recipe 2018-05-13 07:00:44 +02:00
tastytea e312f062a5
Made the appended string configurable 2018-05-11 01:17:53 +02:00