* give the flag to the CtdlDoIHavePermissionToPostInThisRoom in through the parameter...
authorWilfried Göesgens <willi@citadel.org>
Sun, 9 Dec 2007 23:26:41 +0000 (23:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 9 Dec 2007 23:26:41 +0000 (23:26 +0000)
commit3faf301cf0711139536f237f6cf69a22a71ee370
tree1fa84ced91ece9a7dc168a7099f648ed40efed0f
parent95d5f5081fd65e416127be410ff7240b19abf002
* give the flag to the CtdlDoIHavePermissionToPostInThisRoom in through the parameters of validate_recipients.
dict_tcp flags it CHECK_EXISTANCE;
serv_smtp flags it POST_EXTERNAL / POST_LOGGED_IN depending on user state. (logged in users may post to public rooms if they have write permission)
citadel/journaling.c
citadel/modules/calendar/serv_calendar.c
citadel/modules/imap/imap_acl.c
citadel/modules/network/serv_network.c
citadel/modules/sieve/serv_sieve.c
citadel/modules/smtp/serv_smtp.c
citadel/modules/vcard/serv_vcard.c
citadel/msgbase.c
citadel/msgbase.h
citadel/user_ops.c