- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
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)
irc client SPA needs to look a lot more like an irc client
Redesign SPA to look like a proper IRC client (closes #50)
http response codes should not be used in response to irc commands
feat(web): overhaul SPA to look like a proper IRC client
tab restore should be handled by querying the server, because a different client may have joined more channels in the session, no? or do we do that by getting the history buffer that was queued…
Redesign SPA to look like a proper IRC client (closes #50)
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
feat(web): overhaul SPA to look like a proper IRC client
does the server support channel topics and topic changes?
also, does this work if the user closes the SPA and reopens it? it should store the auth information in localStorage so that the…