summaryrefslogtreecommitdiff
path: root/format.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In sanitize(), also accept attribute values between single quotes.Gravatar default2025-02-111-1/+1
|
* Fix link detection. Fixes: #290Gravatar Santtu Lakkala2025-02-051-2/+4
|
* Added more Markdown (contributed by an-im-dugud).Gravatar default2025-01-211-1/+46
|
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Make xmpp and mailto URLs clickable.Gravatar default2024-12-261-1/+12
|
* Avoid adding repeated attachments.Gravatar default2024-12-191-14/+38
|
* Fixed processing of URLs with two @ inside.Gravatar default2024-11-031-3/+8
|
* Fixed typo.Gravatar default2024-10-251-1/+1
|
* Accept any URL schema (not just http) in format_line().Gravatar default2024-10-251-24/+24
|
* Added support for markdown-like ![alt text](image url).Gravatar default2024-07-191-0/+31
|
* Added support for Markdown ~~strikethrough text~~.Gravatar default2024-07-191-4/+12
|
* Show bold+italic (text between ***) correctly.Gravatar default2024-07-181-3/+9
|
* Fixed a minor bug in processing Markdown-style links having anchors.Gravatar default2024-06-271-2/+2
|
* Minor tweak to markdown-like links.Gravatar default2024-05-271-3/+8
|
* Added markdown-like links.Gravatar default2024-05-261-1/+16
|
* Added more const.Gravatar default2024-05-231-4/+7
|
* Add some special treatment to Event object display.Gravatar default2024-05-111-0/+1
|
* Show 'Event' object types as Notes.Gravatar default2024-05-111-3/+2
|
* Only add Emoji tags when needed.Gravatar default2024-04-191-1/+1
|
* Added some error logging regarding the emojis.json file.Gravatar default2024-04-031-0/+7
|
* If an emoji in emojis.json is an URL to an image, it's stored in the tag list.Gravatar default2024-03-251-2/+27
|
* Emojis are now read from ~/emojis.json.Gravatar default2024-03-251-4/+39
|
* Also trim , at the end of http links.Gravatar default2024-02-271-1/+1
|
* In posts, fixed bad link urls if written between parentheses.Gravatar default2024-01-141-1/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* format.c: add <bdi>Gravatar Yonle2023-12-151-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Replaced encode_html_strict() with xs_html_encode().Gravatar default2023-11-201-14/+2
|
* New function encode_html_strict().Gravatar default2023-10-041-1/+10
|
* Also accept s HTML tags.Gravatar default2023-09-171-1/+1
|
* Backport from xs.Gravatar default2023-09-171-1/+1
|
* Improved heart <3 emoji.Gravatar default2023-09-021-1/+1
|
* Simplified smiley processing.Gravatar default2023-08-171-31/+29
|
* 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
|