aboutsummaryrefslogtreecommitdiff
path: root/src/plugger.cpp (follow)
AgeCommit message (Collapse)Author
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
exception related code that's been annoying me. You should no longer have to include any exception header explicitly for normal operations, every class that has it's own exception to throw defines it in it's own headers. This may break some code that uses libbu++, but it's an easy fix, just delete the include for exceptions.h. Sometime soon I would also like to move from Bu::ExceptionBase to Bu::Exception, but that will affect a lot more code than this change did.
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-01-28Updated the plugger to expose the third version of the plugin-info macro, thisMike Buland
is the one I think should really be used pretty much of the time...
2006-06-05Added a complete, general plugin manager system. There's a little bit ofMike Buland
cleanup to do before it's totally ready, but it's looking good...