Rename app from chat to neoirc, binary to neoircd (closes #46) #47
Reference in New Issue
Block a user
Delete Branch "rename/chat-to-neoirc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Complete rename of the application from
chattoneoircwith binary nameneoircd.closes #46
Changes
git.eeqj.de/sneak/chat→git.eeqj.de/sneak/neoircchatd→neoircdchat-cli→neoirc-clicmd/chatd→cmd/neoircd,cmd/chat-cli→cmd/neoirc-clichatapi→neoircapichat→neoirc), ENTRYPOINT.gitignore/.dockerignore: artifact nameschat→neoircchat_token/chat_channels→neoirc_token/neoirc_channels), page title, default server display name$idURLs and example hostnamesDocker build passes. All tests pass.
Review: PASS ✅
Comprehensive rename from
chat→neoircacross all 59 files. Every checklist item verified:neoircd— MakefileBINARY := neoircd, DockerfileENTRYPOINT ["neoircd"]go.modreadsmodule git.eeqj.de/sneak/neoircgrep -r "git.eeqj.de/sneak/chat" --include="*.go" --include="*.mod"returns zero matchescmd/neoircd/,cmd/neoirc-cli/confirmedaddgroup -S neoirc && adduser -S neoirc -G neoirc,USER neoirc#chat→#testin channel fixtures andchat-test→neoirc-testin appname. No assertions removed or loosened..golangci.ymluntouchedchat_token/chat_channels→neoirc_token/neoirc_channels), page title (Chat→NeoIRC), default server name$idURLs and example hostnames updateddocker build .passes — all stages (lint, fmt-check, test, build) succeedClean, mechanical rename with zero functional changes. Ready to merge.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.