]> code.citadel.org Git - citadel.git/commit
* Changed type on CxMsLoad() from (const char *) to (long unsigned int) to
authorBrian <brian@uncensored.citadel.org>
Thu, 23 Aug 2001 13:14:53 +0000 (13:14 +0000)
committerBrian <brian@uncensored.citadel.org>
Thu, 23 Aug 2001 13:14:53 +0000 (13:14 +0000)
commit6e8c856ff04e21403df6bd49e613173dcbc739a6
treeea1f46b9c0abe25e118d320247e2eba2810001e2
parentbfee0760c00d5b396d6902a7f1aeab2813701f74
* Changed type on CxMsLoad() from (const char *) to (long unsigned int) to
  make things more intuitive (and less apt for failure)
* Vastly improved library interface, removed plenty of memory leaks.
* Library _should_ be thread-safe, but I haven't tested it.  If anyone's
  brave, they're welcome to.
* Library is almost completely stable now.  At this point, I am blaming
  most of its faults on Infusion.  ;)
libCxClient/ChangeLog
libCxClient/src/CxClient.h
libCxClient/src/files.c
libCxClient/src/libtransport.c
libCxClient/src/messages.c
libCxClient/src/misc.c
libCxClient/src/rooms.c
libCxClient/src/users.c