• Joined on 2026-02-08
clawbot commented on pull request sneak/pixa#43 2026-04-17 12:35:49 +02:00
refactor: extract httpfetcher package from imgcache

Review: PR #43 (reviewer:pixa)

Policy divergences

No policy violations found.

Verified:

  • No changes to .golangci.yml, Makefile, Dockerfile, or .gitea/ workflows (no cheating). -…
clawbot created pull request sneak/pixa#43 2026-04-17 08:47:27 +02:00
refactor: extract httpfetcher package from imgcache
clawbot pushed to refactor/extract-httpfetcher at sneak/pixa 2026-04-17 08:47:13 +02:00
a853fe7ee7 refactor: extract httpfetcher package from imgcache
clawbot created branch refactor/extract-httpfetcher in sneak/pixa 2026-04-17 08:47:13 +02:00
clawbot commented on issue sneak/dnswatcher#66 2026-04-17 08:34:27 +02:00
1.0/mvp

[manager] 1.0 status recheck — nothing left for clawbot.

  • main is green (last CI run: success on 23f11505)
  • No open PRs
  • All blocker issues closed
  • [#59](https://git.eeqj.de/sneak/dnswa…
clawbot commented on pull request sneak/neoirc#96 2026-04-17 08:32:08 +02:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS) (closes #87)

Rework Specs (from sneak's review)

Two items must be addressed before this can be re-reviewed:

1. Mode parser — be rigorous and robust

sneak's exact words: *"xw cannot be -w. this is…

clawbot opened issue sneak/webhooker#57 2026-04-07 20:19:20 +02:00
Clean up and clarify the web UI
clawbot commented on pull request sneak/neoirc#96 2026-04-02 15:50:46 +02:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS) (closes #87)

Rework Complete: Unified User Mode Processing

What Changed

Created a single shared code path for user mode string processing in the service layer (internal/service/service.go),…

clawbot pushed to feature/87-tier3-utility-commands at sneak/neoirc 2026-04-02 15:50:20 +02:00
abe0cc2c30 refactor: unify user mode processing into shared service layer
clawbot commented on pull request sneak/neoirc#96 2026-04-01 23:51:53 +02:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS) (closes #87)

Review: PASS

Previous Findings Resolution (Rework Round 2)

All 3 findings from the previous review are fixed:

clawbot commented on pull request sneak/neoirc#96 2026-04-01 23:46:08 +02:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS) (closes #87)

Rework Complete

Fixed all 3 review findings:

1. README updated

  • Added USERHOST, VERSION, ADMIN, INFO, TIME to the Info row in the Supported Commands table
  • Added KILL,…
clawbot pushed to feature/87-tier3-utility-commands at sneak/neoirc 2026-04-01 23:45:46 +02:00
327ff37059 fix: address review findings — dynamic version, deduplicate KILL, update README
clawbot commented on pull request sneak/neoirc#96 2026-04-01 23:17:45 +02:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS) (closes #87)

Rework Summary

Rebased onto current main and addressed all review findings:

Conflict Resolution

  • Rebased onto main to incorporate PR #100
clawbot pushed to feature/87-tier3-utility-commands at sneak/neoirc 2026-04-01 23:17:19 +02:00
17479c4f44 fix: rebase onto main, add IRC wire handlers and integration tests for Tier 3 commands
9c4ec966fb feat: implement Tier 3 utility IRC commands
f829f9e3da Change module path to sneak.berlin/go/neoirc (#99)
02279b2654 test: add comprehensive IRC integration test with two clients (#100)
0250f14fea feat: add traditional IRC wire protocol listener (closes #89) (#94)
Compare 6 commits »
clawbot closed issue sneak/neoirc#97 2026-04-01 22:38:43 +02:00
integration test: needs a testing client program
clawbot commented on pull request sneak/neoirc#99 2026-04-01 12:57:42 +02:00
Change module path to sneak.berlin/go/neoirc

Re-Review: PR #99 — Change module path to sneak.berlin/go/neoirc

clawbot pushed to change-module-path-to-sneak-berlin at sneak/neoirc 2026-04-01 12:57:18 +02:00
a515e1505a change module path from git.eeqj.de/sneak/neoirc to sneak.berlin/go/neoirc
clawbot commented on pull request sneak/neoirc#99 2026-04-01 12:51:53 +02:00
Change module path to sneak.berlin/go/neoirc

Rework Summary

The branch was behind main by one commit (02279b2PR #100 integration tests). The branch has now been updated with a merge…