]> code.citadel.org Git - citadel.git/history - libCxClient/src
* ;Goto floor now goes to first KNOWN room, or first room only if no known
[citadel.git] / libCxClient / src /
2002-02-12 Brian* termcap.h not necessary in libtransport.h
2002-02-05 Brian* ACK! Mental note: Copying and pasting in vi is _not_...
2002-01-27 Brian* Fixed bug: Forgetting to exclude ' ' while parsing...
2001-09-14 Brian* Fixed handling of ASYN messages, I think.
2001-09-10 Brian* MAJOR BUG: Memory leaks and protocol misimplementatio...
2001-08-23 Brian* Changed type on CxMsLoad() from (const char *) to...
2001-06-12 Brian* Fixed sample client code to shut down _correctly_...
2001-06-12 Brian* Working on cleaning up code. There were LOTS of...
2001-05-14 Brian* Added multi-connection support. libCxClient can...
2001-03-13 Brian* Changed the return interface for CxMiExpRecv(). ...
2001-03-13 Brian* Added SLRP support (but doesn't seem to work yet...)
2001-03-12 Brian* Shortened the "ID" tag to make more room for client...
2001-02-22 Brian* Added MSGS_* flags to make using the new CxMsList...
2001-02-22 Brian* Updated CxMsList() API to allow users to select only...
2001-02-19 Brian* Fixed problem in which unconnected clients send messa...
2001-02-07 BrianInitial revision