|
0e61a876bc
|
Indent logged headers.
continuous-integration/drone/push Build is passing
|
2020-08-24 18:17:05 +02:00 |
|
|
e0c49c4702
|
Make Document::extract_location() more robust.
continuous-integration/drone/push Build was killed
|
2020-08-24 18:14:12 +02:00 |
|
|
c04ad4b4ab
|
Add extra debug logging.
continuous-integration/drone/push Build is passing
|
2020-08-24 17:32:15 +02:00 |
|
|
739f5d4b3b
|
Reformat config.hpp with clang-format.
continuous-integration/drone/push Build is passing
|
2020-08-24 16:39:32 +02:00 |
|
|
c0ac446be1
|
Reformat config.cpp with clang-format.
|
2020-08-24 16:38:18 +02:00 |
|
|
b512146115
|
Reformat main.cpp with clang-format.
|
2020-08-24 16:25:15 +02:00 |
|
|
ec3c8933b2
|
Add license header to main.cpp
|
2020-08-24 16:23:24 +02:00 |
|
|
b17b5af46e
|
Reformatting with clang-format.
continuous-integration/drone/push Build is passing
|
2020-06-19 23:04:42 +02:00 |
|
|
5f1b69779a
|
Unescape HTML in titles.
|
2020-06-19 22:20:03 +02:00 |
|
|
917977129f
|
Add replacements.
continuous-integration/drone/push Build is passing
|
2020-05-10 17:01:20 +02:00 |
|
|
df7bc1890e
|
Change jsoncpp detection from CMake to pkg-config.
continuous-integration/drone/push Build is failing
Upstream no longer provides jsoncppConfig*.cmake.
|
2020-05-02 23:55:05 +02:00 |
|
|
c60f7a379d
|
Replaced MastodonException and replaced it with CURLException.
continuous-integration/drone/push Build is passing
|
2020-01-16 22:38:18 +01:00 |
|
|
0787fefba9
|
Switch from mastodon-cpp to mastodonpp.
|
2020-01-15 19:09:01 +01:00 |
|
|
b35e298eea
|
CMake: Use the right target for jsoncpp.
|
2020-01-15 18:25:19 +01:00 |
|
|
259e15defc
|
Remove last_guid.
continuous-integration/drone/push Build is passing
|
2020-01-09 23:38:19 +01:00 |
|
|
163777d69a
|
Fix stringlist <-> jsonarray conversion.
continuous-integration/drone/push Build is passing
|
2020-01-09 23:32:33 +01:00 |
|
|
be4585a578
|
Use transform for stringlist <-> jsonarray conversion.
continuous-integration/drone/push Build is failing
|
2020-01-09 23:10:41 +01:00 |
|
|
e7e222f035
|
Don't throw error if watchwords.json does not exist.
continuous-integration/drone/push Build is passing
|
2020-01-03 03:26:00 +01:00 |
|
|
145a97bb38
|
Add guid of already posted items to debug output.
continuous-integration/drone/push Build is passing
|
2020-01-01 13:44:54 +01:00 |
|
|
0eb103fb8e
|
Fix debug output of data.guids and don't output data.last_guid.
continuous-integration/drone/push Build is passing
|
2020-01-01 13:42:34 +01:00 |
|
|
986bac21da
|
Add config option keep_looking.
continuous-integration/drone/push Build is passing
If set, don't stop at first already posted guid.
|
2020-01-01 13:29:57 +01:00 |
|
|
80db08a9c6
|
Change JSON array access to be compatible to jsoncpp-1.7.4.
continuous-integration/drone/push Build is passing
|
2020-01-01 13:12:46 +01:00 |
|
|
aa5e7008b2
|
Check for already posted guids in ProfileData::guids.
continuous-integration/drone/push Build is failing
|
2020-01-01 13:00:00 +01:00 |
|
|
cfe57f1931
|
Actually throw ParseException. 🤦
|
2020-01-01 12:59:52 +01:00 |
|
|
4d35ee1d66
|
Record each posted guid.
continuous-integration/drone/push Build is failing
|
2020-01-01 12:43:42 +01:00 |
|
|
f3b22e8206
|
Add guids to ProfileData.
|
2020-01-01 12:43:04 +01:00 |
|
|
71a754ed1c
|
Add functions to convert between list<string> and Json::Value.
|
2020-01-01 12:13:35 +01:00 |
|
|
7267981c37
|
Add ParseException.
continuous-integration/drone/push Build is passing
|
2019-12-31 13:29:45 +01:00 |
|
|
71783b2638
|
Simplify storing boolean values after inquiring.
continuous-integration/drone/push Build is passing
|
2019-12-31 08:00:31 +01:00 |
|
|
fec7ac92da
|
Only configure @VARIABLES@ in version.hpp.in.
|
2019-12-29 10:32:16 +01:00 |
|
|
dcc07fab75
|
Refine hashtag-regex.
continuous-integration/drone/push Build is passing
|
2019-12-29 08:56:27 +01:00 |
|
|
7e0278b542
|
Reduce scope of using declarations in main.cpp.
continuous-integration/drone/push Build is passing
|
2019-12-29 08:46:15 +01:00 |
|
|
dec712b43e
|
Add - und \u\u200b (zero width space) as word delimiters.
continuous-integration/drone/push Build is passing
|
2019-12-29 08:38:16 +01:00 |
|
|
a8c3127570
|
Replace using namespace with namespace.
|
2019-12-29 08:33:31 +01:00 |
|
|
9031f0d526
|
Shut up clang-tidy about goto.
|
2019-12-29 08:33:06 +01:00 |
|
|
26b3d56fdf
|
Don't output access token in debug log.
continuous-integration/drone/push Build is passing
|
2019-12-29 05:27:16 +01:00 |
|
|
bc2364875d
|
Replace for-loop with std::any_of.
continuous-integration/drone/push Build is passing
|
2019-12-29 04:00:48 +01:00 |
|
|
51673c7f2a
|
Calculate post length correctly.
continuous-integration/drone/push Build is passing
|
2019-12-29 03:47:57 +01:00 |
|
|
75a18dc21c
|
Fix maximum length log message.
|
2019-12-29 03:34:10 +01:00 |
|
|
9dfb6715c7
|
Narrow scope of omission.
|
2019-12-29 03:34:00 +01:00 |
|
|
4c49dafafd
|
Log status.
continuous-integration/drone/push Build is passing
|
2019-12-29 02:48:56 +01:00 |
|
|
9477add980
|
Explicitly set len_append to 0 if nothing to append.
continuous-integration/drone/push Build is passing
|
2019-12-29 02:41:13 +01:00 |
|
|
82b136aeca
|
Log maximum status length before resizing.
|
2019-12-29 02:39:00 +01:00 |
|
|
d7fb71dc95
|
Append link adter resizing. 🤦
continuous-integration/drone/push Build is passing
|
2019-12-29 02:25:08 +01:00 |
|
|
2099f48cef
|
Subtract title length from maximum length if titles_as_cw is set.
continuous-integration/drone/push Build is passing
|
2019-12-29 02:08:09 +01:00 |
|
|
2db204e6a2
|
Fix resizing bug.
continuous-integration/drone/push Build is passing
|
2019-12-29 01:45:13 +01:00 |
|
|
06e9fe63da
|
Consider Subject (CW) size when calculating total size.
continuous-integration/drone/push Build is passing
|
2019-12-29 01:05:08 +01:00 |
|
|
2a1cbe5f8a
|
Log right URI for temporaray redirects.
continuous-integration/drone/push Build is passing
|
2019-12-29 00:49:23 +01:00 |
|
|
e8ac4869b1
|
Treat permanent redirects after temporary redirects as temporary.
continuous-integration/drone/push Build is passing
Example:
http://example.com/ returns 302 with Location: http://example.com/1
http://example.com/1 returns 301 with Location: http://example.com/2
http://example.com/ will not be overwritten in the config file.
|
2019-12-29 00:41:14 +01:00 |
|
|
94ca8bffaf
|
Don't cut in the middle of a word.
continuous-integration/drone/push Build is passing
|
2019-12-29 00:11:26 +01:00 |
|