aboutsummaryrefslogtreecommitdiff
path: root/src/plugger.h (follow)
AgeCommit message (Collapse)Author
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
copyright 2007-2008.
2010-02-04david - Made a build-M3 file for building to windows (mingw). This one ↵David
actually builds *.cpp, yay!... Although i took out Process, Plugger, and Regex... to be re-added later... also had to stubify a few more functions when compiling on WIN32.
2009-05-15Made the plugger a little more friendly.Mike Buland
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-06-07This is a testing version. Nothing should be broken, but I won't gurantee it.Mike Buland
I wouldn't update to this just yet, if you have problems, back off a rev. I'm trying to update the code to work on both 32bit, and 64bit systems, and hopefully anything else that comes along. Currently some of the archive code is broken, testing must be done on both archetectures.
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15david - adding license tag to the top of all header filesDavid
2007-10-21Updated, it uses Bu::FString for it's strings now, much nicer.Mike Buland
2007-07-03Ah, that explains much, I did the big reorg -> trunk move and forgot to commitMike Buland
some things, so here they are, after being manually copied.
2007-06-29The plugger was dying on a HashException it should have caught, and the LoggerMike Buland
now allows you to include extra printf formatting in your fields just like the docs say you can.
2007-06-28Client code is better, so is the socket, you can get addresses and other coolMike Buland
things from it. The plugger had yet another bugfix...plugger...
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++.
2007-06-28Another one, five lines down.Mike Buland
2007-06-28Oi, another bug fix, the same line...Mike Buland
2007-06-28Another stupid plugger bug.Mike Buland
2007-06-26Fixed a bug in the plugger and added the skeleton of the MemBuf class.Mike Buland
2007-06-25I think the plugger and programchain are all up to date to work with the newMike Buland
libbu++. The program chain may undergo heavy changes still, or be removed entirely, but we need it for congo and squirrelmud, so here it is for a while longer. The TafWriter isn't much closer, you still only get the groups in the output.
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2007-01-31Added an extra line because svn is all confused.Mike Buland
2007-01-30Hey, Plugger doesn't kill your program with exit, it just throws an exception.Mike Buland
2007-01-30Added some more helpers to Plugger, which really needs to get with the times andMike Buland
use Hash and exceptions.
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-10-19The plugger now cleans up after you if you're a slob.Mike Buland
2006-08-22Added a new helper to the plugger.Mike Buland
2006-06-22Updated some tests so they don't work but will compile, and made some pleasantMike Buland
changes to the plugger. Also set it up so that libbu++ code is relocatable.
2006-06-05Fixes to the plugin system, it's a little tricky to test, but it's looking good.Mike Buland
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...