Changeset 775 for branches


Ignore:
Timestamp:
09/27/06 12:31:08 (6 years ago)
Author:
wd
Message:

Document hostmask support for CGI:IRC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/doc/conf.txt

    r725 r775  
    120120    // hostmask: addons/hostmask (optional) 
    121121    // This masks all users in this connection class to the given hostname. 
     122    // The special mask "cgi:irc" enables support for the CGI:IRC web gateway 
     123    // to pass in the user's real hostname via the PASS command.  If you set 
     124    // the hostmask to "cgi:irc" and a connection in the class either does not 
     125    // give a password or gives an invalid host the connection will be 
     126    // unmasked. 
    122127    hostmask <some.host.name>; 
    123128 
Note: See TracChangeset for help on using the changeset viewer.