Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-10-15 | Minor changes, ProtcolTelnet now intellegently converts lone CR characters in | Mike Buland | |
the outgoing stream into CRLF sequences. Eventually there should be an option to convert these to CR NUL sequences as well (lone CRs are not allowed). | |||
2007-10-14 | Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to do | Mike Buland | |
this with the Bu::Archive next. Basically, there's one generic template function that will convert anything that can safely cast to a uint32_t and that supports direct comparisson, and doesn't have it's own override already to be a Hash key, such as char, uint8_t, uint64_t, etc. The Telnet protocol handler does everything I need it too for now, next up for it is escape sequence handling, it would be nice to make this general too, by using the termcap database or something, but there is an ANSI/ISO standard now, I may just go ahead and use that. Also, it looks like it'd be pretty easy to make the canonical mode editing functions be pluggable to facilitate different types of editing, but that can be done down the road as well. | |||
2007-10-14 | Beginings of a Telnet Protocol handler, I finally solved the general Option | Mike Buland | |
negotiation issues that plagued the earlier version, now I just have to actually process data. | |||
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. | |||
2006-07-14 | Made everything have a virtual deconstructor. This is apparently very | Mike Buland | |
important. | |||
2006-05-01 | libbu++ is finally laid out the way it should be, trunk, branches, and tags. | Mike Buland | |