CHANGELOG.md
□ ⨯
# MansionNET Changelog

All notable changes to this project will be documented in this file.
===============================================================

## [1.0.0] - 2025-01-15

### Added ✨
- SSL/TLS enabled IRC server (port 6697)
- Web-based radio player with SomaFM integration
- System monitoring dashboard
- Retro-inspired user interface
- Open source IRC bots (github.com/MansionNET)

### Changed 🔄
- Complete redesign of the user interface
- Improved IRC security features
- Enhanced mobile responsiveness
- Updated documentation system

### Fixed 🐛
- Memory leak in system monitor
- Radio player connection issues
- UI glitches in Firefox
- IRC server lag on high load

## [0.9.0] - 2024-12-20

### Added
- New IRC bot: welcomebot
- Channel management features
- SSL/TLS certificate implementation
- Automated channel backups

### Changed
- Upgraded IRC server software
- Enhanced bot command system
- Improved channel moderation tools
- Updated security protocols

### Deprecated
- Plain text IRC connections
- Legacy bot commands
- Old channel backup format

## [0.8.5] - 2024-11-30

### Security
- [SEC-001] Fixed XSS vulnerability
- [SEC-002] Updated IRC authentication
- [SEC-003] Enhanced password hashing

### Performance
- Improved IRC server response time
- Reduced memory usage
- Optimized database queries

## [0.8.0] - 2024-11-15

### Added
```bash
$ git clone https://github.com/MansionNET/ircserver.git
$ cd ircserver
$ npm install
$ npm run build

> mansionnet@0.8.0 build
> Building IRC Server...
> ████████████████████ 100%
```

### Changed
- Major IRC server improvements
- New bot framework
- Enhanced error handling