mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-16 21:50:39 +01:00
changelog: Document changes
This commit is contained in:
parent
451c40f170
commit
127d0ff681
@ -10,7 +10,9 @@ New release of Oragono!
|
|||||||
### Config Changes
|
### Config Changes
|
||||||
* `channels` section added to control channel registration.
|
* `channels` section added to control channel registration.
|
||||||
* `logging` key under `server` removed, replaced with `logging` section.
|
* `logging` key under `server` removed, replaced with `logging` section.
|
||||||
|
* `max-sendq` key added under `server`.
|
||||||
* `registration` and `authentication-enabled` keys moved under `accounts` section.
|
* `registration` and `authentication-enabled` keys moved under `accounts` section.
|
||||||
|
* `samode` capability added to oper capabilities.
|
||||||
* `sts` section added under `server`.
|
* `sts` section added under `server`.
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
@ -18,6 +20,7 @@ New release of Oragono!
|
|||||||
### Added
|
### Added
|
||||||
* Added `ChanServ` service, to allow channel registration.
|
* Added `ChanServ` service, to allow channel registration.
|
||||||
* Added `USERHOST` command (thanks @vegax87).
|
* Added `USERHOST` command (thanks @vegax87).
|
||||||
|
* Added `SAMODE` command.
|
||||||
* Added draft IRCv3 capability [draft/sts](http://ircv3.net/specs/core/sts-3.3.html).
|
* Added draft IRCv3 capability [draft/sts](http://ircv3.net/specs/core/sts-3.3.html).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -28,7 +31,10 @@ New release of Oragono!
|
|||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
* Fixed a bunch of small hangs and crashes.
|
||||||
* Fixed an account issue where clients could login to multiple accounts at once.
|
* Fixed an account issue where clients could login to multiple accounts at once.
|
||||||
|
* Fixed an issue where server times were incorrect (thanks @martinlindhe!).
|
||||||
|
* Fixed halfops not being able to talk during moderated mode (`+m`).
|
||||||
* Fixed issues that prevented rehashing after the first rehash had gone through successfully.
|
* Fixed issues that prevented rehashing after the first rehash had gone through successfully.
|
||||||
* Fixed the inability to view channel ban, ban exception, and invite exception lists.
|
* Fixed the inability to view channel ban, ban exception, and invite exception lists.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user