summaryrefslogtreecommitdiffstats
path: root/mycomments/signals.py
AgeCommit message (Expand)AuthorFilesLines
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-19Ensure rewriten IP address is checked against ban listDan McGee1-8/+14
2011-06-19Use exists() instead of count()Dan McGee1-3/+3
2011-06-12Rewrite IPv6 addrs to IPv4 if possibleDan McGee1-0/+15
2011-01-05Remove unused importDan McGee1-1/+0
2011-01-05Make admin link point directly to comments adminDan McGee1-2/+4
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-27Move bulk of akismet prep into a new moduleDan McGee1-19/+5
2010-05-26Use count queries when checking ban tablesDan McGee1-13/+4
2010-05-26PyLint suggested cleanupsDan McGee1-4/+6
2010-03-09Remove project prefix from all includesDan McGee1-2/+2
2010-01-27Remove some 'import *' usagesDan McGee1-1/+1
2009-10-14comment filtering fixup for unicode stringsDan McGee1-3/+3
2009-09-30Whoops missing importsDan McGee1-1/+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 McGee1-0/+85