Subj : CVS commit exec/ircd.js ircd_unreg.js ircd_channel.js ircd_user.js ircd_server.js To : All From : cyan Date : Tue Apr 05 2005 12:13 am exec ircd.js 1.113 1.114 ircd_unreg.js 1.11 1.12 ircd_channel.js 1.5 1.6 ircd_user.js 1.10 1.11 ircd_server.js 1.17 1.18 Update of /cvsroot/sbbs/exec In directory cvs.synchro.net:/tmp/cvs-serv11639 Modified Files: ircd.js ircd_unreg.js ircd_channel.js ircd_user.js ircd_server.js Log Message: * Removed support for Synchronet 3.10 -- it never really worked properly, and was there more as a 'proof of concept' than anything else. If you're still running 3.10 and intend to use the IRCd, upgrade immediately or continue to use the CVS version 1.113 of the Synchronet IRCd. * Hostname and IP lookups now do not block (thanks to DM and his multi-threaded JS wizardry!) This obsoletes the 'resolve_hostnames' variable. * Do not allow hostnames without a single dot in them. (They get converted to the local server name, instead.) * Don't allow someone to change their registration credentials in the middle of the registration stage. * The user count now really increases in the oper 'client connecting' message. .