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
Thu, 22 Sep 2022 16:32:45 +0200 Change version to 2.4.0-dev
Mikael Berthe <mikael@lilotux.net> [Thu, 22 Sep 2022 16:32:45 +0200] rev 261
Change version to 2.4.0-dev
Tue, 23 Aug 2022 22:39:43 +0200 Update vendor directory v2.3.2
Mikael Berthe <mikael@lilotux.net> [Tue, 23 Aug 2022 22:39:43 +0200] rev 260
Update vendor directory
Tue, 23 Aug 2022 22:33:28 +0200 Version 2.3.2
Mikael Berthe <mikael@lilotux.net> [Tue, 23 Aug 2022 22:33:28 +0200] rev 259
Version 2.3.2
Tue, 23 Aug 2022 22:31:08 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Tue, 23 Aug 2022 22:31:08 +0200] rev 258
Update dependencies
Mon, 30 May 2022 19:01:05 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Mon, 30 May 2022 19:01:05 +0200] rev 257
Update dependencies
Sun, 11 Jul 2021 10:35:56 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Sun, 11 Jul 2021 10:35:56 +0200] rev 256
Update dependencies
Mon, 07 Jun 2021 20:58:18 +0200 Merge pull request #26 from Strubbl/update-deps
Mikael Berthe <mikael@lilotux.net> [Mon, 07 Jun 2021 20:58:18 +0200] rev 255
Merge pull request #26 from Strubbl/update-deps Update module dependencies committer: GitHub <noreply@github.com>
Sun, 06 Jun 2021 14:55:41 +0200 Update module dependencies
Sven Fischer <git-dev@linux4tw.de> [Sun, 06 Jun 2021 14:55:41 +0200] rev 254
Update module dependencies
Sun, 16 Feb 2020 19:09:55 +0100 Update README
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Feb 2020 19:09:55 +0100] rev 253
Update README
Sun, 16 Feb 2020 19:04:24 +0100 Update Travis file
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Feb 2020 19:04:24 +0100] rev 252
Update Travis file
Sun, 16 Feb 2020 18:54:01 +0100 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Sun, 16 Feb 2020 18:54:01 +0100] rev 251
Update dependencies This should fix #22.
Wed, 18 Sep 2019 19:17:42 +0200 Merge pull request #21 from BoFFire/patch-1
Mikael Berthe <mikael@lilotux.net> [Wed, 18 Sep 2019 19:17:42 +0200] rev 250
Merge pull request #21 from BoFFire/patch-1 Fix typo in README committer: GitHub <noreply@github.com>
Wed, 18 Sep 2019 16:42:34 +0100 Fix typo
ButterflyOfFire <42316180+BoFFire@users.noreply.github.com> [Wed, 18 Sep 2019 16:42:34 +0100] rev 249
Fix typo committer: GitHub <noreply@github.com>
Mon, 29 Jul 2019 23:00:00 +0200 Travis: Try to bump Go 1.11 version to 1.11.12
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Jul 2019 23:00:00 +0200] rev 248
Travis: Try to bump Go 1.11 version to 1.11.12
Mon, 29 Jul 2019 22:07:29 +0200 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Mon, 29 Jul 2019 22:07:29 +0200] rev 247
Update dependencies
Sun, 13 Jan 2019 13:41:09 +0100 Update dependencies
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 13:41:09 +0100] rev 246
Update dependencies
Sun, 13 Jan 2019 12:58:50 +0100 Fix oauth2 not displaying the new token
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 12:58:50 +0100] rev 245
Fix oauth2 not displaying the new token If the configuration file contains an old token, this token was displayed after an oauth2 renewal instead of the new one.
Sun, 13 Jan 2019 12:33:24 +0100 Display config details after oauth2
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 12:33:24 +0100] rev 244
Display config details after oauth2 After a new oauth2 authorization, the configuration details are displayed even when the 'safe_mode' option is set.
Sun, 13 Jan 2019 12:28:07 +0100 Improve oauth2 code usage message
Mikael Berthe <mikael@lilotux.net> [Sun, 13 Jan 2019 12:28:07 +0100] rev 243
Improve oauth2 code usage message
Sat, 29 Sep 2018 18:09:54 +0200 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net> [Sat, 29 Sep 2018 18:09:54 +0200] rev 242
Use vendoring for backward compatibility The switch of the Madon library to Go modules breaks builds with Go version < 1.11 since the import path now contains "v2". This patch adds vendoring so that it can still build with those versions. Let's try to re-enable Travis builds with Go v1.8-1.11...
(0) -100 -50 -30 tip