Files
bitchx/source
Kevin Easton 21a12c004b Correct issue where flood detection could become unreliable
The static 'pos' variable in check_flooding() would not stay in sync with the number of entries in
flood_list after clean_flood_list() was called.  This meant that check_flooding() would always end up
removing all previous entries if it tried to add a new one.

Fix this by removing the tracking of number of flood_list entries, and just removing stale ones (older
than /SET FLOOD_RATE).
2016-11-26 00:08:59 +11:00
..
2016-10-18 23:54:46 +11:00
2016-09-29 01:11:29 +10:00
2016-10-13 01:44:29 +11:00
2016-03-16 23:50:38 +11:00
2016-03-16 23:50:38 +11:00