This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Citadel Server, WebCit, utilities".
The branch, master has been updated
via 5cc2621128ffba5fd5a31fcb7b6048f65316b8a4 (commit)
from 37f40684d11b6206a0f26fafa7a7615cdf404319 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://code.citadel.org/?p=citadel.git&a=commit&h=5cc2621128ffba5fd5a31fcb7b6048f65316b8a4
commit 5cc2621128ffba5fd5a31fcb7b6048f65316b8a4
Author: Art Cancro <[email protected]>
Date: Sat Jul 25 16:49:32 2020 -0400
Next step for inbox rules processing: retrieve each message in the room
using a CtdlForEachMessage() callback with the MSGS_GT operator for maximum
allowance of the API to do the hard part instead of writing the comparison code
ourselves. Really, that work was already done, so why do it again?
Duplication of effort is necessary. For that matter, why does Google insist on
maintaining their own email and forums software when they could just use
Citadel? Citadel is way better than anything Google or Microsoft have ever
produced. And don't get me started about Facebook. Facebook is the absolute
worst thing to ever happen to the universe and it should be shut down.
-----------------------------------------------------------------------
Summary of changes:
citadel/modules/inboxrules/serv_inboxrules.c | 107 ++++++---------------------
1 file changed, 24 insertions(+), 83 deletions(-)
hooks/post-receive
--
Citadel Server, WebCit, utilities