Commit Graph

61 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 087ae68136
Fixed build script: would never compile manpage
the build was successful Details
2019-01-31 18:49:57 +01:00
tastytea 1ba5d4e444
Added manpage
the build was successful Details
2019-01-31 18:03:39 +01:00
tastytea 0f471e860f
Updated to mastodon-cpp 0.30.0
the build failed Details
2019-01-27 04:51:03 +01:00
tastytea cade0f8a4a
Bugfix: would hang if link is of class mention
the build was successful Details
2018-08-19 22:19:48 +02:00
tastytea 3808a89a13
Set timeout to 30 seconds
the build was successful Details
2018-08-19 21:42:08 +02:00
tastytea f42bff3918
bugfix: Treated Easy::Results as Easy::Status, resulting in always-false validity.
the build was successful Details
2018-08-14 15:46:31 +02:00
tastytea 52604d536a
Made URL-detecting regular expression better
the build was successful Details
fixes #1
2018-06-28 13:59:39 +02:00
tastytea c4b4522dc7
Rewrote send_reply(), upped mastodon-cpp dependency to version 0.17.0
the build failed Details
2018-06-16 03:53:36 +02:00
tastytea 764e84cefd
fixed connectionbrokennessdetection 2018-06-11 17:15:35 +02: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 f70b5f1a82
strip: replaced wtmc and wt_zmc with wt_? 2018-06-09 20:47:00 +02:00
tastytea f5a8f04d73
make surer config file is written on shutdown 2018-06-06 21:17:10 +02:00
tastytea bf5fffca3a
Changed website URL when registering on the server 2018-06-04 20:20:01 +02:00
tastytea b147b42b79
Increased delay after error from 60 to 120 seconds 2018-06-02 14:43:18 +02:00
tastytea bf608f5145
removed redundancy in error message 2018-05-29 19:15:53 +02:00
tastytea 46aa2b89c3
Bugfix: Made sure that the first parameter has a leading '?' 2018-05-29 15:03:04 +02:00
tastytea f3db10dc0a
Added support for configurable regular expressions 2018-05-29 14:56:39 +02:00
tastytea a1ef65b71c
set _ptr to nullptr after reset() 2018-05-28 15:52:57 +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 6dbddb6df2
Fix premature "Connected to..." message 2018-05-27 12:28:20 +02:00
tastytea 992f6373ab
Added warning if in_reply_to_id is not found 2018-05-27 01:34:47 +02:00
tastytea 0a380dbab4
Incresed wait time after broken connection from 30 to 60 seconds 2018-05-27 01:25:32 +02:00
tastytea 1273f72e4b
Try fetching the status 2 times 2018-05-27 01:24:11 +02:00
tastytea 575fb5b4e2
Added proxy support #1 2018-05-26 23:52:22 +02:00
tastytea 95c9eea3df
Added 30-second delay on stream error 2018-05-26 11:14:08 +02:00
tastytea 9f94317b7d
added "Connected to …" log message 2018-05-24 11:39:25 +02:00
tastytea 293600447b
Corrected logstring format 2018-05-22 20:45:54 +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 c215c076e4
improved error checking 2018-05-22 12:44:17 +02:00
tastytea 138a335047
Better reply 2018-05-22 12:17:31 +02:00
tastytea 60336c84b2
added wt_zmc to tracking parameters list 2018-05-21 20:48:51 +02:00
tastytea 08bec96131
Made tracking-regexes case-insensitive 2018-05-21 14:36:00 +02:00
tastytea 1b70a29896
Do not print replies in debug output 2018-05-21 12:58:23 +02:00
tastytea 0f8ca030fe
catchup() after each reconnect 2018-05-21 01:25:33 +02:00
tastytea 2efd88bc4d
Added registration and config file creation 2018-05-20 21:23:26 +02:00
tastytea b361753f51
switched confuig file format from cfg to json 2018-05-20 14:25:20 +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 e053d7cd44
Reconnections did not work, this should fix it. Needs testing 2018-05-19 22:49:40 +02:00
tastytea 784dc4269a
Try to fetch full status before getting in_reply_to_id 2018-05-18 21:02:15 +02:00
tastytea 6da8c1ca07
Stripping more tracking parameters; Added AMP subdomain removal 2018-05-18 13:27:12 +02:00
tastytea 44f1692e80
Added mutex 2018-05-17 18:27:44 +02:00
tastytea 08a7cb1988
fixed reconnect code 2018-05-17 13:57:21 +02:00
tastytea 4d48e5fa1c
forgot to reset counter m( 2018-05-17 13:46:00 +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 cea2f7c295
updated to mastodon-cpp-0.12.2, etc.... 2018-05-13 16:11:37 +02:00