From 56084507a792225a6172f13e66242d273c061493 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 14 Apr 2016 09:38:15 +1000 Subject: [PATCH] changelog: Initial commit --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e767f016 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +Notable changes to Oragono are listed in this file. The 'Unreleased' section may not always be up to date. + +## Unreleased + +* Initial release of Oragono! + +### Added + +* Added native SSL/TLS support (@edmand). +* Add [`RPL_ISUPPORT`](http://modern.ircdocs.horse/#rplisupport-005) support. + +### Changed + +* Gitconfig config format changed to YAML. +* Add Channel Founder/Admin/Halfops (`qah`) privileges, and remove Channel Creator (`O`) (privilege from 2812 that is not used in the real world). + +### Fixes + +* Improve nickname handling, restrict nicknames that break the protocol. +* 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).