root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @335 [335] 11/20/08 09:32:08 haypo Create -q option and support multiple files
(edit) @334 [334] 11/20/08 09:15:57 haypo Compute also the indentation, used in the score
(edit) @333 [333] 11/19/08 18:20:42 haypo compute score
(edit) @332 [332] 11/19/08 18:04:21 haypo Add code_stat.py
(edit) @331 [331] 10/15/08 02:06:18 haypo SSTIC 2007
(edit) @330 [330] 10/07/08 22:46:39 haypo proxy
(edit) @329 [329] 09/19/08 02:03:39 haypo url blacklist
(edit) @328 [328] 09/18/08 02:49:15 haypo Create Makefile; fix warnings in args.c
(edit) @327 [327] 09/15/08 12:24:40 haypo Add msn bot
(edit) @326 [326] 09/15/08 12:24:27 haypo Create mysql module
(edit) @325 [325] 09/15/08 12:24:00 haypo Create args.c
(edit) @324 [324] 09/01/08 10:46:22 haypo Update rules
(edit) @323 [323] 08/22/08 13:06:17 haypo Create getmail extractor
(edit) @322 [322] 08/19/08 16:02:44 haypo --
(edit) @321 [321] 08/14/08 13:34:38 haypo J'ai retrouve la dernier version :-p
(edit) @320 [320] 08/14/08 12:49:43 haypo * Add 2005-Lolut-Atelier-Securite-PHP-SQL * Rename …
(edit) @319 [319] 08/14/08 12:45:48 haypo Ajout présentation sécurité Lolut 2005
(edit) @318 [318] 08/13/08 16:10:48 haypo Fix qemu_stop.sh
(edit) @317 [317] 07/23/08 23:48:48 haypo Blacklist medicament words
(edit) @316 [316] 07/22/08 19:01:00 haypo blacklist kamagra word
(edit) @315 [315] 07/21/08 20:52:35 haypo Add 2008-RMLL
(edit) @314 [314] 07/21/08 12:50:07 haypo Blocklist clitoris
(edit) @313 [313] 07/21/08 12:49:25 haypo Match also URL without http:// prefix
(edit) @312 [312] 07/13/08 22:50:26 haypo Add kopete
(edit) @311 [311] 07/06/08 13:23:44 haypo Create "good site", "nice site", ... regex
(edit) @310 [310] 06/29/08 14:23:30 haypo Add boobs to word blacklist
(edit) @309 [309] 06/26/08 02:07:21 haypo Remove turing project
(edit) @308 [308] 06/26/08 02:06:25 haypo Remove pythonlog proejct
(edit) @307 [307] 06/26/08 02:05:02 haypo Add missing picture
(edit) @306 [306] 06/26/08 02:02:34 haypo Ajout presentation pycon 2008
(edit) @305 [305] 06/26/08 01:59:36 haypo qemu_setup.py: check user
(edit) @304 [304] 06/26/08 01:58:15 haypo Remove license project
(edit) @303 [303] 06/26/08 01:57:54 haypo Remove random project: renamed to Hasard and moved to a Mercurial …
(edit) @302 [302] 06/26/08 01:56:47 haypo Remove rss_score project
(edit) @301 [301] 06/25/08 09:47:01 haypo Update INSTALL doc
(edit) @300 [300] 06/25/08 00:18:10 haypo Support https URL
(edit) @299 [299] 06/19/08 10:26:43 haypo Fix URL parser regex, accept _ in http://home.regit.org/?page_id=104
(edit) @298 [298] 06/18/08 14:28:43 haypo * exit(1) on init error * antispam.php: exit(1) is not a spam but an …
(edit) @297 [297] 06/18/08 14:26:32 haypo Add prozac
(edit) @296 [296] 06/18/08 13:57:48 haypo block message like "comment5,"
(edit) @295 [295] 06/12/08 15:14:16 haypo Remove buggy RandomWord? rule
(edit) @294 [294] 06/02/08 17:23:00 haypo * Support ":" in URL (http://localhost:8080) * Ignore URL to localhost * …
(edit) @293 [293] 05/26/08 18:54:40 haypo Implement random_double()
(edit) @292 [292] 05/26/08 18:41:28 haypo Simplify drand48: use uint64_t type instead of 3 unsigned short integers
(edit) @291 [291] 05/26/08 18:36:31 haypo Implement drand48 algorithm
(edit) @290 [290] 05/25/08 21:35:06 haypo Update word blacklist…
(edit) @289 [289] 05/25/08 20:04:29 haypo Use this as argument variable
(edit) @288 [288] 05/25/08 19:55:40 haypo * random_copy_bits and random_copy_bytes() return number of copied …
(edit) @287 [287] 05/25/08 19:54:13 haypo random: make clean also clean the library, add authors
(edit) @286 [286] 05/24/08 18:38:19 haypo run_tests.py display the entropy of each test
(edit) @285 [285] 05/24/08 18:12:56 haypo Hardware random: * Use open/read/close instead of fopen/fread/fclose * …
(edit) @284 [284] 05/24/08 15:01:29 haypo Implement randu algorithm
(edit) @283 [283] 05/24/08 03:05:46 haypo * Finish to integrate Mersenne Twister engine: move internal state to a …
(edit) @282 [282] 05/24/08 02:54:06 haypo Test random_bits()
(edit) @281 [281] 05/24/08 02:48:07 haypo * Fix random_int(): don't use log2(max-min) bits but sizeof(data)*8 bits …
(edit) @280 [280] 05/24/08 02:18:18 haypo * Test entropy of random_bool() * Random constructor raises a RandomError?
(edit) @279 [279] 05/24/08 01:57:01 haypo Write entropy tests
(edit) @278 [278] 05/24/08 01:22:52 haypo example.c generate random bytes
(edit) @277 [277] 05/24/08 01:08:14 haypo random: * Add Mersenne Twister algorithm * Add seed_quality argument to …
(edit) @276 [276] 05/23/08 05:03:36 haypo Replace last occurence of algorithm term
(edit) @275 [275] 05/23/08 05:01:33 haypo Replace algorithm term by engine (or engine_name)
(edit) @274 [274] 05/23/08 04:54:47 haypo * Create random_error_null(): don't print anything * random_new() and …
(edit) @273 [273] 05/23/08 04:34:38 haypo Allow to use hardware algorithm
(edit) @272 [272] 05/23/08 04:25:35 haypo * Rename random_internal_t to random_engine_t * Fix randint() to use less …
(edit) @271 [271] 05/23/08 03:42:16 haypo First version: random_int() doesn't work :-p
(edit) @270 [270] 05/20/08 14:14:17 haypo compute all n-grams
(edit) @269 [269] 05/20/08 13:58:31 haypo Add trigram.py
(edit) @268 [268] 05/20/08 01:54:25 haypo +INSTALL
(edit) @267 [267] 05/20/08 01:42:42 haypo Block google.com/notebook url
(edit) @266 [266] 05/20/08 01:32:58 haypo antispam: create RandomWord? rule
(edit) @265 [265] 05/19/08 13:24:19 haypo Fix URL regex to accept arguments (?key=value&key2=value2...)
(edit) @264 [264] 05/19/08 01:36:41 haypo random
(edit) @263 [263] 05/16/08 01:24:32 haypo --
(edit) @262 [262] 05/14/08 23:53:35 haypo Ajout presentations JPF08
(edit) @261 [261] 05/13/08 00:32:41 haypo All urls to google are banned
(edit) @260 [260] 05/13/08 00:24:50 haypo Match URL regex on the full URL
(edit) @259 [259] 05/06/08 15:19:00 haypo Add googlomail.com email domain and voyeur keyword
(edit) @258 [258] 04/27/08 23:07:37 haypo Update word blacklist
(edit) @257 [257] 04/24/08 02:32:33 haypo Add ICQ rule; add .su to URL blacklist domain (+3 points)
(edit) @256 [256] 04/23/08 16:18:34 haypo Create text regex rules
(edit) @255 [255] 04/23/08 12:23:42 haypo Add two new hams
(edit) @254 [254] 04/23/08 12:17:58 haypo Nul score is not a spam
(edit) @253 [253] 04/23/08 12:14:40 haypo Create long text rule: length >= 200 has +1 point
(edit) @252 [252] 04/23/08 11:22:48 haypo score=0.0 is not a spam
(edit) @251 [251] 04/23/08 00:54:26 haypo Fix default config (remove useless quotes)
(edit) @250 [250] 04/22/08 23:39:04 haypo Add AUTHORS and COPYING files
(edit) @249 [249] 04/22/08 00:48:45 haypo Set default URL score to 1.5 point (instead of 1)
(edit) @248 [248] 04/20/08 15:09:11 haypo Set exitcode to 2 on spam
(edit) @247 [247] 04/20/08 14:46:04 haypo Add yahoo to email domain blacklist (+1 point)
(edit) @246 [246] 04/20/08 14:37:55 haypo Fix [url=...].../url regex: accept "[url=]/url" (dummy link)
(edit) @245 [245] 04/18/08 11:02:34 haypo Remove debug message
(edit) @244 [244] 04/17/08 13:53:08 haypo Allow _ in URL
(edit) @243 [243] 04/10/08 13:06:55 haypo Add main() as example
(edit) @242 [242] 04/10/08 12:53:57 haypo Create log example
(edit) @241 [241] 04/09/08 01:20:54 haypo * Fix contains() methods * Add FreeBSD license * Fix terms of the …
(edit) @240 [240] 04/08/08 15:35:05 haypo Add more licenses
(edit) @239 [239] 04/08/08 14:53:23 haypo Create license project
(edit) @238 [238] 04/07/08 11:13:56 haypo add new spam to tests
(edit) @237 [237] 04/07/08 11:13:30 haypo * Create URL regex rule * Add some more words to blacklist
(edit) @236 [236] 04/05/08 00:59:02 haypo * Url domain blacklist matchs the end of the domain, not the full domain …
Note: See TracRevisionLog for help on using the revision log.