summaryrefslogtreecommitdiff
path: root/format.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Fixed minor memory leak.Gravatar default2023-07-241-1/+1
|
* format.c: Encode all HTML characters when we're in pre element until we are out.Gravatar Yonle2023-07-231-3/+11
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* format.c: Allow several tagsGravatar Yonle2023-07-231-3/+13
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* html.c: invalid html tag: else? just show it as encoded text.Gravatar Yonle2023-07-151-0/+4
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Fixed some memory leaks.Gravatar default2023-07-111-0/+16
|
* In sanitize(), delete unsupported HTML tags instead of showing them.Gravatar default2023-06-131-6/+2
|
* Also accept HTML tag <ol>.Gravatar default2023-06-131-1/+1
|
* Fix links with # in it.Gravatar default2023-06-121-2/+3
|
* Also accept 'cite' as a valid HTML tag.Gravatar default2023-05-241-1/+1
|
* Convert image links in notes to attachments.Gravatar default2023-05-211-5/+22
|
* Minor prototype change.Gravatar default2023-05-211-6/+6
|
* Updated documentation.Gravatar default2023-03-081-1/+1
|
* Sanitize control codes in JSON code.Gravatar default2023-03-071-8/+1
|
* Changed the way invalid codes in strings are stripped.Gravatar default2023-03-061-2/+1
|
* 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