Jeffrey Paul sneak
sneak commented on pull request sneak/neoirc#96 2026-04-02 15:38:19 +02:00
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
sneak pushed to main at sneak/neoirc 2026-04-01 23:05:42 +02:00
f829f9e3da Change module path to sneak.berlin/go/neoirc (#99)
sneak closed issue sneak/neoirc#98 2026-04-01 23:05:42 +02:00
change module path
sneak merged pull request sneak/neoirc#99 2026-04-01 23:05:41 +02:00
Change module path to sneak.berlin/go/neoirc
sneak pushed to change-module-path-to-sneak-berlin at sneak/neoirc 2026-04-01 12:48:49 +02:00
a788f89c1b Merge branch 'main' into change-module-path-to-sneak-berlin
02279b2654 test: add comprehensive IRC integration test with two clients (#100)
Compare 2 commits »
sneak commented on pull request sneak/neoirc#96 2026-04-01 12:48:24 +02:00
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
sneak pushed to main at sneak/neoirc 2026-04-01 12:47:52 +02:00
02279b2654 test: add comprehensive IRC integration test with two clients (#100)
sneak merged pull request sneak/neoirc#100 2026-04-01 12:47:50 +02:00
test: add comprehensive IRC integration test with two clients
sneak commented on pull request sneak/neoirc#99 2026-04-01 12:46:10 +02:00
Change module path to sneak.berlin/go/neoirc

docker build failed.

sneak opened issue sneak/neoirc#98 2026-04-01 05:01:39 +02:00
change module path
sneak renamed repository from chat to sneak/neoirc 2026-04-01 05:01:02 +02:00
sneak deleted branch feature/irc-protocol-listener from sneak/neoirc 2026-04-01 05:00:05 +02:00
sneak pushed to main at sneak/neoirc 2026-04-01 05:00:05 +02:00
0250f14fea feat: add traditional IRC wire protocol listener (closes #89) (#94)
sneak closed issue sneak/neoirc#89 2026-04-01 05:00:04 +02:00
for 1.0: need a backward compat 6667 listener that speaks real irc
sneak merged pull request sneak/neoirc#94 2026-04-01 05:00:04 +02:00
feat: add traditional IRC wire protocol listener (closes #89)
sneak commented on issue sneak/neoirc#97 2026-04-01 04:59:32 +02:00
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.

sneak opened issue sneak/neoirc#97 2026-04-01 04:58:48 +02:00
integration test: needs a testing client program