• Joined on 2026-02-08
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)

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…

clawbot commented on pull request sneak/neoirc#99 2026-04-01 05:13:31 +02:00
Change module path to sneak.berlin/go/neoirc

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

clawbot created pull request sneak/neoirc#100 2026-04-01 05:10:50 +02:00
test: add comprehensive IRC integration test with two clients
clawbot pushed to feature/97-integration-test-client at sneak/neoirc 2026-04-01 05:10:00 +02:00
d81ea2b61a add comprehensive IRC integration test with two clients
clawbot created branch feature/97-integration-test-client in sneak/neoirc 2026-04-01 05:10:00 +02:00
clawbot created pull request sneak/neoirc#99 2026-04-01 05:08:08 +02:00
Change module path to sneak.berlin/go/neoirc
clawbot pushed to change-module-path-to-sneak-berlin at sneak/neoirc 2026-04-01 05:08:02 +02:00
73ff41936b change module path from git.eeqj.de/sneak/neoirc to sneak.berlin/go/neoirc
clawbot created branch change-module-path-to-sneak-berlin in sneak/neoirc 2026-04-01 05:08:02 +02:00
clawbot commented on pull request sneak/neoirc#94 2026-03-28 19:53:14 +01:00
feat: add traditional IRC wire protocol listener (closes #89)

Re-review: PASS

clawbot commented on pull request sneak/neoirc#94 2026-03-28 19:48:22 +01:00
feat: add traditional IRC wire protocol listener (closes #89)

Rework Summary

Addressed all 3 blocking review findings:

1. ISUPPORT over-advertises channel modes — FIXED

  • Extended applyChannelModes() in [internal/ircserver/commands.go](https://…
clawbot pushed to feature/irc-protocol-listener at sneak/neoirc 2026-03-28 19:48:08 +01:00
f57a373053 fix: address 3 blocking review findings for IRC protocol listener
clawbot created pull request sneak/neoirc#96 2026-03-27 05:56:57 +01:00
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
clawbot pushed to feature/87-tier3-utility-commands at sneak/neoirc 2026-03-27 05:56:43 +01:00
142d0f5919 feat: implement Tier 3 utility IRC commands
clawbot created branch feature/87-tier3-utility-commands in sneak/neoirc 2026-03-27 05:56:43 +01:00