- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
i left some rework comments. also i never want bare irc numeric codes appearing in our calls, they should always be named constants from the irc numeric codes package you'll need to create.
@cl…
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
this probably means we'll need a package simply for enumerating all of the irc numeric codes
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries
let's send replies as "code": 2, "command": "RPL_YOURHOST"` (for example).
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
closing and reopening the SPA doesn't make tabs for all my channels. the server should send current channel statuses (as if the client had just joined) whenever an individual client reconnects to…
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
what about the CLI client? i haven't tested it yet but it should be updated in parity
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not
make me a PR with the important ones, please. @clawbot
http response codes should not be used in response to irc commands
refactor: replace HTTP error codes with IRC numeric replies
Replace HTTP status codes with IRC numeric replies in command handlers (closes #54)