Sat, 04 Feb 2023 13:35:58 +0100 Remove deprecated flag (`--unset`) default tip master
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:35:58 +0100] rev 271
Remove deprecated flag (`--unset`)
Sat, 04 Feb 2023 13:26:06 +0100 Update vendor directory
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:26:06 +0100] rev 270
Update vendor directory
Sat, 04 Feb 2023 13:18:01 +0100 Update madon version
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:18:01 +0100] rev 269
Update madon version
Sat, 04 Feb 2023 13:17:17 +0100 Merge pull request #29 from rjp/fix/support-non-int-ids
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 13:17:17 +0100] rev 268
Merge pull request #29 from rjp/fix/support-non-int-ids Update to handle non-int64 IDs committer: GitHub <noreply@github.com>
Mon, 23 Jan 2023 16:39:02 +0000 Update to handle non-int64 IDs
rjp <zimpenfish@gmail.com> [Mon, 23 Jan 2023 16:39:02 +0000] rev 267
Update to handle non-int64 IDs Pleroma/Akkoma and GotoSocial use opaque IDs rather than `int64`s like Mastodon which means that `madon` can't talk to either of those. This commit updates everything that can be an ID to `madon.ActivityID` which is an alias for `string` - can't create a specific type for it since there's more than a few places where they're concatenated directly to strings for URLs, etc. Which means it could just as easily be a direct `string` type itself but I find that having distinct types can often make the code more readable and understandable. One extra bit is that `statusOpts` has grown a `_hasReplyTo` boolean to indicate whether the `--in-reply-to` flag was given or not because we can't distinguish because "empty because default" or "empty because given and empty". Another way around this would be to set the default to some theoretically impossible or unlikely string but you never know when someone might spin up an instance where, e.g., admin posts have negative integer IDs.
Sat, 04 Feb 2023 11:00:55 +0000 update tags
convert-repo [Sat, 04 Feb 2023 11:00:55 +0000] rev 266
update tags
Sat, 04 Feb 2023 12:58:35 +0100 Bump to version 3.0.0-dev, using madon v3
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Feb 2023 12:58:35 +0100] rev 265
Bump to version 3.0.0-dev, using madon v3
Thu, 22 Sep 2022 16:37:07 +0200 Update README
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:37:07 +0200] rev 264
Update README
Thu, 22 Sep 2022 16:34:03 +0200 Remove Travis configuration
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:34:03 +0200] rev 263
Remove Travis configuration
Thu, 22 Sep 2022 16:33:34 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:33:34 +0200] rev 262
Update dependencies
(0) -100 -10 tip