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
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
2022-11-13
Added more emojis.
default
2022-11-13
More formatting tweaks.
default
2022-11-13
Some formatting refactoring.
default
2022-11-06
More tweaks to not_really_markdown() to avoid ambiguities.
default
2022-11-01
More not_really_markdown() tweaks.
default
2022-11-01
Fixed a bug in not_really_markdown() that confused code with pre markup.
default
2022-10-30
Accepted for HTML tags.
default
2022-10-28
Also add code to the valid HTML tags.
default
2022-10-28
Also add pre to the valid HTML tags.
default
2022-10-28
Accept more HTML tags.
default
2022-10-28
Also add br+slash as a valid HTML tag.
default
2022-10-28
Be more aggressive in HTML sanitization.
default
2022-10-20
Links in created Notes now include a target=_blank.
default
2022-10-16
Some emoticon tweaks.
default
2022-10-12
Added beers to emoticon shortcodes because yes.
default
2022-10-07
More emoticons.
default
2022-10-07
Emoticon tweak.
default
2022-10-07
Added a set of smileys/emoticons that are replaced by emojis.
default
2022-10-07
Moved message formatting to format.c.
default