shiva
shiva copied to clipboard
SSDEEP integration in Shiva
Please merge the changes made in SHIVA. I've added SSDEEP check for differentiating between spams. Also, new modules have been added, namely:
- ShivaAddNewRecord
- ShivaDecide
- ShivaProcessOld
- ShivaPushToDb
Seems like you used to code a lot in Java :smile: I recommend you to have a look at: http://www.python.org/dev/peps/pep-0008/ It is common to use 4 spaces as indentation. Module names are all lower score and with underscores. class names are in CamelCase, methods are all lower case and with underscores. Sticking to some generally accepted standards significantly helps others to contribute code.
Thanks a ton for the peer review, Lukas. Will surely work on the points you've mentioned. And will make the changes accordingly. :)
Not sure about @b0nd 's opinion but I'd remove unused code.
hi, i have read your gsoc blog
- this pull request is hard to review. could you please split it into more pull requests ? (like "SSDEEP integration", "Add hpfeeds", "X bug fix", "Changed MySQL storage engine from 'MyISAM' to 'InnoDB'") use one branch for one pull request
- other commentaries