Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 14:51
· 7 commits to master since this release
af1f075

[0.3.0] - 2026-08-19

πŸš€ Features

  • (connection) Send real build date in RPL_CREATED (003)

πŸ› Bug Fixes

  • (bootstrap) Join $server topic before send_welcome to get isupport (#90)
  • (join) Skip an already-member channel entirely, matching bahamut
  • (connection) Route MODE #chan +b (signed) to banlist handler (#98)
  • (connection) Emit bare nick prefix when sender_user/sender_host absent
  • (test) Add missing main() to test_channel_prefix
  • (test) Update e2e prefix check to accept bare nick and reject placeholder
  • (connection) Absorb excess tokens into last param instead of discarding

πŸ§ͺ Testing

  • (banlist) Remove unworkable -b fallthrough case from unit test

βš™οΈ Miscellaneous Tasks

  • (merge) Resolve Makefile conflict with develop
  • Retrigger CI (ASan job cancelled by GH infra; all code jobs pass)
  • Add concurrency group to prevent duplicate PR runs
  • (merge) Resolve conflict with develop (test_parse + test_banlist both kept)