* Client stability and enhancements:
authorMichael Hampton <io_error@uncensored.citadel.org>
Thu, 26 Feb 2004 20:17:30 +0000 (20:17 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Thu, 26 Feb 2004 20:17:30 +0000 (20:17 +0000)
commit4f0a46fc946ddc739758c6be5532543a4fff3c2b
tree7372632a3b1c43d86b3ecbf0eb9ab6e14cc61378
parentdb13033bfc8404b563e6a655cd87f63ec307281d
* Client stability and enhancements:
  * CtdlServInfo structure moved inside CtdlIPC; eliminates unnecessary
    global and makes IPC more self-contained
  * Removed redundant serv_ from variable names in CtdlServInfo struct
  * Send SIGHUP to process group when connection_died().  Kills self and
    children (e.g. external editor).
16 files changed:
citadel/ChangeLog
citadel/citadel.c
citadel/citadel_ipc.c
citadel/citadel_ipc.h
citadel/client_chat.c
citadel/commands.c
citadel/ipc_c_tcp.c
citadel/ipcdef.h
citadel/messages.c
citadel/rooms.c
citadel/routines.c
citadel/routines.h
citadel/routines2.c
citadel/screen.c
citadel/screen.h
citadel/whobbs.c