Commit Graph

26 Commits

Author SHA1 Message Date
VC
c301649d49 last correction 2022-04-12 12:03:49 +02:00
VC
4ef58bda0a Deleted Cargo.lock 2021-04-24 07:58:52 +00:00
VC
912ee25c50 Merge branch 'noasync' of framagit.org:veretcle/scootaloo into noasync 2021-04-24 09:45:50 +02:00
VC
4f03a1a6f3 Adding Cargo.lock 2021-04-24 09:43:51 +02:00
VC
ac80b67c9f Merge branch 'master' into 'noasync'
# Conflicts:
#   .gitlab-ci.yml
#   Cargo.lock
#   Cargo.toml
#   src/lib.rs
2021-04-24 07:40:04 +00:00
VC
020af69fe0 Adding the necessary bits and pieces to make things work better 2021-04-24 09:04:50 +02: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
367377c090 Update various shits and give tokio compat 0.2 2021-03-10 20:59:42 +01: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
50e27034d8 Adaptation to elefren instead of Mammut 2020-05-19 15:21:23 +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
VERET Clément
6d46258d2d Does proper mentions through the MentionEntity struct 2020-03-05 15:02:43 +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
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
VERET Clément
28547ed430 Bump version number 2020-03-02 14:07:23 +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
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
b6748975c3 It starts to look like something… 2020-03-01 09:35:19 +01:00
VC
52f98690a5 Second series of tests 2020-02-29 15:39:27 +01:00
VC
c38b46cb8d General structure 2020-02-29 13:54:14 +01:00