summaryrefslogtreecommitdiff
path: root/format.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Strip dangerous control codes in sanitize().Gravatar default2023-03-061-1/+10
* Moved the angry emoticon above the sad one to avoid clashes.Gravatar default2023-02-011-1/+1
* Added the angry emoticon.Gravatar default2023-02-011-0/+1
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
* Minor URL formatting tweaks.Gravatar default2023-01-131-1/+2
* Backport from xs.Gravatar default2023-01-121-7/+7
* Some code reordering to placate scan-build's wrath.Gravatar default2022-12-141-1/+2
* Added :shrug2:Gravatar default2022-12-031-0/+1
* Fixed typo.Gravatar default2022-11-161-1/+1
* 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