* Temporary hack to ig_tcp_server() to listen on an arbitrary port if the
authorArt Cancro <ajc@citadel.org>
Sun, 23 Jan 2000 21:25:46 +0000 (21:25 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 23 Jan 2000 21:25:46 +0000 (21:25 +0000)
commit54c2d8ef501c09178be9c3a36d4234e156d8a458
tree5101ac7357b1a253d48fde8330d97af021cbc31f
parent5dc36f6bbd05e378117d8a47fb759916d689376f
* Temporary hack to ig_tcp_server() to listen on an arbitrary port if the
  one specified is not bindable (for development only)
* Added SM_DONT_BUMP_REF flag to CtdlSaveMsgPointerInRoom() to be used only
  in very specific and special situations
* Generate delivery instructions when outbound SMTP mail is created from
  within Citadel (as opposed to being from the SMTP module)
citadel/ChangeLog
citadel/Makefile.in
citadel/clientsocket.c [new file with mode: 0644]
citadel/clientsocket.h [new file with mode: 0644]
citadel/msgbase.c
citadel/msgbase.h
citadel/sysconfig.h
citadel/sysdep.c