mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
- 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.
15 lines
445 B
Markdown
15 lines
445 B
Markdown
# Changelog
|
|
|
|
Release history for EchoHub.
|
|
|
|
## Releases
|
|
|
|
- [v0.2.5](v0.2.5.md) - IRC Gateway Fixes & Test Coverage
|
|
- [v0.2.4](v0.2.4.md) - E2E Message Encryption
|
|
- [v0.2.3](v0.2.3.md) - Moderation, Embeds & UI Overhaul
|
|
- [v0.2.2](v0.2.2.md) - Startup & Shutdown Fixes
|
|
- [v0.2.1](v0.2.1.md) - Shutdown & CI Fixes
|
|
- [v0.2.0](v0.2.0.md) - IRC Gateway
|
|
- [v0.1.1](v0.1.1.md) - Directory Connection Self-Healing
|
|
- [v0.1.0](v0.1.0.md) - Initial Release
|