Jeffrey Paul sneak
sneak pushed to main at sneak/neoirc 2026-03-09 23:00:36 +01:00
47fb089969 fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD (#58)
sneak closed issue sneak/neoirc#57 2026-03-09 23:00:34 +01:00
irc client style needs cleanup in SPA
sneak merged pull request sneak/neoirc#58 2026-03-09 23:00:34 +01:00
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD
sneak commented on pull request sneak/neoirc#59 2026-03-09 22:59:41 +01:00
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…

sneak commented on pull request sneak/neoirc#59 2026-03-09 22:57:42 +01:00
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

sneak commented on pull request sneak/neoirc#59 2026-03-09 22:56:57 +01:00
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries

let's send replies as "code": 2, "command": "RPL_YOURHOST"` (for example).

sneak commented on pull request sneak/neoirc#58 2026-03-09 22:50:22 +01:00
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…

sneak commented on pull request sneak/neoirc#58 2026-03-09 22:47:43 +01:00
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

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