summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09Removed fixed FIXME.uckelman
2010-05-09Added attachment handling.uckelman
2010-05-09Always include comment, even if empty.uckelman
2010-05-09Added missing scope.uckelman
2010-05-09Added missing argument.uckelman
2010-05-09Added getFlattenedParts() for conversion to phpBB-ish message.uckelman
2010-05-09buildPost is static.uckelman
2010-05-09Added dump() for debugging.uckelman
2010-05-09Refactoring for MIME part access.uckelman
2010-05-09Added comment.uckelman
2010-05-09Fixed bad function call.uckelman
2010-05-09Added missing ).uckelman
2010-05-09Added missing ).uckelman
2010-05-09Added missing function keyword.uckelman
2010-05-09Added test.uckelman
2010-05-09Added a class for constructing HTTP POSTs of multipart/form-data.uckelman
2010-05-08Testing...uckelman
2010-05-08Typo.uckelman
2010-05-08Added getParts().uckelman
2010-04-30Added FIXME.uckelman
2010-04-30mv M2F.php list_post_receive.php.uckelman
2010-04-30Added usage notes.uckelman
2010-04-30Bad variable name.uckelman
2010-04-30Refactored.uckelman
2010-04-30Updated comment.uckelman
2010-04-30Get current time for edited posts.uckelman
2010-04-30Added extra spacing after edited message.uckelman
2010-04-30Added removePost() for post deletion.uckelman
2010-04-30Typo.uckelman
2010-04-30Typo.uckelman
2010-04-30Working to get tests to pass.uckelman
2010-04-30Refactored message registration.uckelman
2010-04-30Added edit id to message-id.uckelman
2010-04-30Added reserveEditId().uckelman
2010-04-28Added FIXME.uckelman
2010-04-28Removed addressed FIXME.uckelman
2010-04-27Correct SQL.uckelman
2010-04-27Adjusted query, left out $postId. Oops.uckelman
2010-04-27Always get last-edited message id for any post id.uckelman
2010-04-27Removed outdated FIXME.uckelman
2010-04-27Storing references is pointless, since PhpBB doesn't keep any thread info.uckelman
2010-04-27Don't worry about extra newlines for now.uckelman
2010-04-25Modified list display.uckelman
2010-04-25Fixing list spacing.uckelman
2010-04-25Fixed list spacing.uckelman
2010-04-25Remove extra newlines between list items.uckelman
2010-04-25Removed stray case.uckelman