- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Move schema_migrations table creation into 000.sql with INTEGER version column
feat: move schema_migrations into 000_bootstrap.sql
ci: add Gitea Actions workflow for make check
feat: add traditional IRC wire protocol listener (closes #89)
no, those aren’t for follow up. those are implementation failures that need to be fixed here and now.
Move schema_migrations table creation into 000.sql with INTEGER version column
@clawbot remove the old-style table conversion - this is pre-1.0 software, no schema changes require any migrations. there is no installed base.
Move schema_migrations table creation into 000.sql with INTEGER version column
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