* Add specific error codes for every command on the wire protocol, so that
authorMichael Hampton <io_error@uncensored.citadel.org>
Mon, 16 Feb 2004 15:06:45 +0000 (15:06 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Mon, 16 Feb 2004 15:06:45 +0000 (15:06 +0000)
commit6ca67305d6d449ad5d8ced6e38e80d7e4dc955ab
treebdab35df7ad8de8c43afeac5db888c2341ca1f6c
parentc442cee390175d0e8f84d11d11125f880a672dd7
* Add specific error codes for every command on the wire protocol, so that
  clients can more easily determine what went wrong.  Partially updated
  session.txt (will finish it later).  This lets clients more easily
  determine what, if anything, went wrong with a particular command.
21 files changed:
citadel/ChangeLog
citadel/citserver.c
citadel/file_ops.c
citadel/ipcdef.h
citadel/msgbase.c
citadel/policy.c
citadel/room_ops.c
citadel/serv_bio.c
citadel/serv_calendar.c
citadel/serv_chat.c
citadel/serv_crypto.c
citadel/serv_expire.c
citadel/serv_listsub.c
citadel/serv_mrtg.c
citadel/serv_network.c
citadel/serv_pas2.c
citadel/serv_smtp.c
citadel/serv_vandelay.c
citadel/serv_vcard.c
citadel/techdoc/session.txt
citadel/user_ops.c