]> jfr.im git - irc/freenode/web-7.0.git/blame - content/news/2011-09-07-ircd-upgrades.md
2021-06-05: update people
[irc/freenode/web-7.0.git] / content / news / 2011-09-07-ircd-upgrades.md
CommitLineData
c5293e15 1---
849bdd6f
SB
2author: christel
3date: 2011-09-07 20:48:37+00:00
4slug: ircd-upgrades
5title: IRCD Upgrades
df8e5765 6imported: yes
3406dcfa 7robots: noindex
849bdd6f 8---
849bdd6f 9Over the next weeks we will be upgrading our servers to the next version of ircd-seven. This means restarting all our servers. Downtime should be minimal, and as we will not upgrade all servers at the same time this should not be as noisy as the upgrade from hyperion to ircd-seven was. When the server you are on is upgraded you will be disconnected, but should be able to reconnect immediately (most clients will do this automatically).
34876803 10
849bdd6f 11The following user-visible changes have been made since the versions in production:
34876803 12
849bdd6f
SB
13 - The channel quiet list is now sent using the new numerics RPL_QUIETLIST(728) and RPL_QUIETLISTEND(729) instead of overloading the same numerics as for ban lists. You may find that clients have to be updated before they will display this in a user-friendly format.
14 - Users who cannot send to a channel are now prevented from changing its topic, even when mode +t is not set.
15 - Sending a private message to another user while user mode +g is active will now automatically add an accept-list entry so that they can reply.
16 - Account names are now displayed in WHOWAS entries.
17 - Two new client capabilities are available: ACCOUNT-NOTIFY and EXTENDED-JOIN. These two together with the existing extended WHO syntax allow clients to track account names of other users who share a channel.
18 - Client flood control settings have been made configurable; you may notice them being stricter than before.
34876803 19
849bdd6f 20Once all ircds have upgraded we also plan to re-enable the +S channel mode, which only allows users connected using SSL to join.
34876803 21
849bdd6f 22Some more features will become available once we upgrade services, which will happen at some point after we have upgraded all irc servers:
34876803 23
849bdd6f
SB
24 - It will be possible to identify to services using SSL client certificates.
25 - ChanServ mode locks will be (mostly) enforced by the server. Instead of setting a mode and having ChanServ revert it immediately, you will not be able to change a locked mode.