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
Age
Commit message (
Expand
)
Author
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
2010-05-10
Refactored.
uckelman
2010-05-10
Added logic for writing attachments.
uckelman
2010-05-10
Added shim for writing attachments.
uckelman
2010-05-09
Fixed bad SQL.
uckelman
2010-05-09
Apparently sql_quote() doesn't wrap value in quotes.
uckelman
2010-05-09
Remember Bobby Tables: Sanitize your SQL inputs.
uckelman
2010-05-09
Forgot to import the phpBB db.
uckelman
2010-05-09
addAttachment() is a method, not a function.
uckelman
2010-05-09
Removed fixed FIXME.
uckelman
2010-05-09
Changed topicExists() to topicStatus().
uckelman
2010-05-09
Added attachment handling.
uckelman
2010-05-09
Always include comment, even if empty.
uckelman
2010-05-09
Added missing scope.
uckelman
2010-05-09
Added missing argument.
uckelman
2010-05-09
Added getFlattenedParts() for conversion to phpBB-ish message.
uckelman
2010-05-09
buildPost is static.
uckelman
2010-05-09
Added dump() for debugging.
uckelman
2010-05-09
Refactoring for MIME part access.
uckelman
2010-05-09
Added comment.
uckelman
2010-05-09
Adjusted test.
uckelman
2010-05-09
Fixed bad function call.
uckelman
2010-05-09
Missing argument.
uckelman
2010-05-09
Added buildPost test.
uckelman
2010-05-09
Adjusted test.
uckelman
2010-05-09
Adjusted test.
uckelman
2010-05-09
Missing comma.
uckelman
2010-05-09
Added tests.
uckelman
2010-05-09
Added test for buildFilePart.
uckelman
2010-05-09
Test works now.
uckelman
2010-05-09
Refactored.
uckelman
[prev]
[next]