summaryrefslogtreecommitdiff
path: root/src/PhpBB3.php
AgeCommit message (Expand)Author
2012-02-27Strip Re and tags from Subject of incoming mail.Joel Uckelman
2011-09-26Removed SVN $Id$.Joel Uckelman
2010-10-31Major 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-11Added TODOs.uckelman
2010-05-11Fixed var name.uckelman
2010-05-11Adjusted to use attachment writer shim.uckelman
2010-05-09Fixed bad SQL.uckelman
2010-05-09Apparently sql_quote() doesn't wrap value in quotes.uckelman
2010-05-09Remember Bobby Tables: Sanitize your SQL inputs.uckelman
2010-05-09Forgot to import the phpBB db.uckelman
2010-05-09addAttachment() is a method, not a function.uckelman
2010-05-09Added attachment handling.uckelman
2010-04-20Added attach_comment back.uckelman
2010-04-20Fixed typo.uckelman
2010-04-20Don't need comment to be returned.uckelman
2010-04-20Added getAttachmentData().uckelman
2010-04-13Removed unused methods.uckelman
2010-04-13Added getTopicId().uckelman
2010-04-13Added getFirstPostId().uckelman
2010-04-11Added getPostTime().uckelman
2010-04-11Refactored.uckelman
2010-04-11Converted trigger_error to 'throw new Exception'.uckelman
2010-04-11Relaxed input tests.uckelman
2010-04-11Removed over-tight error checks.uckelman
2010-04-11Add other globals from M2F.uckelman
2010-04-11Cleanup.uckelman
2010-04-11Added topicExists().uckelman
2010-04-11Cleanup.uckelman
2010-04-11Working on postMessage().uckelman
2010-04-11Added postMessage() and forumExists().uckelman
2010-04-11Missing $this.uckelman
2010-04-11Refactoring to make PhpBB object.uckelman