Frédéric Guillot
|
168a870c02
|
Move internal packages to an internal folder
For reference: https://go.dev/doc/go1.4#internalpackages
|
2023-08-10 20:29:34 -07:00 |
|
Frédéric Guillot
|
c234903255
|
Rename Miniflux package name to follow Go module naming convention
For reference: https://go.dev/ref/mod#major-version-suffixes
|
2023-08-09 22:10:44 -07:00 |
|
fred
|
8646d61182
|
Replace copyright header with SPDX identifier
|
2023-06-19 15:00:45 -07:00 |
|
Frédéric Guillot
|
a352aff93b
|
Remove deprecated io/ioutil package
Miniflux now requires at least Go 1.16 and io/util is deprecated.
https://golang.org/doc/go1.16#ioutil
|
2021-02-16 21:25:21 -08:00 |
|
Jebbs
|
a155ab6deb
|
Filter valid XML characters for UTF-8 XML documents before decoding
This change should reduce "illegal character code" XML errors.
|
2019-12-19 18:31:52 -08:00 |
|
Tony Wang
|
2eb2441f2b
|
Improve XML decoder to remove illegal characters
|
2019-10-22 20:32:35 -07:00 |
|