2010-11-09 Fabio "BlackLight" Manganiello * correlation.c: Most of the correlation thread is ready * regex.c: Added method 'str_replace' and 'str_replace_all' 2010-09-09 Fabio "BlackLight" Manganiello * Makefile.am: Complete support for make dist 2010-09-05 Fabio "BlackLight" Manganiello * all: Using autotools now 2010-09-04 Fabio "BlackLight" Manganiello * mysql.c: This file now only contains the functions for managing MySQL connections in the database wrapper * db.c: Renamed from 'mysql.c' to 'db.c', now it should be abstract enough for allowing the support for any database alerts without any lines of code should be changed * db.c: Fixed a stupid malloc() mistake that randomly brought the module to crash * db.h: New file, including macros and typedefs for allowing the database operations wrapping 2010-16-08 Fabio "BlackLight" Manganiello * cluster.c: Finished clustering algorithm and clustering log management 2010-26-07 Fabio "BlackLight" Manganiello * all: First version