Commit Graph

77 Commits

Author SHA1 Message Date
tastytea 2dcd6908d8
finish support for CW as title
the build is pending Details
2018-08-25 14:29:13 +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
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 61df4cdff1
refix 2018-04-22 14:00:52 +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
tastytea a621d29b9e
turn <p> into \n\n 2018-04-15 12:06:24 +02:00
tastytea 7fad892ad7
docfix 2018-04-14 16:07:41 +02:00
tastytea 96218d4006
updated documentation 2018-04-14 15:43:48 +02:00
tastytea 1a5e270696
write max_size into config 2018-04-14 15:19:54 +02:00
tastytea 410a2dc7ce
fixed global tags (regression from json-lib change) 2018-04-14 14:46:27 +02:00
tastytea 9f730e4ff0
enhanced unescape_html 2018-04-14 14:42:15 +02:00
tastytea c187837f8d
fixed bug with titles_only 2018-04-14 14:35:21 +02:00
tastytea bc361e38be
Added option to only post titles 2018-04-14 14:17:33 +02:00
tastytea 6fa86a3c57
replaced boost json with jsoncpp 2018-04-14 13:57:03 +02:00
tastytea 2a6282a989
install example watchwords.json 2018-04-14 13:15:05 +02:00
tastytea cdfaa0c570
updated header location for mastodon-cpp 2018-04-09 18:16:32 +02:00
tastytea 37a2f2bc90
fixed faulty article skipping (bug introduced in 0.4.0) 2018-03-15 13:56:10 +01:00
tastytea b4963b719f
fixed readme 2018-03-15 13:29:01 +01:00
tastytea 7ef6c5fad7
refactoring 2018-03-15 13:26:54 +01:00
tastytea dd47092bbb
Changed behaviour when last entry is not in current feed: Skip entries to prevent spamming 2018-03-12 07:58:05 +01:00
tastytea 8b0ceaf180
started to refactor a bit 2018-03-11 15:40:25 +01:00
tastytea 696ea1ff57
Changed behaviour when last entry is not in current feed 2018-03-11 15:12:40 +01:00
tastytea e6d12bc3dd
docfix 2018-02-28 22:51:25 +01:00
tastytea a140a6b5b3
Better newline reduction (hopefully) 2018-02-28 20:46:56 +01:00
tastytea 54fdf2c154
Fix ##hashtag (ugly) 2018-02-23 00:35:11 +01:00