次々とupgrade完了する。
皆多忙で、連携を取って一気に作業が進まず、各々のサーバによってバラツキが出る。
とりあえず私担当の分は全て今朝方に終った。
って、夜とかのゴールデンタイムになんか、作業出来ないよorz
てことで、深夜or朝方に完了。
不十分な告知で申し訳ありません。
まとまったドキュメントも書かねば。
とりあえず、私が昔、追っかけしていた irc2.11 の情報がありますので張っておきます。
irc2.11 の新機能
ご覧下さいませ。
★ tiarraを使っておられる方へ:
bugが有り、irc2.11へ接続できない症状が確認されています。修正パッチ公開されていますので、繋がらないという方、ご確認下さいませ。
★ 大きな変更点:
- ニックネームに使用できない文字
- [|]{\}
- が使用出来ない
- irc2.11.1 でこの制限は削除される
- UIDの導入
- ISO3166 country code + serial から生成される9byteのID
- 重複が許されない。代替nicknameとして使用可能
- 代替nicknameとして使用する際、 `nick 0' と入力すればよい
- LimeChat等では、実装されておらず、クライアント内部で不正な値として処理される為、LimeChat1.18の時点では使用不可能
- +b/+e/+I/+R のマスクにCIDR[Classless Inter-Domain Routing]が使用可能
- mode +b 192.168.0.0/16
- 等クラス単位でのマスクの記述が可能
- +R (reop point)の導入
- irc2.11.0 ではoper専用コマンド
- 2.11.1からユーザに開放
- safe channel(通常の#から始まるチャンネルも可能) で サーバからのreopのユーザを指定できる
★ irc2.11-New.txt の一部:
All:
* Nicknames cannot contain [|]{\} chars. (This restriction will be
removed in 2.11.1)
* Channel names cannot contain {\}~ chars. If used (or from remote),
they will be changed to [|]^ accordingly. (This restriction will be
removed in 2.11.1)
* New channel list type: R (aka reop hints). With the same syntax and
behaviour as beI, it serves as a hint list for reopping opless
channels.
* Clients cannot set +R. (This restriction will be removed in 2.11.1)
* CIDR support in +beIR channelmodes.
* +beIR channelmodes have new wildcard `#' matching any digit; note
that if ban starts with digit, it will match on UID, if with '#',
it will match on nickname.
* New stats k to show tklines (stats K shows klines).
Client:
* When collision occurs, clients get their nicks forcefully changed
to their UIDs. (Note: this requires no 2.10 server on the path
between these two clients!)
* Clients can use "NICK 0" to get their UID as a nick. Works during
registration, too.
* Channels now keep information who and when set the topic.
* LIST (if allowed) does not disconnect if client's sendQ fills.
* WHOIS now shows the time user signed on.
* LUSERS (and USERS, if defined) shows local and global usercount and
maximums.
* INVITE overriding ban shows inviter's n!u@h in channel notice.
* Support for text representation of user modes in USER command
during registration.
