Andrey Petrov

Results 143 issues of Andrey Petrov

Via https://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands Commands left to implement: - [ ] ADMIN - [ ] AWAY - [ ] CNOTICE - [ ] CPRIVMSG - [ ] CONNECT - [ ] DIE...

https://freenode.net/using_the_network.shtml has a decent overview of existing modes TODO: Add a checklist.

Ideally it should be in its own package.

- [ ] NICK charset and length - [ ] JOIN charset and length - [ ] PRIVMSG charset and length - [ ] Normalize lowercase `{}|^` to `[]\~` (rfc2812...

Might be able to cut down on some runtime memory usage when restoring the assets.

Right now we require you to pass in an install target, and it's fetched from a public repo. We want to support embedding private source code, too.

Right now we only support the local $GOARCH/$GOOS. One of the big perks of Go is built-in cross-compilation and ideally we should support that too.

## Requirements - [x] Build a binary which accepts some flag that triggers a recompile with an extra anonymous import. ### Undetermined - Provide a `go-selfbuild` binary that is a...

Maybe depending on go-bindata is a bad idea, might be easier to just tar bundle and encode it ourselves?