summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-25list:l should be list:o instead.uckelman
2010-04-25Handle additional annotation for [/list] and [/*].uckelman
2010-04-25Use BBCodeParser.uckelman
2010-04-25Added missing argument.uckelman
2010-04-25Added test.uckelman
2010-04-25* Cleanup.uckelman
2010-04-25Testing quoting.uckelman
2010-04-25Added newlines around quote boundaries.uckelman
2010-04-25Testing quote parsing.uckelman
2010-04-25Added list handling.uckelman
2010-04-25Added BBCodeParser.uckelman
2010-04-22Refactored.uckelman
2010-04-22Fixed unregisterPost().uckelman
2010-04-22Added unregisterPost().uckelman
2010-04-22Handle quote mode.uckelman
2010-04-20* Added attachment support.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-20* Don't sent HTML email.uckelman
2010-04-19* Send multipart/alternative mail.uckelman
2010-04-19Test BBCodeParser.uckelman
2010-04-14Added TODOs.uckelman
2010-04-14Added encoding headers.uckelman
2010-04-14Fixed mispelled variable name. Argh!uckelman
2010-04-13Get topic_first_post_id from $data.uckelman
2010-04-13Removed unused methods.uckelman
2010-04-13Get post_id from table on reply.uckelman
2010-04-13Added getTopicId().uckelman
2010-04-13Get topic_id from post_data instead.uckelman
2010-04-13Get PhpBB to show us the errors.uckelman
2010-04-13Don't need to quote post_id.uckelman
2010-04-13Added In-Reply-To and References headers.uckelman
2010-04-13Added getFirstPostId().uckelman
2010-04-13More code.uckelman
2010-04-13Updated registerMessage() signature.uckelman
2010-04-13PHP apparently doesn't support function overloading. Bah!uckelman
2010-04-13Added full registerMessage().uckelman
2010-04-13Fixed typos.uckelman
2010-04-13Added mail code.uckelman
2010-04-13Added FIXME.uckelman
2010-04-13Added more code for testing.uckelman
2010-04-13Added utf8_quote() for email headers.uckelman
2010-04-12Tinkering.uckelman
2010-04-11Use dirname instead of substr.uckelman
2010-04-11Fixed typo.uckelman
2010-04-11Get forumURL.uckelman
2010-04-11Pass time to build_message_id().uckelman
2010-04-11Get RFC2822 date for Date header.uckelman