summaryrefslogtreecommitdiff
path: root/lib/Multi/Feed.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08Store d+ pages in the DB as versioned entries + use markdownYorhel1-2/+3
This touches a bunch of things: - Adds a new first-class database entry type - Removes the d+.+.+ BBCode link syntax, adds a new d+#+ and d+#+.+ link syntax (references have been updated where possible) - Adds a new dependency on Text::MultiMarkdown
2018-01-06Rewrite bb2html() to be more flexibleYorhel1-1/+1
This is based on the API that I described in https://vndb.org/t5564.12 It's mostly bug-compatible with the old bb2html(), main differences: - <br /> -> <br> for no reason - Doesn't sporadically add a wrong </div> - $rmwhitespace now also after [/code] Most of the test cases were contributed by flan <flan@flande.re>
2015-10-21SQL: Fix Multi to use the new DB schemaYorhel1-8/+8
That should be the last thing to convert to the new schema.
2015-04-27Multi: Backport staff database changes from master branchYorhel1-2/+4
Includes changes from 5926ce95395976456c0e15895d13491a81819087 and e20b19ce400ccf382a969a51777e0678ff8d44db
2014-10-22Multi::Maintenance: Converted to use AnyEventYorhel1-1/+1
2014-10-22Multi: Add pg_cmd function for more robust error handlingYorhel1-16/+10
2014-10-22Multi::Feed: Log SQL timesYorhel1-5/+4
Requires a patch to AnyEvent::Pg: https://rt.cpan.org/Ticket/Display.html?id=99719
2014-10-21Multi: Implement clean shutdown againYorhel1-3/+2
That is, stop all watchers that we want to stop and only shut down when there are no active watchers anymore. This ensures that we're not shutting down in the middle of some operation.
2014-10-21Multi: Rewrote Feed to AnyEvent + various fixesYorhel1-86/+74
2011-10-05Multi::Feed: Also add the URL to the author's uriDaniel Cordero1-1/+1
See 3b903c10625206e54af6864a8bb8f8f1f165e3ee.
2011-10-04Multi::Feed: Add URL to alternative linksDaniel Cordero1-2/+2
Not having the full URI in these links is not a specification fail, but it helps some feed-readers that do not know where they should point.
2011-05-17Multi::Feed: Show full summary and refresh more oftenYorhel1-2/+2
2011-02-16chardb: Added image to character entriesYorhel1-2/+3
2011-01-27Multi::Feed: Use TUWF::XML instead of XML::WriterYorhel1-22/+22
2010-11-13Added <link> elements for the related atom feeds to some pagesYorhel1-33/+18
2010-11-13Multi::Feed: Added Atom feedsYorhel1-0/+185
TODO: add links to these feeds from the site