Subj : CVS commit exec/ircd.js ircd_user.js ircd_server.js ircd_unreg.js To : All From : cyan Date : Mon May 30 2005 09:59 pm exec ircd.js 1.118 1.119 ircd_user.js 1.12 1.13 ircd_server.js 1.21 1.22 ircd_unreg.js 1.15 1.16 Update of /cvsroot/sbbs/exec In directory cvs.synchro.net:/tmp/cvs-serv30567 Modified Files: ircd.js ircd_user.js ircd_server.js ircd_unreg.js Log Message: * Basic implementation of send queues (sendq) so that if a socket has a problem in sending something to the client, then it queues it within the IRCd to be sent later. All messages are sent sequentially. TODO: - Disconnect the user if the sendq/recvq exceeds what's defined in the Y:Line. - Receive queues (recvq) and implementation of the IRC 2 second throttle. .