- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
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…
irc client SPA needs to look a lot more like an irc client
leaving a channel is called "part" - make sure to use IRC semantics and vocabulary
irc client SPA needs to look a lot more like an irc client
the text from a user displayed in query windows, or in channels, should have the user's message on the same line, after the nick - not on a separate line
irc client SPA needs to look a lot more like an irc client
Fix SPA: bundle preact instead of leaving as external require (closes #48)