index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
format.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated comment in headers.
default
2023-07-28
1
-1
/
+1
*
Fixed minor memory leak.
default
2023-07-24
1
-1
/
+1
*
format.c: Encode all HTML characters when we're in pre element until we are out.
Yonle
2023-07-23
1
-3
/
+11
*
format.c: Allow several tags
Yonle
2023-07-23
1
-3
/
+13
*
html.c: invalid html tag: else? just show it as encoded text.
Yonle
2023-07-15
1
-0
/
+4
*
Fixed some memory leaks.
default
2023-07-11
1
-0
/
+16
*
In sanitize(), delete unsupported HTML tags instead of showing them.
default
2023-06-13
1
-6
/
+2
*
Also accept HTML tag <ol>.
default
2023-06-13
1
-1
/
+1
*
Fix links with # in it.
default
2023-06-12
1
-2
/
+3
*
Also accept 'cite' as a valid HTML tag.
default
2023-05-24
1
-1
/
+1
*
Convert image links in notes to attachments.
default
2023-05-21
1
-5
/
+22
*
Minor prototype change.
default
2023-05-21
1
-6
/
+6
*
Updated documentation.
default
2023-03-08
1
-1
/
+1
*
Sanitize control codes in JSON code.
default
2023-03-07
1
-8
/
+1
*
Changed the way invalid codes in strings are stripped.
default
2023-03-06
1
-2
/
+1
*
Strip dangerous control codes in sanitize().
default
2023-03-06
1
-1
/
+10
*
Moved the angry emoticon above the sad one to avoid clashes.
default
2023-02-01
1
-1
/
+1
*
Added the angry emoticon.
default
2023-02-01
1
-0
/
+1
*
Updated year in copyright notices.
default
2023-01-17
1
-1
/
+1
*
Minor URL formatting tweaks.
default
2023-01-13
1
-1
/
+2
*
Backport from xs.
default
2023-01-12
1
-7
/
+7
*
Some code reordering to placate scan-build's wrath.
default
2022-12-14
1
-1
/
+2
*
Added :shrug2:
default
2022-12-03
1
-0
/
+1
*
Fixed typo.
default
2022-11-16
1
-1
/
+1
*
More sanitize tweaks.
default
2022-11-16
1
-1
/
+2
*
In sanitize(), rebuild the accepted tags with only the accepted attributes.
default
2022-11-16
1
-5
/
+10
*
Call sanitize() as soon as possible.
default
2022-11-16
1
-3
/
+3
*
Added more emojis.
default
2022-11-13
1
-0
/
+2
*
More formatting tweaks.
default
2022-11-13
1
-52
/
+60
*
Some formatting refactoring.
default
2022-11-13
1
-4
/
+2
*
More tweaks to not_really_markdown() to avoid ambiguities.
default
2022-11-06
1
-3
/
+6
*
More not_really_markdown() tweaks.
default
2022-11-01
1
-0
/
+1
*
Fixed a bug in not_really_markdown() that confused code with pre markup.
default
2022-11-01
1
-2
/
+1
*
Accepted for HTML tags.
default
2022-10-30
1
-1
/
+2
*
Also add code to the valid HTML tags.
default
2022-10-28
1
-1
/
+1
*
Also add pre to the valid HTML tags.
default
2022-10-28
1
-1
/
+1
*
Accept more HTML tags.
default
2022-10-28
1
-1
/
+1
*
Also add br+slash as a valid HTML tag.
default
2022-10-28
1
-1
/
+1
*
Be more aggressive in HTML sanitization.
default
2022-10-28
1
-0
/
+51
*
Links in created Notes now include a target=_blank.
default
2022-10-20
1
-1
/
+1
*
Some emoticon tweaks.
default
2022-10-16
1
-1
/
+2
*
Added beers to emoticon shortcodes because yes.
default
2022-10-12
1
-0
/
+2
*
More emoticons.
default
2022-10-07
1
-0
/
+1
*
Emoticon tweak.
default
2022-10-07
1
-1
/
+1
*
Added a set of smileys/emoticons that are replaced by emojis.
default
2022-10-07
1
-0
/
+32
*
Moved message formatting to format.c.
default
2022-10-07
1
-0
/
+116
[prev]