2016-04-14 01:38:15 +02:00
|
|
|
# Changelog
|
2016-04-14 07:22:53 +02:00
|
|
|
All notable changes to Oragono will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
2016-04-14 01:38:15 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
2016-04-14 07:22:53 +02:00
|
|
|
Initial release of Oragono!
|
2016-04-14 01:38:15 +02:00
|
|
|
|
|
|
|
### Added
|
2016-04-14 07:22:53 +02:00
|
|
|
* Added YAML config file format.
|
2016-04-14 01:38:15 +02:00
|
|
|
* Added native SSL/TLS support (@edmand).
|
2016-04-14 07:22:53 +02:00
|
|
|
* We now advertise the [`RPL_ISUPPORT`](http://modern.ircdocs.horse/#rplisupport-005) numeric.
|
2016-04-14 01:38:15 +02:00
|
|
|
|
|
|
|
### Changed
|
2016-04-14 07:22:53 +02:00
|
|
|
* Added channel Founder/Admin/Halfops (`qah`) privileges, and removed channel creator (`O`) privilege (from RFC2812, not used in the real world).
|
|
|
|
* CLI argument names made more consistent with typical software.
|
2016-04-14 01:38:15 +02:00
|
|
|
|
2016-04-14 07:22:53 +02:00
|
|
|
### Removed
|
|
|
|
* Gitconfig config format completely removed and replaced with YAML.
|
2016-04-14 01:38:15 +02:00
|
|
|
|
2016-04-14 07:22:53 +02:00
|
|
|
### Fixed
|
2016-04-14 01:38:15 +02:00
|
|
|
* Improve nickname handling, restrict nicknames that break the protocol.
|
2016-04-14 07:22:53 +02:00
|
|
|
* Registration is now properly suspended during CAP negotiation.
|
2016-04-14 01:38:15 +02:00
|
|
|
* CAP: Remove CAP CLEAR, and allow capability negotiation after registration.
|
|
|
|
* MOTD: Now store MOTD in-memory rather than on-disk, and don't limit it to 80 characters per line (not required with today's servers or clients).
|
2016-04-14 02:17:13 +02:00
|
|
|
* WHOIS: Include `<nick>` param on `RPL_ENDOFWHOIS`.
|