Commit Graph

136 Commits

Author SHA1 Message Date
359bcacd1f
Clarify redirect log messages. 2019-12-25 19:31:07 +01:00
d0ea315e08
Remove useless move. 2019-12-25 19:28:48 +01:00
eca12c0831
Create config dir if it doesn't exist.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-25 07:18:51 +01:00
d9b8b4407f
Formatting. 2019-12-25 07:08:41 +01:00
1bbebe2977
Actually write new config. 🤦
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-25 07:03:18 +01:00
4491af53db
Handle HTTP redirects.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-25 06:31:55 +01:00
d08bb95fbd
Pass whole Config object to Document. 2019-12-25 06:27:57 +01:00
ed14492b46
Add method write() to Config. 2019-12-25 06:25:11 +01:00
8a0c69b1e8
Add restclient-cpp to dependencies in readme. 2019-12-25 05:40:53 +01:00
f1be8c49fd
Delete sentence about RSS requirements from readme. 2019-12-25 05:40:26 +01:00
b76f79632c
Document usage and configuration in manpage.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-25 03:29:30 +01:00
f6b5ccbe22
Add a bit of logging. 2019-12-25 02:42:47 +01:00
e1a973f11f
Apply user-fixes. 2019-12-25 02:42:27 +01:00
27ac10b821
Typo in manpage.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-25 02:09:22 +01:00
2bb03dd104
Extract and parse <item>s from RSS feeds. 2019-12-25 02:08:53 +01:00
91acfb0bc3
Update versions in rteadme. 2019-12-25 02:08:16 +01:00
73542eff48
Update description. 2019-12-24 23:24:24 +01:00
a369e96177
Add last_guid to ProfileData. 2019-12-24 22:35:49 +01:00
c631e5c4fe
Add debug logging.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-24 18:53:45 +01:00
bf29df39e9
Read and parse config. 2019-12-24 18:53:00 +01:00
7bba87575f
Print --help, --version and implement downloading.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-20 01:14:23 +01:00
39ad18efc0
Update CMake config for src/. 2019-12-20 01:13:19 +01:00
e8b0e83bc8
Update version template. 2019-12-20 01:12:14 +01:00
8870c37a42
Delete old sources. 2019-12-20 01:11:40 +01:00
90184869f3
Require mastodon-cpp-0.111.3. 2019-12-19 15:19:48 +01:00
5495acbfa2
Add manpage (skeleton).
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-16 15:23:06 +01:00
2321802575
Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
da57e4f1ed
Update drone file.
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-16 01:25:46 +01:00
b320cafa40
Add EditorConfig.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2019-12-16 01:06:59 +01:00
a2c942adbb
Add Code Of Conduct. 2019-12-16 01:04:14 +01:00
2a6712e04c
Replace README.md with README.adoc. 2019-12-16 01:03:57 +01:00
3d25bb1a4b
Only test with GCC 5 and 8. 2019-12-16 00:57:38 +01:00
2203f271c9
Fixed error codes link. 2019-12-14 00:37:28 +01:00
26000270e7
Version bump 0.9.0.
All checks were successful
the build was successful
2019-04-21 04:17:19 +02:00
1054179b1f
Replaced for-loops with std::transform, changed a variable name.
All checks were successful
the build was successful
2019-04-21 04:14:02 +02:00
7b3cb678ca
Ported to mastoson-cpp 0.105.0. 2019-04-21 04:00:55 +02:00
d02ca95345
Removed superfluous const. 2019-04-21 03:38:15 +02:00
d49a84ac3e
CI:Updated mastodon-cpp to 0.30.1
All checks were successful
the build was successful
2019-02-04 19:40:16 +01:00
af7f075710
CI: Changed g++ packages from bionic to xenial
All checks were successful
the build was successful
2018-10-09 02:05:15 +02:00
c1721b4917
updated dependencies 2018-10-08 22:39:04 +02:00
65bb971636
CI: replace gcc image with debian image
All checks were successful
the build was successful
2018-10-08 22:21:33 +02:00
26eab23305
Fixed ambiguous conversion
All checks were successful
the build was successful
2018-10-08 19:41:21 +02:00
278a574f80
CI: Changed dependencies: libcurlpp-dev is not in buster anymore, but in sid
Some checks failed
the build failed
2018-10-08 19:22:27 +02:00
619c2d9863
Changed mastodon-cpp to 0.18.9 in CI recipe
Some checks failed
the build failed
2018-10-08 19:20:12 +02:00
d575ddd139
Added a bit of verbosity to error codes 2018-10-08 01:53:28 +02:00
8955dedb46
Fixed issue with mastodon-cpp >= 0.18.6 (uint16_t vs. uint_fast16_t) 2018-10-08 01:40:53 +02:00
2cf7cac099
Bugfix: Don't throw unknown error if return code from mastodon-cpp is != 0 2018-10-08 00:36:54 +02:00
603532a334
bugfix: Stopped freezing in configure step if an empty value is entered. 2018-09-20 06:23:44 +02:00
4297f68d41
Don't wait(interval) after last entry 2018-09-20 05:45:22 +02:00
257a7dbb93
Added configurable interval between posts to prevent flooding and to allow compliance with newsbots.eu. 2018-09-20 05:06:10 +02:00