Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-15 | Made the plugger a little more friendly. | Mike Buland | |
2008-10-01 | Ok, NIDS is getting better and better, and I went ahead and cleaned up some | Mike 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-07 | This 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-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-10-21 | Updated, it uses Bu::FString for it's strings now, much nicer. | Mike Buland | |
2007-07-03 | Ah, that explains much, I did the big reorg -> trunk move and forgot to commit | Mike Buland | |
some things, so here they are, after being manually copied. | |||
2007-06-29 | The plugger was dying on a HashException it should have caught, and the Logger | Mike Buland | |
now allows you to include extra printf formatting in your fields just like the docs say you can. | |||
2007-06-28 | Client code is better, so is the socket, you can get addresses and other cool | Mike Buland | |
things from it. The plugger had yet another bugfix...plugger... | |||
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike 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-28 | Another one, five lines down. | Mike Buland | |
2007-06-28 | Oi, another bug fix, the same line... | Mike Buland | |
2007-06-28 | Another stupid plugger bug. | Mike Buland | |
2007-06-26 | Fixed a bug in the plugger and added the skeleton of the MemBuf class. | Mike Buland | |
2007-06-25 | I think the plugger and programchain are all up to date to work with the new | Mike 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-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike 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-31 | Added an extra line because svn is all confused. | Mike Buland | |
2007-01-30 | Hey, Plugger doesn't kill your program with exit, it just throws an exception. | Mike Buland | |
2007-01-30 | Added some more helpers to Plugger, which really needs to get with the times and | Mike Buland | |
use Hash and exceptions. | |||
2007-01-28 | Updated the plugger to expose the third version of the plugin-info macro, this | Mike Buland | |
is the one I think should really be used pretty much of the time... | |||
2006-10-19 | The plugger now cleans up after you if you're a slob. | Mike Buland | |
2006-08-22 | Added a new helper to the plugger. | Mike Buland | |
2006-06-22 | Updated some tests so they don't work but will compile, and made some pleasant | Mike Buland | |
changes to the plugger. Also set it up so that libbu++ code is relocatable. | |||
2006-06-05 | Fixes to the plugin system, it's a little tricky to test, but it's looking good. | Mike Buland | |
2006-06-05 | Added a complete, general plugin manager system. There's a little bit of | Mike Buland | |
cleanup to do before it's totally ready, but it's looking good... |