summaryrefslogtreecommitdiff
path: root/format.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More sanitize tweaks.Gravatar default2022-11-161-1/+2
|
* In sanitize(), rebuild the accepted tags with only the accepted attributes.Gravatar default2022-11-161-5/+10
|
* Call sanitize() as soon as possible.Gravatar default2022-11-161-3/+3
|
* Added more emojis.Gravatar default2022-11-131-0/+2
|
* More formatting tweaks.Gravatar default2022-11-131-52/+60
|
* Some formatting refactoring.Gravatar default2022-11-131-4/+2
|
* More tweaks to not_really_markdown() to avoid ambiguities.Gravatar default2022-11-061-3/+6
|
* More not_really_markdown() tweaks.Gravatar default2022-11-011-0/+1
|
* Fixed a bug in not_really_markdown() that confused code with pre markup.Gravatar default2022-11-011-2/+1
|
* 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