- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: implement daemon mode with filesystem watching
Tier 2: Ban system, invite-only, secret, channel key, user limit (+b/+i/+s/+k/+l)
feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)
feat: add traditional IRC wire protocol listener (closes #89)
also i'd like consistent code paths for the irc protocol and the http protocol commands from clients
feat: add traditional IRC wire protocol listener (closes #89)
i don't like these function lengths, review all of these nolint directives and see which of the nolints can be removed via strategic refactoring. smaller, more focused functions are generally…
feat: add traditional IRC wire protocol listener (closes #89)
IRC_LISTEN_ADDR should default to 0.0.0.0 6667
refactor: extract whitelist package from internal/imgcache
feat: implement Tier 2 channel modes (+b/+i/+s/+k/+l)
@clawbot docker build is failing, lots of data race errors. please fix.
fix: use in-memory SQLite for handler tests to fix CI timeout