summaryrefslogtreecommitdiff
path: root/format.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accepted for HTML tags.Gravatar default2022-10-301-1/+2
* Also add code to the valid HTML tags.Gravatar default2022-10-281-1/+1
* Also add pre to the valid HTML tags.Gravatar default2022-10-281-1/+1
* Accept more HTML tags.Gravatar default2022-10-281-1/+1
* Also add br+slash as a valid HTML tag.Gravatar default2022-10-281-1/+1
* Be more aggressive in HTML sanitization.Gravatar default2022-10-281-0/+51
* Links in created Notes now include a target=_blank.Gravatar default2022-10-201-1/+1
* Some emoticon tweaks.Gravatar default2022-10-161-1/+2
* Added beers to emoticon shortcodes because yes.Gravatar default2022-10-121-0/+2
* More emoticons.Gravatar default2022-10-071-0/+1
* Emoticon tweak.Gravatar default2022-10-071-1/+1
* Added a set of smileys/emoticons that are replaced by emojis.Gravatar default2022-10-071-0/+32
* Moved message formatting to format.c.Gravatar default2022-10-071-0/+116