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
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
2010-07-15
* Use isset() instead of array_key_exists (faster).
uckelman
2010-07-04
Added SQL schema.
uckelman
2010-05-11
Added TODOs.
uckelman
2010-05-11
Fixed var name.
uckelman
2010-05-11
Print 1 on success, don't return it. (Nothing reads the return value.)
uckelman
2010-05-11
Adjusted to use attachment writer shim.
uckelman
2010-05-11
Changed to match interface.
uckelman
2010-05-10
Typos. Added ability to set more headers.
uckelman
2010-05-10
Added file existance check.
uckelman
2010-05-10
Added newlines at ends of error messages.
uckelman
[next]