summaryrefslogtreecommitdiffstats
path: root/mycomments
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Convert BannedIP to a GenericIPAddressFieldDan McGee1-1/+1
2011-11-08Add check to see if a host/netmask is matched from banned IPsDan McGee1-2/+5
2011-09-18Ensure email subject doesn't contain newlinesDan McGee1-1/+2
2011-06-19Add search to banned IP/name adminDan McGee1-2/+10
2011-06-19Ensure rewriten IP address is checked against ban listDan McGee2-10/+16
2011-06-19Skip Akismet check if key undefinedDan McGee1-0/+3
2011-06-19Use exists() instead of count()Dan McGee1-3/+3
2011-06-12Rewrite IPv6 addrs to IPv4 if possibleDan McGee2-4/+29
2011-03-24Don't blow up on missing headers in comment submissionDan McGee1-3/+3
2011-01-05Remove unused importDan McGee1-1/+0
2011-01-05Make admin link point directly to comments adminDan McGee1-2/+4
2010-10-01Log spam/ham markings in adminDan McGee1-0/+2
2010-08-13Don't send emails or check my own commentsDan McGee1-0/+6
2010-08-13Move comment email notification to templatesDan McGee1-21/+6
2010-07-27Add mark as ham/spam admin actionsDan McGee1-1/+28
2010-07-27Move bulk of akismet prep into a new moduleDan McGee2-19/+55
2010-07-27Simplify admin declarationsDan McGee1-9/+2
2010-05-26Use count queries when checking ban tablesDan McGee1-13/+4
2010-05-26PyLint suggested cleanupsDan McGee2-14/+7
2010-03-09Remove project prefix from all includesDan McGee4-5/+5
2010-01-27Remove some 'import *' usagesDan McGee3-4/+4
2009-10-14comment filtering fixup for unicode stringsDan McGee1-3/+3
2009-10-02New and improved comment cleanup and ban methodsDan McGee1-71/+51
2009-09-30Whoops missing importsDan McGee1-1/+2
2009-09-30Ensure comment signal hookup worksDan McGee1-2/+2
2009-09-30Add some additional info to comment emailsDan McGee1-4/+13
2009-09-30Move template definitions out of main methodsDan McGee1-12/+15
2009-09-30Move signal functions into another fileDan McGee2-83/+86
2009-09-09Add banned user name conceptDan McGee2-3/+28
2009-08-23Migrate table to default nameDan McGee1-1/+0
2009-07-31Add ban IP admin actionDan McGee1-3/+86
2009-07-31Comments refactorDan McGee3-0/+123