> I'am thinking moving NICKLEN, USERLEN, HOSTLEN, ACCOUNTLEN, REALLEN, > PASSWDLEN, AWAYLEN, TOPICLEN, NETWORK, URL_CLIENTS to ircu feature lines.
the *LEN #define's are very particular--they must be exactly the same across the entire network and must not be changed during the server's operation. Further, they are used to specify lengths of character arrays in most cases--that specification must be computable at compile time, in order to comply with ANSI C. Making them features is...contra- indicated. NETWORK and URL_CLIENTS should indeed be made ircu feature lines. If you're careful about it, and send it in before the rc.2 release, I'll consider putting it in .11. -- Kevin L. Mitchell <[EMAIL PROTECTED]>