summaryrefslogtreecommitdiff
path: root/format.c
AgeCommit message (Expand)Author
2024-01-14In posts, fixed bad link urls if written between parentheses.default
2024-01-04Updated copyright year.default
2023-12-15format.c: add <bdi>Yonle
2023-11-20Replaced encode_html_strict() with xs_html_encode().default
2023-10-04New function encode_html_strict().default
2023-09-17Also accept s HTML tags.default
2023-09-17Backport from xs.default
2023-09-02Improved heart <3 emoji.default
2023-08-17Simplified smiley processing.default
2023-07-28Updated comment in headers.default
2023-07-24Fixed minor memory leak.default
2023-07-23format.c: Encode all HTML characters when we're in pre element until we are out.Yonle
2023-07-23format.c: Allow several tagsYonle
2023-07-15html.c: invalid html tag: else? just show it as encoded text.Yonle
2023-07-11Fixed some memory leaks.default
2023-06-13In sanitize(), delete unsupported HTML tags instead of showing them.default
2023-06-13Also accept HTML tag <ol>.default
2023-06-12Fix links with # in it.default
2023-05-24Also accept 'cite' as a valid HTML tag.default
2023-05-21Convert image links in notes to attachments.default
2023-05-21Minor prototype change.default
2023-03-08Updated documentation.default
2023-03-07Sanitize control codes in JSON code.default
2023-03-06Changed the way invalid codes in strings are stripped.default
2023-03-06Strip dangerous control codes in sanitize().default
2023-02-01Moved the angry emoticon above the sad one to avoid clashes.default
2023-02-01Added the angry emoticon.default
2023-01-17Updated year in copyright notices.default
2023-01-13Minor URL formatting tweaks.default
2023-01-12Backport from xs.default
2022-12-14Some code reordering to placate scan-build's wrath.default
2022-12-03Added :shrug2:default
2022-11-16Fixed typo.default
2022-11-16More sanitize tweaks.default
2022-11-16In sanitize(), rebuild the accepted tags with only the accepted attributes.default
2022-11-16Call sanitize() as soon as possible.default
2022-11-13Added more emojis.default
2022-11-13More formatting tweaks.default
2022-11-13Some formatting refactoring.default
2022-11-06More tweaks to not_really_markdown() to avoid ambiguities.default
2022-11-01More not_really_markdown() tweaks.default
2022-11-01Fixed a bug in not_really_markdown() that confused code with pre markup.default
2022-10-30Accepted for HTML tags.default
2022-10-28Also add code to the valid HTML tags.default
2022-10-28Also add pre to the valid HTML tags.default
2022-10-28Accept more HTML tags.default
2022-10-28Also add br+slash as a valid HTML tag.default
2022-10-28Be more aggressive in HTML sanitization.default
2022-10-20Links in created Notes now include a target=_blank.default
2022-10-16Some emoticon tweaks.default