Hi everyone,
If I copy & paste 339 lines fo text, for example, I get disconnected with the following err msg from mIRC:
* Send error ([10053] Software caused connection abort)
With the IRCII daemon, there is a line in config.h where one define a limit (CLIENT_FLOOD). Unfortunately, the max byte count is 8000 and 339 lines of text is about 13000.
How can I disable flood protection in ngircd? If this is not possible, any other daemons that will allow me to do so? T.I.A.
__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
Hi Khanh!
If I copy & paste 339 lines fo text, for example, I get disconnected with the following err msg from mIRC:
- Send error ([10053] Software caused connection
abort)
Hm, this is an error message of your client, not of ngIRCd.
How can I disable flood protection in ngircd?
ngIRCd does only verry limited flood protection: it enforces short breaks after some commands, but it never disconnects clients.
Please have a look at your log files for what reason the ngircd did disconnect you.
Regards Alex