File: 2.10-New

package info (click to toggle)
ircd-irc2 2.11.2p2%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,136 kB
  • sloc: ansic: 39,088; sh: 3,287; makefile: 379
file content (18 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (11)
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.