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
/
F2M.php
Age
Commit message (
Expand
)
Author
2010-04-30
Refactored.
uckelman
2010-04-30
Updated comment.
uckelman
2010-04-30
Get current time for edited posts.
uckelman
2010-04-30
Added extra spacing after edited message.
uckelman
2010-04-30
Added removePost() for post deletion.
uckelman
2010-04-30
Refactored message registration.
uckelman
2010-04-28
Added FIXME.
uckelman
2010-04-28
Removed addressed FIXME.
uckelman
2010-04-27
Removed outdated FIXME.
uckelman
2010-04-27
Storing references is pointless, since PhpBB doesn't keep any thread info.
uckelman
2010-04-25
Use BBCodeParser.
uckelman
2010-04-22
Refactored.
uckelman
2010-04-22
Handle quote mode.
uckelman
2010-04-20
* Added attachment support.
uckelman
2010-04-20
* Don't sent HTML email.
uckelman
2010-04-19
* Send multipart/alternative mail.
uckelman
2010-04-19
Test BBCodeParser.
uckelman
2010-04-14
Added TODOs.
uckelman
2010-04-14
Added encoding headers.
uckelman
2010-04-14
Fixed mispelled variable name. Argh!
uckelman
2010-04-13
Get topic_first_post_id from $data.
uckelman
2010-04-13
Get post_id from table on reply.
uckelman
2010-04-13
Get topic_id from post_data instead.
uckelman
2010-04-13
Get PhpBB to show us the errors.
uckelman
2010-04-13
Added In-Reply-To and References headers.
uckelman
2010-04-13
More code.
uckelman
2010-04-13
Fixed typos.
uckelman
2010-04-13
Added mail code.
uckelman
2010-04-13
Added more code for testing.
uckelman
2010-04-12
Tinkering.
uckelman
2010-04-11
Use dirname instead of substr.
uckelman
2010-04-11
Fixed typo.
uckelman
2010-04-11
Get forumURL.
uckelman
2010-04-11
Pass time to build_message_id().
uckelman
2010-04-11
Get RFC2822 date for Date header.
uckelman
2010-04-11
Added getPostTime().
uckelman
2010-04-11
Adding forum -> list bridge.
uckelman