index
:
phpbb3-listbridge
master
Bridges between a phpBB3 forum and a Mailing List. Forked from git://vassalengine.git.sourceforge.net/gitroot/vassalengine/listbridge
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-02-27
build_email_subject passes tests now.
Joel Uckelman
2012-02-27
Removed unused function.
Joel Uckelman
2012-02-27
Cosmetic.
Joel Uckelman
2012-02-27
PREG_OFFSET_CAPTURE is useless, as it gives start offsets, not end offsets, a...
Joel Uckelman
2012-02-27
Trim subject before returning.
Joel Uckelman
2012-02-27
Added built_post_subject for stripping tags and Re's added by mailing lists.
Joel Uckelman
2011-09-26
Removed SVN $Id$.
Joel Uckelman
2011-09-26
No longer needed, we don't remove message ids from the DB now.
Joel Uckelman
2011-09-26
Don't delete message id's from the post DB, as this prevents replies coming i...
Joel Uckelman
2011-09-26
Adjusted attachment writer URL.
Joel Uckelman
2010-12-17
Missing semicolon.
uckelman
2010-12-16
Added a FIXME.
uckelman
2010-12-16
In-Reply-To headers are not always just a message id, try to parse out the me...
uckelman
2010-11-25
* Broke out From construction.
uckelman
2010-11-25
Added has_rfc822_specials and rfc822_quote for handling names in email addres...
uckelman
2010-11-22
Renamed $db so as not to clobber phpbb's $db global.
uckelman
2010-11-22
find_destination is a member function.
uckelman
2010-11-22
Removed unused globals.
uckelman
2010-11-05
Removed diagnostic echo.
uckelman
2010-11-02
Refactored to use mailparse instead of Mail_mimeDecode. This solves the multi...
uckelman
2010-11-02
Removed getParts(). Fixed typo in ctor.
uckelman
2010-10-31
Refactored.
uckelman
2010-10-31
Typo.
uckelman
2010-10-31
Pass Mail in as dependency.
uckelman
2010-10-31
$logger is a member.
uckelman
2010-10-31
Major refactoring to make bridge easier to test.
uckelman
2010-10-31
No longer used.
uckelman
2010-08-25
Local policy to let postfix local read Perl modules no longer needed as of se...
uckelman
2010-07-30
Works as localhost, so use that and avoid name resolution.
uckelman
2010-07-29
* Added license.
uckelman
2010-07-29
* Added license.
uckelman
2010-07-29
Remove config file.
uckelman
2010-07-29
Added example config.
uckelman
2010-07-29
Handle <!-- l --> (postlink-local) non-BBCode local links.
uckelman
2010-07-28
Decode HTML entities in forum name and post subject.
uckelman
2010-07-27
* Don't throw on replies to old posts.
uckelman
2010-07-27
Added is_ascii().
uckelman
2010-07-27
Don't barf on unrecognized messages. Unrecognized messages are probaly just o...
uckelman
2010-07-27
Added more logging.
uckelman
2010-07-27
Convert non-BBCode email links.
uckelman
2010-07-25
* Correctly handle open tags with arguments.
uckelman
2010-07-24
Decode smilies.
uckelman
2010-07-21
Indicate name of forum in subject of outgoing mail.
uckelman
2010-07-17
Must include Sender header in forum->list messages to allow passage of messag...
uckelman
2010-07-16
Added lists table for mapping forum ids to lists.
uckelman
2010-07-15
Added SELinux policy to let postfix_local run postfix_handoff.pl.
uckelman
2010-07-15
Added script which bridges postfix_local to apache.
uckelman
2010-07-15
Added logging.
uckelman
2010-07-15
Move creation of Message-ID to be before its first use!
uckelman
2010-07-15
isset() is faster than array_key_exists().
uckelman
[next]