]> code.citadel.org Git - citadel.git/commit
* Added multi-connection support. libCxClient can now handle
authorBrian <brian@uncensored.citadel.org>
Mon, 14 May 2001 14:01:23 +0000 (14:01 +0000)
committerBrian <brian@uncensored.citadel.org>
Mon, 14 May 2001 14:01:23 +0000 (14:01 +0000)
commita6a40cf5066a4311a4de7ce85db2a1bcb00f85a3
tree2cd200fa50c35f3fd8496460dea20ca8303fbc52
parent2df4db4ee77270e0385a724b0a9bde870e20c311
* Added multi-connection support.  libCxClient can now handle
multiple concurrent connections to different Citadel servers.
This, unfortunately, required a change in the development API.
Please examine the source in src/newtest.c for an example
of how to use the new API.
* Fixed some bugs in the transport layer.
* No new features that I can think of, but there may be some...
libCxClient/ChangeLog
libCxClient/src/CxClient.h
libCxClient/src/files.c
libCxClient/src/libtransport.c
libCxClient/src/messages.c
libCxClient/src/misc.c
libCxClient/src/newtest.c [new file with mode: 0644]
libCxClient/src/rooms.c
libCxClient/src/testlib.c
libCxClient/src/testlib.cpp [new file with mode: 0644]
libCxClient/src/users.c