Quantcast
Channel: Latest commits for file go.sum
Browsing latest articles
Browse All 50 View Live

Improve OG/TCS rendering by using the %c (compat) renderinf of lextwt AST...

Improve OG/TCS rendering by using the %c (compat) renderinf of lextwt AST nodes (#720) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/720 Co-authored-by: James...

View Article



Fix WebMentions once and for all (#737)

Fix WebMentions once and for all (#737) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/737 Co-authored-by: James Mills Co-committed-by: James Mills

View Article

Add proper validated support for vanity URI(s) e.g: @prologic@twtxt.net (#738)

Add proper validated support for vanity URI(s) e.g: @prologic@twtxt.net (#738) The way this works is quite simple. At the root of a `domain` we expect to (_optionally_) find: For multi-user Yarn pods:...

View Article

Add first e2e integration test for InfoHandler() (#774)

Add first e2e integration test for InfoHandler() (#774) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/774 Reviewed-by: xuu

View Article

Add optional support for setting up a TLS listener with Let's Encrypt support...

Add optional support for setting up a TLS listener with Let's Encrypt support (#785) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/785

View Article


Add support for IndieAuth endpoint (#799)

Add support for IndieAuth endpoint (#799) Adds support for IndieAuth (_take two_) whereby one can login to any other Yarn.social pod with their existing account/login from their own pod. This _can_...

View Article

Split out packages client, lextwt and types (#809)

Split out packages client, lextwt and types (#809) Cloes #797 Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/809

View Article

Add support for User Links in Profile and Feed Metadata (#854)

Add support for User Links in Profile and Feed Metadata (#854) Closes #798 Co-authored-by: James Mills Co-authored-by: Phil S Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/854

View Article


Sort links in a consistent order (by Titlte)

Sort links in a consistent order (by Titlte)

View Article


Add support for real-time feed fetching using WebSub (#857)

Add support for real-time feed fetching using WebSub (#857) Closes #676 Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/857

View Article

Update deps (CVE-2020-29652)

Update deps (CVE-2020-29652)

View Article

Add some cookie tests and fix revealed bugs

Add some cookie tests and fix revealed bugs There is one severe bug in the user registration that must be considered a security vulnerability. Even though registration was disabled in the...

View Article

Send Tweet created back as reponse of /post endpoint api (#1006)

Send Tweet created back as reponse of /post endpoint api (#1006) When we create a tweet through a /post endopint, we should get back the tweet created. Co-authored-by: Felipe Dutra Tine e Silva...

View Article


Cleanup and remove features and some deprecated code (#1011)

Cleanup and remove features and some deprecated code (#1011) Test Plan: ```console $ ./yarnd --enable-feature list Available Features: - foo - moving_average_feed_refresh - websub ``` Co-authored-by:...

View Article

Add support for indexing and searching an archive (#1010)

Add support for indexing and searching an archive (#1010) This PR adds a couple of command-line tools for indexing and searching a Yarn.social pod's archive: - `index_archive` -- A command-line tool...

View Article


Update deps

Update deps

View Article

go mod tidy

go mod tidy

View Article


Add Pod Logo resource endpoint and update Info resource to include link (#1029)

Add Pod Logo resource endpoint and update Info resource to include link (#1029) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1029

View Article

Add Sync API and sync sub-command for yarnc for syncing a local feed to a...

Add Sync API and sync sub-command for yarnc for syncing a local feed to a Yarn.social pod (#1033) Depends on a few incoming PR(s) on some dependent libraries: -...

View Article

Update go.yarn.social/types

Update go.yarn.social/types

View Article

Update deps

Update deps

View Article


Add feedtype icons next to the nick of each twt (#1036)

Add feedtype icons next to the nick of each twt (#1036) Depends on https://git.mills.io/yarnsocial/go-types/pulls/9 Co-authored-by: James Mills Reviewed-on:...

View Article


chore: update to go 1.19 (#1037)

chore: update to go 1.19 (#1037) Co-authored-by: Jon Lundy Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1037 Reviewed-by: James Mills Co-authored-by: xuu Co-committed-by: xuu

View Article

Update deps and fix timeline and profile view to show no icon for normal...

Update deps and fix timeline and profile view to show no icon for normal users/humans/etc

View Article

fix: codeblock fails if backtick inside (#1070)

fix: codeblock fails if backtick inside (#1070) Co-authored-by: Jon Lundy Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1070 Reviewed-by: lyse Reviewed-by: James Mills Co-authored-by: xuu...

View Article


Update deps

Update deps

View Article

fix: cache corruption (#1072)

fix: cache corruption (#1072) Co-authored-by: Jon Lundy Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1072 Reviewed-by: James Mills Co-authored-by: xuu...

View Article

Code cleanup

Code cleanup

View Article

Refactor to use new go.mills.io/tasks package

Refactor to use new go.mills.io/tasks package

View Article



Update deps

Update deps

View Article

feat-use-new-passwd (#1095)

feat-use-new-passwd (#1095) implements a new password system that includes preferred hash + complexity to automatically rehash on login if needed. ~~This is using argon2i but i can add support for...

View Article

Update deps

Update deps

View Article

Refactor to use new go.mills.io/sessions package

Refactor to use new go.mills.io/sessions package

View Article


Add Feature (webfinger) that adds an experimental webfinger server support...

Add Feature (webfinger) that adds an experimental webfinger server support (no lookups yet)

View Article

Refactor to use new go.mills.io/webmention package (#1109)

Refactor to use new go.mills.io/webmention package (#1109) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1109 Reviewed-by: lyse

View Article

Update deps

Update deps

View Article


Add support basic for ActivityPub (#1139)

Add support basic for ActivityPub (#1139) Closes #1138 (supercedes it) What works now: - [x] You (Yarn.social) are discoverable in the Fediverse via Activity Pub - [x] You (Yarn.social) can be followed...

View Article


Add support for follow other Activity Pub actors (#1142)

Add support for follow other Activity Pub actors (#1142) Closes #1140 Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1142

View Article

Don't get URI for Twters when expanding Activity Pub @-mentions

Don't get URI for Twters when expanding Activity Pub @-mentions

View Article

Revert "Don't get URI for Twters when expanding Activity Pub @-mentions"

Revert "Don't get URI for Twters when expanding Activity Pub @-mentions" This reverts commit a9e92ba5b2e940ad3977327e184e60f9110ec996.

View Article

Add support for Activity Streams format (A2S, like HTML but render mentions...

Add support for Activity Streams format (A2S, like HTML but render mentions as plain text) (#1143) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/yarnsocial/yarn/pulls/1143

View Article


Add support for feed fetch types (#1146)

Add support for feed fetch types (#1146) Depends on https://git.mills.io/yarnsocial/go-types/pulls/15 Same thing as yarnsocial/go-types#15 but for yarnd For now just skipping Feed.Type ==...

View Article

Revert silly fetchType idea

Revert silly fetchType idea

View Article


Fix a couple of bugs

Fix a couple of bugs

View Article

Upgrade lextwt

Upgrade lextwt

View Article


Update lextwt

Update lextwt

View Article

Fix mention rendering for Activity Pub (finally)

Fix mention rendering for Activity Pub (finally)

View Article

Add basic support for cleaning up Activity Pub notes, rewriting mentions and...

Add basic support for cleaning up Activity Pub notes, rewriting mentions and converting HTML to Markdown

View Article

Fix bug in webmention handling

Fix bug in webmention handling

View Article


Update go.sum

Update go.sum

View Article

Browsing latest articles
Browse All 50 View Live




Latest Images