Commit Graph

28 Commits

Author SHA1 Message Date
tastytea 64f78e0300
Ported to mastodon-cpp 0.105.0.
the build was successful Details
2019-04-20 01:47:23 +02:00
tastytea 0f471e860f
Updated to mastodon-cpp 0.30.0
the build failed Details
2019-01-27 04:51:03 +01:00
tastytea 209743fd55
Check for new messages every 2 seconds (was: 5), made the connection-brokenness-detection easier to understand 2018-06-11 05:47:34 +02:00
tastytea f3db10dc0a
Added support for configurable regular expressions 2018-05-29 14:56:39 +02:00
tastytea 50d3ab6bba
Fixed reconnect issues, hopefully
Make the main thread sleep when the stream thread sleeps due to a connection error.
This should solve the problem of having multiple stream threads running doing too many connection attempts
2018-05-28 13:23:16 +02:00
tastytea 7938cfb30b
Rewrote config file management 2018-05-27 16:08:49 +02:00
tastytea 9f94317b7d
added "Connected to …" log message 2018-05-24 11:39:25 +02:00
tastytea 061056548b
re-added notice to stderr if received signal 2018-05-22 19:10:06 +02:00
tastytea 824fe6bba6
changed log facility to local1 2018-05-22 19:06:42 +02:00
tastytea e9419c07a1
Logging via syslog added, logging vio stdout/stderr removed 2018-05-22 13:44:41 +02:00
tastytea 138a335047
Better reply 2018-05-22 12:17:31 +02:00
tastytea 7cc297ea16
move debug output for clarity 2018-05-21 13:59:20 +02:00
tastytea 0f8ca030fe
catchup() after each reconnect 2018-05-21 01:25:33 +02:00
tastytea 30a8903197
new feature: catches up on missed mentions 2018-05-20 15:27:31 +02:00
tastytea d7b59ad6bc
Revert "reconnect: quick & dirty fix"
This reverts commit 1112092cb2.
2018-05-20 12:35:54 +02:00
tastytea 1112092cb2
reconnect: quick & dirty fix 2018-05-20 11:07:38 +02:00
tastytea 08a7cb1988
fixed reconnect code 2018-05-17 13:57:21 +02:00
tastytea 6d578f7e1e
If we got an empty message 5 times, set state to not running 2018-05-17 13:21:45 +02:00
tastytea 286a9baa06
mild refactoring 2018-05-14 21:44:44 +02:00
tastytea cea2f7c295
updated to mastodon-cpp-0.12.2, etc.... 2018-05-13 16:11:37 +02:00
tastytea 73640c3b66
Errors to stderr, debug output to stdout 2018-05-12 14:24:53 +02:00
tastytea ca261ca031
Catching SIGTERM, cosmetic changes 2018-05-12 10:42:22 +02:00
tastytea 18b92496e5
reestablishing connection after it is lost 2018-05-12 10:29:57 +02:00
tastytea 5ebaf7678c
bugfix: in_reply_to_id only shows up in the status after it is fetched again 2018-05-12 03:21:10 +02:00
tastytea e9e16f96d8
Check if there are URLs in that message 2018-05-11 07:24:03 +02:00
tastytea 8f083e127d
Posting works now 2018-05-11 07:03:23 +02:00
tastytea b5d75af9fb
Added URL stripping 2018-05-11 02:37:10 +02:00
tastytea db592a67ad
Expanding URLs on the commandline works 2018-05-11 02:21:44 +02:00