mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-19 23:20:40 +01:00
changelog: Clean up
This commit is contained in:
parent
0ccabead31
commit
7b35ea6361
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,24 +1,26 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
All notable changes to Oragono will be documented in this file.
|
||||||
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
Notable changes to Oragono are listed in this file. The 'Unreleased' section may not always be up to date.
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
Initial release of Oragono!
|
||||||
* Initial release of Oragono!
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
* Added YAML config file format.
|
||||||
* Added native SSL/TLS support (@edmand).
|
* Added native SSL/TLS support (@edmand).
|
||||||
* Add [`RPL_ISUPPORT`](http://modern.ircdocs.horse/#rplisupport-005) support.
|
* We now advertise the [`RPL_ISUPPORT`](http://modern.ircdocs.horse/#rplisupport-005) numeric.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
* 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.
|
||||||
|
|
||||||
* Gitconfig config format changed to YAML.
|
### Removed
|
||||||
* Add Channel Founder/Admin/Halfops (`qah`) privileges, and remove Channel Creator (`O`) (privilege from 2812 that is not used in the real world).
|
* Gitconfig config format completely removed and replaced with YAML.
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
* Improve nickname handling, restrict nicknames that break the protocol.
|
* Improve nickname handling, restrict nicknames that break the protocol.
|
||||||
|
* Registration is now properly suspended during CAP negotiation.
|
||||||
* CAP: Remove CAP CLEAR, and allow capability negotiation after registration.
|
* 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).
|
* 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).
|
||||||
* WHOIS: Include `<nick>` param on `RPL_ENDOFWHOIS`.
|
* WHOIS: Include `<nick>` param on `RPL_ENDOFWHOIS`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user