Commit Graph

53 Commits

Author SHA1 Message Date
VC
5a4dd5cb99 paths 2021-04-20 11:40:49 +02:00
VC
5b04bd27b9 Updating changelog 2021-04-20 11:39:43 +02:00
VC
c52fc52d23 Optimizing size of the final executable 2021-04-20 11:38:50 +02:00
VC
09ed837a1b Updating CHANGELOG to please @meduzen 2021-04-19 21:19:47 +02:00
VC
d4db2933ae Merge branch 'async_attempt2' into 'master'
Async version

See merge request veretcle/scootaloo!11
v0.3.2
2021-04-18 17:00:45 +00:00
VC
2e052ebf6a Still a WIP: need to use async reqwest to respect the global context of usage (reqwest::blocking is using async inside so it does not really sync whatever) 2021-04-18 17:00:44 +00:00
VC
8bcf078ad9 Merge branch 'update_versions' into 'master'
Update various shits and give tokio compat 0.2

See merge request veretcle/scootaloo!10
v0.2.1
2021-03-10 21:45:20 +00:00
VC
367377c090 Update various shits and give tokio compat 0.2 2021-03-10 20:59:42 +01:00
VC
fdbb365149 Merge branch 'revert-98093277' into 'master'
Revert "Use futures instead of tokio (for just one call, sounds more appropriate)"

See merge request veretcle/scootaloo!9
2020-07-27 21:04:11 +02:00
VC
1f98954d2e Revert "Use futures instead of tokio (for just one call, sounds more appropriate)"
This reverts commit 9809327784
2020-07-27 21:02:10 +02:00
VC
9809327784 Use futures instead of tokio (for just one call, sounds more appropriate) 2020-05-19 22:33:19 +02:00
VC
1388f03837 Merge branch 'elefren' into 'master'
Elefren

See merge request veretcle/scootaloo!8
2020-05-19 16:03:54 +02:00
VC
11e94d6a3e elefren use 2020-05-19 15:43:05 +02:00
VC
eb0213eeac Add some comment on the fact that the NewStatus can fail 2020-05-19 15:36:01 +02:00
VC
50e27034d8 Adaptation to elefren instead of Mammut 2020-05-19 15:21:23 +02:00
VC
a8f0817121 Merge branch 'egg-mode-upgrade' into 'master'
Egg mode upgrade

See merge request veretcle/scootaloo!7
2020-05-18 14:23:02 +02:00
VC
1bf38f986c Trim some more fat from the executable by aligning the reqwest version of the main thread to the version of mammut 2020-05-18 14:15:50 +02:00
VC
99c5d38f12 Add a more modern reqwest version, eliminate the old tokio version 2020-05-18 13:56:02 +02:00
VC
fe9bd55c01 Update to egg-mode 0.14, need to find a fix for async call of user_timeline 2020-05-18 13:38:36 +02:00
VC
2e8bdfbd39 Merge branch 'pretty_mentions' into 'master'
Does proper mentions through the MentionEntity struct

See merge request veretcle/scootaloo!6
2020-03-05 15:05:32 +01:00
VERET Clément
6d46258d2d Does proper mentions through the MentionEntity struct 2020-03-05 15:02:43 +01:00
VC
1de5171f31 Merge branch 'threads_not_replies' into 'master'
Add the support of threads without replies: if we replied to ourselves, it is...

See merge request veretcle/scootaloo!5
2020-03-05 11:44:39 +01:00
VERET Clément
7e2fc12487 Add the support of threads without replies: if we replied to ourselves, it is considered, if not, it is rejected 2020-03-05 11:38:57 +01:00
VC
caf38559f1 Need replies to have threads so… 2020-03-05 07:56:10 +01:00
VC
da67fee0fc Deletes replies from the user_timeline 2020-03-05 07:12:16 +01:00
VC
07ec4ee0d6 Merge branch 'html_entities' into 'master'
Html entities

See merge request veretcle/scootaloo!4
2020-03-03 18:41:45 +01:00
VC
aae59f641e Decode HTML Entities inside Tweet 2020-03-03 18:38:49 +01:00
VC
342b1c1700 Add htmlescape 2020-03-03 18:38:36 +01:00
VC
b0fedfa875 Bump version 2020-03-03 18:34:08 +01:00
VC
db92f419c8 Deletes the RT from the user_timeline : this is not OUR content and copying to Mastodon would be gross at best 2020-03-03 16:47:17 +01:00
VC
b843523fbe Merge branch 'small_fixes' into 'master'
Small fixes

See merge request veretcle/scootaloo!3
2020-03-02 14:13:02 +01:00
VERET Clément
fca4d02907 Replace & by & in the text of the toot (from the tweet) 2020-03-02 14:08:10 +01:00
VERET Clément
28547ed430 Bump version number 2020-03-02 14:07:23 +01:00
VC
de70da3036 Update README.md 2020-03-02 10:47:34 +01:00
VC
f07f4e570a Modify readme 2020-03-02 07:13:41 +01:00
VC
75a099c412 Merge branch 'with_media_posts' into 'master'
With media posts

See merge request veretcle/scootaloo!2
2020-03-01 21:00:45 +01:00
VC
ebd03a2bd1 Reactivate RT and limite size (200) 2020-03-01 20:59:40 +01:00
VC
a3e2119de2 Update README.md to reflect recent changes 2020-03-01 20:43:16 +01:00
VC
c39784fca7 Version with functionning media upload 2020-03-01 20:42:06 +01:00
VC
d7cdd9f8bf Add reqwest as dependencies, bump version 2020-03-01 20:41:47 +01:00
VC
e8edb4412a Resolving to error to debug media 2020-03-01 17:12:51 +01:00
VC
f162eec7f8 Merge branch 'with_url_deref' into 'master'
Dereferences Twitter short url (t.co) to the real URLs + add Error handling...

See merge request veretcle/scootaloo!1
2020-03-01 17:03:42 +01:00
VC
b73a8afa2f Dereferences Twitter short url (t.co) to the real URLs + add Error handling (not used at the moment) 2020-03-01 17:02:10 +01:00
VC
776559c956 First usage manual 2020-03-01 15:10:29 +01:00
VC
89494f7e29 Change -h to -H to keep help available 2020-03-01 15:10:17 +01:00
VC
d6332a6252 First ever functionnal version 2020-03-01 14:51:39 +01:00
VC
18655f1e68 Main mastodon logic, reorganization of the global app to reflect the fact that a subcommand is possible 2020-03-01 13:44:32 +01:00
VC
3641bf61bb Some more testing on tweet entities 2020-03-01 10:13:00 +01:00
VC
fdc000712e Adding README and LICENSE 2020-03-01 09:38:26 +01:00
VC
b6748975c3 It starts to look like something… 2020-03-01 09:35:19 +01:00