ldilley / rubircd

:speech_balloon: An IRC server written in Ruby
http://www.dilley.me/rubircd
GNU General Public License v3.0
22 stars 4 forks source link

Add clone detection #9

Closed ldilley closed 9 years ago

ldilley commented 9 years ago

If too many clients connect from the same IP address, disconnect any excess over a configurable threshold.

ldilley commented 9 years ago

Add the following new parameter and value to options.yml for this feature:

max_clones: 3

ldilley commented 9 years ago

Closed in 38d2bd9dadd5a7660cbd8fa9d7e795be35671da5. Feature added by darabiesvampire.