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
/
PhpBB3.php
Age
Commit message (
Expand
)
Author
2012-02-27
Strip Re and tags from Subject of incoming mail.
Joel Uckelman
2011-09-26
Removed SVN $Id$.
Joel Uckelman
2010-10-31
Major refactoring to make bridge easier to test.
uckelman
2010-07-29
* Added license.
uckelman
2010-07-15
* Use isset() instead of array_key_exists (faster).
uckelman
2010-05-11
Added TODOs.
uckelman
2010-05-11
Fixed var name.
uckelman
2010-05-11
Adjusted to use attachment writer shim.
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
Added attachment handling.
uckelman
2010-04-20
Added attach_comment back.
uckelman
2010-04-20
Fixed typo.
uckelman
2010-04-20
Don't need comment to be returned.
uckelman
2010-04-20
Added getAttachmentData().
uckelman
2010-04-13
Removed unused methods.
uckelman
2010-04-13
Added getTopicId().
uckelman
2010-04-13
Added getFirstPostId().
uckelman
2010-04-11
Added getPostTime().
uckelman
2010-04-11
Refactored.
uckelman
2010-04-11
Converted trigger_error to 'throw new Exception'.
uckelman
2010-04-11
Relaxed input tests.
uckelman
2010-04-11
Removed over-tight error checks.
uckelman
2010-04-11
Add other globals from M2F.
uckelman
2010-04-11
Cleanup.
uckelman
2010-04-11
Added topicExists().
uckelman
2010-04-11
Cleanup.
uckelman
2010-04-11
Working on postMessage().
uckelman
2010-04-11
Added postMessage() and forumExists().
uckelman
2010-04-11
Missing $this.
uckelman
2010-04-11
Refactoring to make PhpBB object.
uckelman