- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
The mode string processing must be fixed. Make a unified code path.
sneak
deleted branch change-module-path-to-sneak-berlin from sneak/neoirc
2026-04-01 23:05:43 +02:00
Change module path to sneak.berlin/go/neoirc
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
@clawbot ping
feat: implement Tier 3 utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS)
fix the conflict and add all of these features to the newly merged integration test.
sneak
deleted branch feature/97-integration-test-client from sneak/neoirc
2026-04-01 12:47:52 +02:00
test: add comprehensive IRC integration test with two clients
for 1.0: need a backward compat 6667 listener that speaks real irc
feat: add traditional IRC wire protocol listener (closes #89)
integration test: needs a testing client program
The testing client should spawn the server, then make two client connections to it (using normal irc protocol) and ensure that all major irc features work as expected.
integration test: needs a testing client program