summaryrefslogtreecommitdiff
path: root/admin/boardsync_inc.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-5/+6
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code bas...Lester Caine1-2/+3
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-81/+76
2026-03-09As with articles, boards has had a blanket Smarty5 and PHP8.4 sweep of the co...lsces1-43/+43
2012-05-25bit_log_error-2-bit_error_logspiderr1-5/+5
2010-02-07Fix so that messages can be posted to multiple boards.pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGENick Palmer1-119/+120
2010-01-26Allow emails without body text to be imported.Nick Palmer1-0/+11
2010-01-19Only use Delivered-To addresses if they are available.Nick Palmer1-28/+30
2010-01-12Determine proper recipient using Delivered-To header when available.Nick Palmer1-6/+28
2010-01-12personal is not always defined.Nick Palmer1-1/+6
2009-12-22Lookup board email address using LOWER since we lowercase the address from th...Nick Palmer1-6/+8
2009-12-19Fix permission tricking. globals assigned by reference in functions are not k...Nick Palmer1-1/+1
2009-12-10fix refswjames51-2/+2
2009-12-09a hack to be able to run a proper permission check on the parent board object...wjames51-7/+33
2009-12-03clear boardsync temp dir after sync process otherwise this crap builds upwjames51-0/+8
2009-07-01 imap_headerinfo acts retarded on these emails and improperly parses the head...wjames51-1/+5
2009-06-25more logging, we've gone logging crazywjames51-26/+29
2009-06-25more clean up of header, properly account for nested parts in moderated msgswjames51-71/+83
2009-06-22remove ref to parser files not neededwjames51-4/+0
2009-06-20need comma to separate listswjames51-2/+2
2009-06-20oops fix params refswjames51-1/+1
2009-06-20get header values via imap func directly - fix getting to and cc values which...wjames51-2/+33
2009-06-17if email part header specifies a different charset then encode to utf-8wjames51-0/+11
2009-03-31dont assume the user is valid check it firstTekimaki1-3/+7
2009-03-27email can have multiple text parts, string em all togetherwjames51-4/+4
2009-03-26error if no message id - protect mysql people from themselvesTekimaki1-197/+207
2009-03-25full load of user to get permsTekimaki1-1/+1
2009-03-25add user id to attachment hash for proper storage and check basic attachment ...Tekimaki1-1/+24
2009-03-25log the errors so we dont go insaneTekimaki1-2/+5
2008-12-05improve mailman config - still not perfect but getting thereTekimaki1-10/+20
2008-11-29Fix race condition in board syncing and a few other issues with moderation.Tekimaki1-0/+398