Results 15 comments of aerth

would this also enable using just the Name string for same-server messages instead of using full JID all the time? like.. "bob sends message to alice" instead of "[email protected] sends...

@KellerFuchs , in recent Go versions, GOPATH variable is ~/go by default $GOPATH should be user writable, and is where all user source live To give an example, ``` #...

This would be really cool. If the RPC provides [net_version](https://github.com/ethereum/wiki/wiki/JSON-RPC#net_version) method, cipher can use it to find the chainID in order to provide replay protection (EIP 155 signer) like MM...

- [x] statuses/public_timeline - [x] statuses/home_timeline - [ ] statuses/friends_timeline - [ ] Alias of statuses/home_timeline - [ ] statuses/friends_timeline/:username - [x] statuses/mentions - [x] statuses/replies - [ ] statuses/replies/:username...

fyi: need to add `dev-` prefix to use this latest image version (not sure how long until it moves...) devcontainer.json: `"image": "mcr.microsoft.com/devcontainers/go:dev-1.24-bookworm",` found looking at tags here: https://mcr.microsoft.com/en-us/artifact/mar/devcontainers/go/tags