the latest list:
$context['allowed_bbc'] = array(
'b' => $txt['bold'],
'i' => $txt['italic'],
'u' => $txt['underline'],
's' => $txt['strike'],
'pre' => $txt['preformatted'],
'flash' => $txt['flash'],
'img' => $txt['image'],
'url' => $txt['hyperlink'],
'email' => $txt['insert_email'],
'ftp' => $txt['ftp'],
'glow' => $txt['glow'],
'shadow' => $txt['shadow'],
'sup' => $txt['superscript'],
'sub' => $txt['subscript'],
'tt' => $txt['teletype'],
'code' => $txt['bbc_code'],
'quote' => $txt['bbc_quote'],
'size' => $txt['font_size'],
'font' => $txt['font_face'],
'color' => $txt['change_color'],
'highlight' => $txt['highlight'],
'bouncy' => $txt['bouncing_object'],
'move' => $txt['move'],
'info' => $txt['info'],
'embed' => $txt['embed'],
'blink' => $txt['blink'],
'test' => $txt['test'],
'spoiler' => $txt['spoiler'],
'nobbc' => $txt['nobbc'],
'member' => $txt['member'],
'bg' => $txt['bg'],
'html' => $txt['html'],
'me' => 'me',
);