index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
format.c
Age
Commit message (
Expand
)
Author
2024-07-19
Added support for markdown-like .
default
2024-07-19
Added support for Markdown ~~strikethrough text~~.
default
2024-07-18
Show bold+italic (text between ***) correctly.
default
2024-06-27
Fixed a minor bug in processing Markdown-style links having anchors.
default
2024-05-27
Minor tweak to markdown-like links.
default
2024-05-26
Added markdown-like links.
default
2024-05-23
Added more const.
default
2024-05-11
Add some special treatment to Event object display.
default
2024-05-11
Show 'Event' object types as Notes.
default
2024-04-19
Only add Emoji tags when needed.
default
2024-04-03
Added some error logging regarding the emojis.json file.
default
2024-03-25
If an emoji in emojis.json is an URL to an image, it's stored in the tag list.
default
2024-03-25
Emojis are now read from ~/emojis.json.
default
2024-02-27
Also trim , at the end of http links.
default
2024-01-14
In posts, fixed bad link urls if written between parentheses.
default
2024-01-04
Updated copyright year.
default
2023-12-15
format.c: add <bdi>
Yonle
2023-11-20
Replaced encode_html_strict() with xs_html_encode().
default
2023-10-04
New function encode_html_strict().
default
2023-09-17
Also accept s HTML tags.
default
2023-09-17
Backport from xs.
default
2023-09-02
Improved heart <3 emoji.
default
2023-08-17
Simplified smiley processing.
default
2023-07-28
Updated comment in headers.
default
2023-07-24
Fixed minor memory leak.
default
2023-07-23
format.c: Encode all HTML characters when we're in pre element until we are out.
Yonle
2023-07-23
format.c: Allow several tags
Yonle
2023-07-15
html.c: invalid html tag: else? just show it as encoded text.
Yonle
2023-07-11
Fixed some memory leaks.
default
2023-06-13
In sanitize(), delete unsupported HTML tags instead of showing them.
default
2023-06-13
Also accept HTML tag <ol>.
default
2023-06-12
Fix links with # in it.
default
2023-05-24
Also accept 'cite' as a valid HTML tag.
default
2023-05-21
Convert image links in notes to attachments.
default
2023-05-21
Minor prototype change.
default
2023-03-08
Updated documentation.
default
2023-03-07
Sanitize control codes in JSON code.
default
2023-03-06
Changed the way invalid codes in strings are stripped.
default
2023-03-06
Strip dangerous control codes in sanitize().
default
2023-02-01
Moved the angry emoticon above the sad one to avoid clashes.
default
2023-02-01
Added the angry emoticon.
default
2023-01-17
Updated year in copyright notices.
default
2023-01-13
Minor URL formatting tweaks.
default
2023-01-12
Backport from xs.
default
2022-12-14
Some code reordering to placate scan-build's wrath.
default
2022-12-03
Added :shrug2:
default
2022-11-16
Fixed typo.
default
2022-11-16
More sanitize tweaks.
default
2022-11-16
In sanitize(), rebuild the accepted tags with only the accepted attributes.
default
2022-11-16
Call sanitize() as soon as possible.
default
[next]