blob: 8903783f52b1a930265df721a9b577826669d238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
* +a (away) user mode
This user mode is used to propagate users' away status between
servers.
* added channel mode +e (exceptions to bans).
* added channel mode +I (invitations).
* invites can now be used to override channel bans and limit.
* banned users cannot speak on channel without +o/+v.
* ! channels introduced (can't be collided);
A quite detailed technical description can be found on the web:
http://www.stealth.net/~kalt/irc/channel.html
* NJOIN for 2.10 <-> 2.10 communication on connect bursts instead of
the combined JOIN/MODE introduced by 2.9 (and now deprecated)
* a slave process is now used to authenticate incoming connections.
The slave's modular design makes it easy to add new authentication
modules.
|