summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tabs, not spaces.HEADmasterJason A. Donenfeld2009-08-021-1/+1
* Filter country-level hitsJason A. Donenfeld2009-07-251-0/+2
* Cleaned up reversalJason A. Donenfeld2009-07-251-3/+4
* Gmail header downloader.Jason A. Donenfeld2009-07-252-0/+45
* Removed bad enron dataset.Jason A. Donenfeld2009-07-2522659-1188902/+0
* Add flying feature.Jason A. Donenfeld2009-07-242-21/+59
* Add borked enron dbJason A. Donenfeld2009-07-2422659-0/+1188902
* Prepare to look at to lines.Jason A. Donenfeld2009-07-242-2/+6
* Use python's email parser instead of bad self-parsing.Jason A. Donenfeld2009-07-241-31/+31
* Only plot verified points on map.Jason A. Donenfeld2009-07-022-8/+14
* Typo.Jason A. Donenfeld2009-07-011-1/+1
* More statistics.Jason A. Donenfeld2009-07-011-1/+1
* Add puerto rico verification entry, specifica which lucia.Jason A. Donenfeld2009-07-011-1/+2
* Better strict/softeing on departure and arrival ambiguity.Jason A. Donenfeld2009-07-011-3/+4
* Mixed up sal and angelos.Jason A. Donenfeld2009-07-017412-0/+0
* Make location verification softer on start and stop, and seperate sal from angelos.Jason A. Donenfeld2009-07-017414-2/+2
* Use --verify and always show missed emails.Jason A. Donenfeld2009-07-011-13/+11
* Add verification module.Jason A. Donenfeld2009-07-014-4/+112
* Add dnscache to gitignore.Jason A. Donenfeld2009-07-011-0/+1
* Cache DNS lookups, stream write to file instead of string cats, huge speed up of lines in googlemap by having many vertices in array.Jason A. Donenfeld2009-07-014-46/+69
* Show scroll bars for too many items.Jason A. Donenfeld2009-06-301-0/+8
* Make lines optional.Jason A. Donenfeld2009-06-301-1/+1
* API key for data.zx2c4.com instead of zx2c4.comJason A. Donenfeld2009-06-301-1/+1
* IPs in hostnames should be second-class to straight up IPs, and parsed last instead of first, which means putting them at the beginning of the IP list, since we prefer right-most IPs. This fixes mhead/ocolumbia/s06/5394.Jason A. Donenfeld2009-06-301-1/+1
* Unicode fixes.Jason A. Donenfeld2009-06-292-2/+2
* Added basic map generation.Jason A. Donenfeld2009-06-293-4/+123
* Make src directory.Jason A. Donenfeld2009-06-296-0/+1
* Cache GeoIPs and move hostname regex generator into unified weblookuptools file.Jason A. Donenfeld2009-06-294-48/+65
* Don't test final equality.Jason A. Donenfeld2009-06-291-3/+2
* Made hostname regex dynamic.Jason A. Donenfeld2009-06-293-24/+33
* Recover from IP geo lookup errors.Jason A. Donenfeld2009-06-291-2/+5
* Cache location.Jason A. Donenfeld2009-06-292-4/+20
* Proper options handling and improved classification.Jason A. Donenfeld2009-06-295-42/+67
* More object orientation.Jason A. Donenfeld2009-06-293-104/+129
* Get last IP, not first.Jason A. Donenfeld2009-06-281-3/+3
* Parse date and modularize procedural design.Jason A. Donenfeld2009-06-161-41/+45
* Only compile regexs once.Jason A. Donenfeld2009-06-161-3/+4
* Added basic IP to coordinates lookup.Jason A. Donenfeld2009-06-161-4/+9
* Ixnay on the duplicate across lines finder...which did nothing useful.Jason A. Donenfeld2009-06-071-9/+0
* Fix for/by finding, line stripping, internet ip detection, and add debugging mode.Jason A. Donenfeld2009-06-071-8/+40
* No newline.Jason A. Donenfeld2009-06-061-1/+1
* Copy and paste error.Jason A. Donenfeld2009-06-061-1/+1
* Syntax nonsense.Jason A. Donenfeld2009-06-061-5/+6
* Added gitignore so git doesn't track compiled python files.Jason A. Donenfeld2009-06-061-0/+1
* Add descriptive comments. Make functional on multiple arguments and directories. Remove multi-line correlation removals.Jason A. Donenfeld2009-06-061-8/+38
* Don't print in list formJason A. Donenfeld2009-05-251-2/+2
* Do ipInHost conversion first and check for internetIP after hostname conversion.Jason A. Donenfeld2009-05-251-9/+17
* Ooops. Wrong index.Jason A. Donenfeld2009-05-241-1/+1
* Look at next line if filtered ips are blank.Jason A. Donenfeld2009-05-241-4/+5
* Use host name lookup and duplicate searches to narrow down correct IP.Jason A. Donenfeld2009-05-242-8/+39