Jeffrey Paul sneak
sneak commented on issue sneak/neoirc#57 2026-03-09 22:41:05 +01:00
irc client style needs cleanup in SPA

/who /whois etc

sneak commented on issue sneak/neoirc#57 2026-03-09 22:40:38 +01:00
irc client style needs cleanup in SPA

also needs /list and other common irc commands

sneak opened issue sneak/neoirc#57 2026-03-09 22:40:21 +01:00
irc client style needs cleanup in SPA
sneak deleted branch feature/irc-numeric-replies from sneak/neoirc 2026-03-09 22:21:32 +01:00
sneak pushed to main at sneak/neoirc 2026-03-09 22:21:32 +01:00
f8f0b6afbb refactor: replace HTTP error codes with IRC numeric replies (#56)
sneak closed issue sneak/neoirc#54 2026-03-09 22:21:32 +01:00
http response codes should not be used in response to irc commands
sneak merged pull request sneak/neoirc#56 2026-03-09 22:21:31 +01:00
refactor: replace HTTP error codes with IRC numeric replies
sneak pushed to feature/irc-numeric-replies at sneak/neoirc 2026-03-09 22:17:55 +01:00
8157b6d280 Merge branch 'main' into feature/irc-numeric-replies
8e3166969e Redesign SPA to look like a proper IRC client (closes #50) (#53)
Compare 2 commits »
sneak closed pull request sneak/neoirc#55 2026-03-09 22:17:29 +01:00
Replace HTTP status codes with IRC numeric replies in command handlers (closes #54)
sneak pushed to fix/irc-numeric-replies at sneak/neoirc 2026-03-09 22:12:45 +01:00
38d222f6a7 Merge branch 'main' into fix/irc-numeric-replies
8e3166969e Redesign SPA to look like a proper IRC client (closes #50) (#53)
Compare 2 commits »
sneak deleted branch feature/irc-client-ui-overhaul from sneak/neoirc 2026-03-09 22:12:36 +01:00
sneak pushed to main at sneak/neoirc 2026-03-09 22:12:36 +01:00
8e3166969e Redesign SPA to look like a proper IRC client (closes #50) (#53)
sneak closed issue sneak/neoirc#50 2026-03-09 22:12:34 +01:00
irc client SPA needs to look a lot more like an irc client
sneak merged pull request sneak/neoirc#53 2026-03-09 22:12:34 +01:00
Redesign SPA to look like a proper IRC client (closes #50)
sneak opened issue sneak/neoirc#54 2026-03-08 10:07:20 +01:00
http response codes should not be used in response to irc commands
sneak commented on pull request sneak/neoirc#51 2026-03-07 15:23:27 +01:00
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…

sneak closed pull request sneak/neoirc#53 2026-03-07 15:20:59 +01:00
Redesign SPA to look like a proper IRC client (closes #50)
sneak commented on pull request sneak/neoirc#53 2026-03-07 15:20:59 +01:00
Redesign SPA to look like a proper IRC client (closes #50)

dupe #51

sneak opened issue sneak/neoirc#52 2026-03-07 15:18:37 +01:00
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
sneak commented on pull request sneak/neoirc#51 2026-03-07 15:17:23 +01:00
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…