aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-17cmd/marabot: move emoji copying to another binaryv1.5.0Xe Iaso9-39/+427
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-17gomod2nix updateXe Iaso7-32/+140
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-17cmd/marabot: log user info for webhooksXe Iaso2-7/+14
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-16cmd/marabot: start importing discord dataXe Iaso3-52/+168
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-16fix the botXe Iaso7-20/+102
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-15add modernc.org/sqliteXe Iaso3-16/+110
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-15cardio: don't create counters againXe Iaso1-2/+10
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-15web/revolt: move methods to the Client structXe Iaso9-234/+192
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-15wasm: fix up example codeXe Iaso3-8/+18
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-15wasm: example code for my gophercon EU talkXe Iaso5-0/+214
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13cmd/marabot: new command to test revolt bot stuffXe Iaso2-3/+85
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13build(deps): bump github.com/tetratelabs/wazero from 1.1.0 to 1.2.0 (#362)dependabot[bot]2-3/+3
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13build(deps): bump github.com/aws/aws-sdk-go from 1.44.270 to 1.44.282 (#370)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.270 to 1.44.282. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.270...v1.44.282) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#372)dependabot[bot]2-17/+18
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.9.0. - [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13web/revolt: implement better websocket logic thanks to chatgptXe Iaso7-449/+487
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13web/revolt: start writing a better handlerXe Iaso2-0/+149
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13web/revolt: start the process of writing a reconnection loopXe Iaso2-2/+13
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13fixXe Iaso3-2/+8
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13internal: add a cryptography primitives thingXe Iaso1-0/+42
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13web/bsky: start a small experiment hereXe Iaso3-0/+127
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13web/revolt: thread contexts through, masquerade supportXe Iaso4-62/+75
Also start working on integrating ln into the stack Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-13web/revolt: start to thread through contextsXe Iaso3-8/+34
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-12web/revolt: use switch/case for websocket handlingXe Iaso2-96/+72
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-12import revolt packageXe Iaso22-89/+2656
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-08cardio: add tachycardia counterXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-03cardio: oops, got the type backwardsXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-03cardio: introduce new package that provides a customizable heartbeatXe Iaso1-0/+99
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-01internal/bundler: add bundler package that uses Go genericsXe Iaso2-0/+437
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-31fix flakeXe Iaso2-15/+30
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-26build(deps): bump github.com/aws/aws-sdk-go from 1.44.268 to 1.44.270 (#356)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.268 to 1.44.270. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.268...v1.44.270) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26build(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.8.0 (#342)dependabot[bot]2-3/+3
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.6.0 to 0.8.0. - [Commits](https://github.com/golang/oauth2/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26build(deps): bump tailscale.com from 1.40.1 to 1.42.0 (#354)dependabot[bot]2-184/+150
Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.40.1 to 1.42.0. - [Release notes](https://github.com/tailscale/tailscale/releases) - [Commits](https://github.com/tailscale/tailscale/compare/v1.40.1...v1.42.0) --- updated-dependencies: - dependency-name: tailscale.com dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26fixXe Iaso1-35/+53
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-26build(deps): bump golang.org/x/crypto from 0.7.0 to 0.9.0 (#341)dependabot[bot]2-15/+15
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.9.0. - [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26build(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 (#337)dependabot[bot]2-3/+3
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.2.0. - [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26build(deps): bump lol_html from 0.4.0 to 1.0.0 in /web/mastosan (#355)dependabot[bot]2-3/+3
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.4.0 to 1.0.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v0.4.0...v1.0.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25build(deps): bump github.com/tetratelabs/wazero from 1.0.2 to 1.1.0 (#332)dependabot[bot]2-3/+3
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24build(deps): bump github.com/aws/aws-sdk-go from 1.44.236 to 1.44.268 (#352)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.236 to 1.44.268. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.236...v1.44.268) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24build(deps): bump tailscale.com from 1.38.3 to 1.40.1 (#345)dependabot[bot]2-23/+45
Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.38.3 to 1.40.1. - [Release notes](https://github.com/tailscale/tailscale/releases) - [Commits](https://github.com/tailscale/tailscale/compare/v1.38.3...v1.40.1) --- updated-dependencies: - dependency-name: tailscale.com dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23build(deps): bump github.com/otiai10/copy from 1.9.0 to 1.11.0 (#321)dependabot[bot]2-12/+4
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/otiai10/copy/releases) - [Commits](https://github.com/otiai10/copy/compare/v1.9.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/otiai10/copy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23build(deps): bump lol_html from 0.3.3 to 0.4.0 in /web/mastosan (#328)dependabot[bot]2-3/+3
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.3 to 0.4.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v0.3.3...v0.4.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23build(deps): bump github.com/rs/cors from 1.8.3 to 1.9.0 (#317)dependabot[bot]2-6/+4
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/rs/cors/releases) - [Commits](https://github.com/rs/cors/compare/v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: github.com/rs/cors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17cmd/xedn: add some debug loggingXe Iaso1-0/+4
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-17gomod2nix updateXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-17updates lolXe Iaso2-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-29flake: add Xeact 0.71.0Xe Iaso1-0/+10
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-23cmd/xedn: expose some packages on the CDNXe Iaso3-5/+45
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-23cmd/xedn: don't expose metrics publiclyXe Iaso2-8/+9
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-18wazero 1.0.2Xe Iaso3-3/+5
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-18tokenizeXe Iaso7-16/+82
Signed-off-by: Xe Iaso <me@xeiaso.net>