Commit Graph

85 Commits

Author SHA1 Message Date
tastytea 4ded077988
Version bump 0.13.1.
continuous-integration/drone/push Build is passing Details
2020-12-15 10:08:27 +01:00
tastytea a80b4237cb
Make ZSH_COMPLETION_DIR a bit more portable.
continuous-integration/drone/push Build is passing Details
2020-12-03 21:23:07 +01:00
tastytea 020559841c
Re-add BUILD_SHARED_LIBS.
We use it as indicator if boost should be linked dynamically.
2020-12-03 21:22:05 +01:00
tastytea 91373abfc5
Install Zsh completion. 2020-12-03 21:05:00 +01:00
tastytea f448e72df1
Version bump 0.13.0.
continuous-integration/drone/push Build is passing Details
2020-11-27 15:09:52 +01:00
tastytea 8d59075de8
Version bump 0.12.2.
continuous-integration/drone/push Build is passing Details
2020-11-21 21:17:01 +01:00
tastytea 3f3d21324b
Use CMake policies up to 3.17.
continuous-integration/drone/push Build is failing Details
2020-11-13 14:30:04 +01:00
tastytea 917977129f
Add replacements.
continuous-integration/drone/push Build is passing Details
2020-05-10 17:01:20 +02:00
tastytea df7bc1890e
Change jsoncpp detection from CMake to pkg-config.
continuous-integration/drone/push Build is failing Details
Upstream no longer provides jsoncppConfig*.cmake.
2020-05-02 23:55:05 +02:00
tastytea 1f28d5b098
Version bump 0.11.0.
continuous-integration/drone/push Build is passing Details
2020-01-16 19:25:11 +01:00
tastytea 2bfd4ee4eb
Version bump 0.10.2.
continuous-integration/drone/push Build is passing Details
2020-01-09 23:40:41 +01:00
tastytea 20798f5f5c
Version bump 0.10.1.
continuous-integration/drone/push Build is passing Details
2020-01-01 14:35:41 +01:00
tastytea 396a81aa4d
Version bump 0.10.0.
continuous-integration/drone/push Build is passing Details
2019-12-31 02:34:38 +01:00
tastytea ca2b9a16e4
Move installation of watchwords.json to root CMakeLists.txt
continuous-integration/drone/push Build is failing Details
2019-12-28 08:03:34 +01:00
tastytea 9e58e31912
Remove option for tests.
continuous-integration/drone/push Build is failing Details
It's not really good testable.
2019-12-28 07:27:09 +01:00
tastytea 2321802575
Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
tastytea 26000270e7
Version bump 0.9.0.
the build was successful Details
2019-04-21 04:17:19 +02:00
tastytea 26eab23305
Fixed ambiguous conversion
the build was successful Details
2018-10-08 19:41:21 +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 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 798753ad25
Changed URL when registering on Mastodon server 2018-06-04 20:22:33 +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
tastytea 580d0f23aa
bugfix: unescaped string was not used by accident 2018-05-11 01:00:09 +02:00
tastytea 03d3e0e179
replaced own unescape_html() with the one from mastodon-cpp 2018-05-09 06:36:48 +02:00
tastytea a184b9f231
introduced text limit of 2000 chars 2018-05-07 23:09:21 +02:00
tastytea b25a09608f
bugfix: NO-BREAK SPACE: confused unicode representation with UTF-8 hex representation 2018-05-02 20:17:55 +02:00
tastytea f57ff976e5
support for hexadecimal numbered entities, 1-8 digits 2018-04-30 03:11:34 +02:00
tastytea b312e89c64
a bit more error reporting 2018-04-29 17:14:48 +02:00
tastytea ede97e65fe
replace NO-BREAK SPACE with space 2018-04-26 15:50:42 +02:00
tastytea 393d1df378
Add unicode char c2a0 to list of whitespace to remove 2018-04-25 16:37:11 +02:00
tastytea d0b75ffba0
fixed bug leading to removal of all newlines 2018-04-21 18:18:41 +02:00
tastytea e887cbbf4b
better regular expressions for cleaning 2018-04-20 15:43:23 +02:00
tastytea b7616e3f44
remove nothing 2018-04-20 11:45:31 +02:00
tastytea 3e2f81131c
remove trailing newlines in description 2018-04-16 21:22:32 +02:00