Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update soju, gamja and goguma with new forge #546

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions _data/sw_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,8 @@
- name: Web Clients
software:
- name: gamja
# ref: https://git.sr.ht/~emersion/gamja/tree/master/item/lib/client.js#L3
# https://git.sr.ht/~emersion/gamja/tree/26cc073f41df1d1e7cfd5cdf6ebeb92daf31a108/item/lib/client.js#L40
link: https://sr.ht/~emersion/gamja
# ref: https://codeberg.org/emersion/gamja/src/branch/master/lib/client.js#L3
link: https://codeberg.org/emersion/gamja
support:
stable:
account-notify:
Expand Down Expand Up @@ -878,8 +877,8 @@
- plain
# external is supported if configured on the core via the desktop client
- name: Goguma
# https://git.sr.ht/~emersion/goguma/tree/master/item/lib/client.dart#L60
link: https://sr.ht/~emersion/goguma
# ref: https://codeberg.org/emersion/goguma/src/branch/master/lib/client.dart#L77
link: https://codeberg.org/emersion/goguma
os:
- android
- linux
Expand Down Expand Up @@ -1048,9 +1047,8 @@
stable:
sts: TLS-only
- name: soju (as Server)
# ref: https://git.sr.ht/~emersion/soju/tree/master/downstream.go#L117
# ref: https://git.sr.ht/~emersion/soju/tree/master/downstream.go#L133
link: https://sr.ht/~emersion/soju
# ref: https://codeberg.org/emersion/soju/src/branch/master/downstream.go#L221
link: https://codeberg.org/emersion/soju
support:
stable:
account-notify:
Expand Down Expand Up @@ -1087,8 +1085,8 @@
stable:
websockets: text only
- name: soju (as Client)
# ref: https://git.sr.ht/~emersion/soju/tree/master/upstream.go#L23
link: https://sr.ht/~emersion/soju
# ref: https://codeberg.org/emersion/soju/src/branch/master/upstream.go#L28
link: https://codeberg.org/emersion/soju
support:
stable:
account-notify:
Expand Down
6 changes: 3 additions & 3 deletions _data/tc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
- nick: emersion
github: emersion
projects:
- "[gamja](https://git.sr.ht/~emersion/gamja/)"
- "[goguma](https://sr.ht/~emersion/goguma/)"
- "[soju](https://git.sr.ht/~emersion/soju/)"
- "[gamja](https://codeberg.org/emersion/gamja)"
- "[goguma](https://codeberg.org/emersion/goguma)"
- "[soju](https://soju.im)"

- nick: grawity
github: grawity
Expand Down