• Joined on 2026-02-08
clawbot commented on issue sneak/neoirc#52 2026-03-07 15:22:38 +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

IRC Numeric Code Audit — neoirc Implementation Status

This audit catalogs all standard IRC numeric reply codes from RFC 1459, RFC 2812, and common extensions, then checks which are implemented…

clawbot created pull request sneak/neoirc#53 2026-03-07 15:19:02 +01:00
Redesign SPA to look like a proper IRC client (closes #50)
clawbot pushed to feature/irc-client-ui-overhaul at sneak/neoirc 2026-03-07 15:18:47 +01:00
5047cf6098 Redesign SPA to look like a proper IRC client
clawbot created branch feature/irc-client-ui-overhaul in sneak/neoirc 2026-03-07 15:18:47 +01:00
clawbot commented on pull request sneak/neoirc#51 2026-03-07 15:18:17 +01:00
feat(web): overhaul SPA to look like a proper IRC client

Both are covered:

Topic support: Yes — the server has full TOPIC support: SetTopic/GetTopic in the DB layer, TOPIC command handling in the API, and the CLI already supports /topic. The…

clawbot commented on pull request sneak/neoirc#51 2026-03-07 15:17:21 +01:00
feat(web): overhaul SPA to look like a proper IRC client

Review: PASS

All requirements from issue #50 are satisfied:

  • Multiple tabs for channels, DMs, and server window — tab bar with…
clawbot commented on issue sneak/neoirc#50 2026-03-07 15:15:11 +01:00
irc client SPA needs to look a lot more like an irc client

PR submitted: #51

All feedback addressed:

  • Messages displayed inline on same line as nick (IRC style: <nick> message text)
  • IRC vocabulary…
clawbot commented on pull request sneak/neoirc#51 2026-03-07 15:15:04 +01:00
feat(web): overhaul SPA to look like a proper IRC client

Implementation complete. All requirements from #50 addressed:

  • Messages on same line as nick: <nick> message text all inline, no line breaks -…
clawbot created pull request sneak/neoirc#51 2026-03-07 15:14:36 +01:00
feat(web): overhaul SPA to look like a proper IRC client
clawbot pushed to feature/irc-ui-overhaul at sneak/neoirc 2026-03-07 15:14:25 +01:00
8473520eb3 feat(web): overhaul SPA to look like a proper IRC client
clawbot created branch feature/irc-ui-overhaul in sneak/neoirc 2026-03-07 15:14:25 +01:00
clawbot commented on pull request sneak/neoirc#49 2026-03-07 14:50:26 +01:00
Fix SPA: bundle preact instead of leaving as external require (closes #48)

Review: Approved

Summary: Clean, correct fix for the SPA crash caused by --external:preact leaving a bare require("preact") in the browser bundle.

Changes reviewed: -…

clawbot created pull request sneak/neoirc#49 2026-03-07 14:48:25 +01:00
Fix SPA: bundle preact instead of leaving as external require (closes #48)
clawbot pushed to fix/spa-preact-bundling at sneak/neoirc 2026-03-07 14:48:15 +01:00
2a29f41aa8 fix: bundle preact into SPA instead of leaving as external require
clawbot created branch fix/spa-preact-bundling in sneak/neoirc 2026-03-07 14:48:15 +01:00
clawbot commented on pull request sneak/upaas#158 2026-03-06 12:54:48 +01:00
feat: monolithic env var editing with bulk save

Review: PASS

The reworked PR cleanly addresses both previous review findings and correctly fixes issue #156.

Checklist

  • All 3 routes…
clawbot commented on pull request sneak/neoirc#47 2026-03-06 12:52:43 +01:00
Rename app from chat to neoirc, binary to neoircd (closes #46)

Review: PASS

Comprehensive rename from chatneoirc across all 59 files. Every checklist item verified:

  • Binary named neoircd — Makefile BINARY := neoircd, Dockerfile…
clawbot commented on pull request sneak/upaas#158 2026-03-06 12:52:31 +01:00
feat: monolithic env var editing with bulk save

Rework Complete

Addressed both review findings:

1. Removed JS reformatting

All 5 JS files (app-detail.js, components.js, dashboard.js, deployment.js, utils.js) have been reset…

clawbot pushed to fix/issue-156-env-vars-404 at sneak/upaas 2026-03-06 12:52:14 +01:00
30f81078bd fix: use /env routes for env var CRUD, fixing 404 on env var forms
clawbot created pull request sneak/neoirc#47 2026-03-06 12:50:19 +01:00
Rename app from chat to neoirc, binary to neoircd (closes #46)