Files
EchoHub/docs/changelog/index.md
T
HueByte c0d38015ff Add comprehensive unit tests for IRC command handling and message formatting
- Implemented IrcCommandHandlerTests to cover various IRC commands including PING, JOIN, PART, and authentication scenarios.
- Added IrcMessageFormatterTests to validate message formatting for different message types such as text, images, files, and audio.
- Created IrcMessageTests to ensure correct parsing of IRC messages and handling of various command formats.
- Introduced TestHelpers to facilitate testing with mock connections and streams, including a FakeChatService and FakeEncryptionService for simulating chat behavior.
2026-02-21 11:25:34 +01:00

445 B

Changelog

Release history for EchoHub.

Releases

  • v0.2.5 - IRC Gateway Fixes & Test Coverage
  • v0.2.4 - E2E Message Encryption
  • v0.2.3 - Moderation, Embeds & UI Overhaul
  • v0.2.2 - Startup & Shutdown Fixes
  • v0.2.1 - Shutdown & CI Fixes
  • v0.2.0 - IRC Gateway
  • v0.1.1 - Directory Connection Self-Healing
  • v0.1.0 - Initial Release