aboutsummaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)AuthorFilesLines
2023-06-22internal/stablediffusion: promote to public packageXe Iaso2-0/+140
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-20web/revolt: more logging on reconnect attemptsXe Iaso1-2/+4
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-19cmd: add new command xatciXe Iaso3-6/+100
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-19second reshufflingXe Iaso3-0/+276
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-19build(deps): bump lol_html from 1.0.0 to 1.0.1 in /web/mastosan (#366)dependabot[bot]1-2/+2
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 1.0.0 to 1.0.1. - [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/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: lol_html 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-17cmd/marabot: upload shit to S3Xe Iaso1-0/+4
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-17cmd/marabot: move emoji copying to another binaryv1.5.0Xe Iaso5-30/+290
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-16cmd/marabot: start importing discord dataXe Iaso1-6/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-06-16fix the botXe Iaso4-19/+22
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-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-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 Iaso19-0/+2545
Signed-off-by: Xe Iaso <me@xeiaso.net>
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-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-04-07fix buildXe Iaso3-1/+78
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-24build(deps): bump lol_html from 0.3.2 to 0.3.3 in /web/mastosan (#289)dependabot[bot]1-29/+25
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.2 to 0.3.3. - [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/commits/v0.3.3) --- updated-dependencies: - dependency-name: lol_html 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-03-05add cryptocompare API bindingsXe Iaso2-0/+50
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-02web: add new package chatgptXe Iaso1-0/+90
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-02-11build mastosan in flakeXe Iaso1-26/+26
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-02-04mastodon/robocadey2: contact logos over tsnetXe Iaso1-3/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-02-04mastodon/robocadey2: try 2Xe Iaso1-1/+8
Signed-off-by: Xe Iaso <me@xeiaso.net>
2022-11-26i speel reel gudXe1-2/+2
Signed-off-by: Xe <me@christine.website>
2022-11-23web/mastosan: fix testsXe1-2/+2
Signed-off-by: Xe <me@christine.website>
2022-11-23web/mastodon: add image uploadingXe4-5/+204
Signed-off-by: Xe <me@christine.website>
2022-11-23web/mastosan: add markdown and plain text modesXe3-12/+52
Signed-off-by: Xe <me@christine.website>
2022-11-22web/mastosan: make parallelXe2-15/+32
Signed-off-by: Xe <me@christine.website>
2022-11-22web/mastosan: add benchmarkXe1-0/+14
Signed-off-by: Xe <me@christine.website>
2022-11-22web/mastosan: snip use of formatting codeXe4-3/+5
Signed-off-by: Xe <me@christine.website>
2022-11-22add mastosan package to turn Mastodon HTML to SlackdownXe9-0/+682
Signed-off-by: Xe <me@christine.website>
2022-11-21basic mastodon client implemented, will do more laterXe10-4/+870
Signed-off-by: Xe <me@christine.website>
2022-11-21web: add nodeinfo package to read nodeinfo metadataXe2-0/+183
Signed-off-by: Xe <me@christine.website>
2022-04-27make first robocadey prototypeXe1-0/+1
Signed-off-by: Xe <me@christine.website>
2021-03-02web/useragent: fix missing infoURL (#107)Ilya Mateyko2-4/+31
2019-11-28fixesChristine Dodrill2-2/+2
2019-11-28web: move useragent to its own packageChristine Dodrill4-45/+44
2019-06-04[minor] move to within.website/x (#14)Christine Dodrill5-5/+5
* move to within.website/x * Update user_agent.go * cmd/within.website: add bot info page
2019-04-08dnsd: include user agent with requestsv1.0.3Christine Dodrill2-5/+19
2019-04-01reorgChristine Dodrill3-137/+0
2019-02-17web: add implicit user agent transport to the default oneChristine Dodrill2-0/+38
2019-02-17web: add x.md notice to people's user agentsChristine Dodrill1-0/+4
2019-02-02web: use error type, simplify some codeChristine Dodrill5-13/+35
2019-01-29web: add NewError function to simplify error creation, use itChristine Dodrill2-20/+27
2019-01-29GitHub Status API is deprecated :(Christine Dodrill1-48/+0
2019-01-29web: try using exp/errors, error type for API callsChristine Dodrill2-2/+49