home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / amirc / info / ircd-29.txt next >
Encoding:
Text File  |  2014-05-19  |  2.5 KB  |  58 lines

  1.     * +a (anonymous) channel mode
  2.  
  3.           This channel mode is only allowed on &local channels.
  4.  
  5.     * +s user mode removed;
  6.     * &KILLS, &NOTICES, &ERRORS, &CHANNEL, &HASH, &NUMERICS, &SERVERS
  7.        channels created and used by the server for server notices
  8.       (comments on what goes where please) and dividing notices up this
  9.       way was better than using more user modes (they default to the
  10.       server being on them and +amnt);
  11.  
  12.       &KILLS    : server and oper KILLS
  13.       &NOTICES  : warnings and notices
  14.       &ERRORS   : server errors
  15.       &LOCAL    : notices concerning local clients.
  16.       &CHANNEL  : fake modes
  17.       &HASH     : hash tables growth
  18.       &NUMERICS : numerics received by the server
  19.       &SERVERS  : servers joining and leaving the net
  20.  
  21.     * + channels reintroduced (can't have modes);
  22.     * Config doesn't prompt for cc/includes/libs;
  23.     * M-line doesn't define port, PORTNUM removed from config.h (must use
  24.       P-lines or use inetd);
  25.     * BIND 4.9.2 libresolv stuff included;
  26.     * USERHOST will return as many id's as requested. 
  27.     * RECONNECT to pickup error'd sserver-server links (not activated)
  28.     * chooses next bigger prime for hash table sizes rather than
  29.       needing exact primes
  30.     * hash tables grow to suit rather than being static in size
  31.     * adaptive growth of sendq (suggested by msa)
  32.     * Server parameter in USER message tokenised betweem 2.9 servers
  33.     * whowas tables grow to suit rather than being static in size
  34.     * NICK+USER+UMODE combined into NICK for 2.9 <-> 2.9 communication
  35.     * MODE +ov and JOIN combined into JOIN for 2.9 <-> 2.9 communication
  36.       on connect bursts
  37.     * QUIT removed when possible for 2.9 <-> 2.9 communication on split
  38.     * autoconf'iscated ircd.
  39.     * userlog has single character appended to show cause of quit.
  40.     * i lines (user mode +r)
  41.  
  42.           i lined users have a restricted access: They are forbidden
  43.           MODE, KICK and TOPIC on #channels.  They don't get channel
  44.           operator status when creating a #channel, and cannot
  45.           change their nickname once connected.
  46.  
  47.     * enhanced nick delay to prevent collisions
  48.  
  49.           The nickname of users splitting away is locked for 15 minutes,
  50.           and cannot be used by local clients.
  51.  
  52.     * channel history to prevent op riding
  53.  
  54.           A user with channel operator status on #foo splitting away
  55.           means that no local user can re-create the channel #foo during
  56.           the next 15 minutes.  It doesn't stop users from using #foo as
  57.           as the channel is not empty.
  58.