View Issue Details

IDProjectCategoryView StatusLast Update
0000069XMB1New Featurespublic2008-11-16 19:38
Reportermiqrogroove Assigned Tomiqrogroove  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version1.9.11Fixed in Version1.9.11 
Summary0000069: New setting & default: IP banning Disabled
DescriptionWe are currently wasting a query on EVERY hit for something that shouldn't be handled by PHP in the first place. It's time to make that optional.
Additional InformationOfficial schema change:

ALTER TABLE `xmb_settings` ADD `ip_banning` SET( 'on', 'off' ) NOT NULL DEFAULT 'off';
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
FlagsSchema Updates
Original Reporter
SVN Revision1366

Activities

miqrogroove

2008-07-31 17:08

administrator   ~0000005

Last edited: 2008-07-31 17:10

Note to self :P

This option needs to stay ON for upgrades (unless the `banned` table is empty), and default OFF for new installations.

Issue History

Date Modified Username Field Change
2008-07-24 16:55 miqrogroove New Issue
2008-07-24 16:55 miqrogroove Flags => Schema Updates
2008-07-31 17:08 miqrogroove Note Added: 0000005
2008-07-31 17:10 miqrogroove Note Edited: 0000005
2008-08-23 19:26 miqrogroove Status new => confirmed
2008-11-16 14:54 miqrogroove Status confirmed => assigned
2008-11-16 14:54 miqrogroove Assigned To => miqrogroove
2008-11-16 15:07 miqrogroove Projection none => minor fix
2008-11-16 15:07 miqrogroove ETA none => < 1 day
2008-11-16 15:07 miqrogroove Additional Information Updated
2008-11-16 15:47 miqrogroove SVN Revision => 1366
2008-11-16 15:47 miqrogroove Status assigned => resolved
2008-11-16 15:47 miqrogroove Fixed in Version => 1.9.11
2008-11-16 15:47 miqrogroove Resolution open => fixed
2008-11-16 19:38 miqrogroove Status resolved => closed