I also want to note (analogue to the comment in the 1.0.4 release) that no performance tests were applied to this system; to be concrete there is no index on the IP address database field, which means checking for an IP address to be in the ban list may also be a cause of slowness when creating new sessions. As a result of this (and also because often IP addresses are removed from DNSBL servers because they are no longer used for malicious activities), I advise to regularly clear the IP address bans from the database.
DELETE FROM usebb_bans WHERE ip_addr <> ''
Also, there is no cache system whatsoever that caches "innocent" IP addresses. To quote myself another time, these issues will not be fixed in UseBB 1.0.x but changes to the system will be made appropriately in UseBB 2.0.
_______________
« Last edit by Dietrich on Wed Jan 10, 2007 10:04 pm. »

