summaryrefslogtreecommitdiff
path: root/lib/Multi
AgeCommit message (Expand)AuthorFilesLines
2021-01-10Replace references to old /v/all pathYorhel1-1/+1
2021-01-08Multi::API: Fix harmless perl warning on "get quote" order by randomYorhel1-1/+1
2020-12-29API: Add "get quote" commandYorhel1-0/+19
2020-11-13API: Add spoiler_gender, age, & cup_size fields to get characterYorhel1-3/+5
2020-11-04Multi::Denpa: Another fix to handle multiplatform releasesYorhel1-1/+4
2020-11-03Multi::Denpa: Properly Handle 404 + reduce fetch intervalYorhel1-3/+3
2020-11-03Multi::Denpa: Update affiliate crawler to use their new siteYorhel1-22/+12
2020-09-17Feeds: Move feed generation form Multi to VNWebYorhel1-155/+0
2020-09-02BBCode: Consolidate bb2html & bb2text + only convert ids in thread titlesYorhel1-1/+1
2020-08-31Multi::IRC: Support review ids and notificationsYorhel1-10/+23
2020-08-19reviews: Cache vote & post statsYorhel1-0/+2
2020-08-07Discussions: Fix handling of user deletionYorhel2-7/+7
2020-08-06SQL: Use vndbid for thread identifiersYorhel2-5/+5
2020-07-13Multi::API: Fix harmless Perl warning for entries without imageYorhel1-1/+2
2020-07-12API: Fix JSON type of image_flagging.votecountYorhel1-1/+1
2020-07-09Multi::API: Fix confusion between vn.c_votecount and images.c_votecountYorhel1-2/+2
2020-07-09API: Deprecate NSFW flags and add image_flagging summaryYorhel1-8/+27
2020-06-29Multi::Anime: Fetch anime titles in batch + update to new UDP API verYorhel1-16/+88
2020-06-15Releases: Allow custom resolutions to be enteredYorhel1-3/+5
2020-06-07Multi::Core: Fix offset calculation in schedule()Yorhel1-1/+1
2020-06-04Multi::Maintenance: Run daily cron at 7:30 UTC + update timing infoYorhel1-5/+5
2020-04-25Multi::Anime: Handle DNS resolution failureYorhel1-0/+4
2020-04-16API: get ulist: Always return and allow filtering on label 7 (Voted)Yorhel1-2/+2
2020-04-09Stop keeping track of users/threads/posts count cacheYorhel1-2/+1
2020-04-06Delete old relation graph generating and caching machineryYorhel2-358/+0
2020-04-05SQL: Add C-based "vndbid" type and use it for image IDsYorhel1-3/+3
2020-03-30Producers::Graph: Experiment with dynamically generating relation graphsYorhel1-0/+5
2020-03-16imgflag: Initial schema + UI for image flaggingYorhel1-0/+3
2020-03-12SQL: Use global "images" table for metadata of all images in the DBYorhel2-25/+4
2020-01-04ulist/API: Fix returning vnlist status=0 instead of buggy nullYorhel1-1/+1
2020-01-01API: Fix "get ulist-labels" and "get ulist labels"Yorhel1-4/+4
2019-12-30Merge branch 'ulist'Yorhel2-75/+85
2019-12-30ulist/API: Fix bug with "get wishlist" reporting high prio as mediumYorhel1-1/+1
2019-12-28ulist/API: Make (get|set) (votelist|vnlist|wishlist) commands work with new u...Yorhel1-38/+77
2019-12-19ulist: Update user list with vnlist/votes/wishlist statsYorhel2-30/+11
2019-12-19Multi::Denpa: Incrementally fetch shop info by handle lookupYorhel1-43/+39
2019-12-16ulist: Convert vn.c_* vote stat updating to use ulist_vns tableYorhel1-12/+2
2019-12-03API: Add labels field to "set ulist"Yorhel1-1/+15
2019-12-03API: Add "set ulist" commandYorhel1-0/+44
2019-12-03API: Add "get ulist-labels" and "get ulist"Yorhel1-3/+77
2019-11-12v2rw: Move entryLinks() into separate VNDB::ExtLinks moduleYorhel1-29/+5
2019-11-08Wikidata: Add support for doujinshi.org author linksYorhel1-0/+1
2019-10-07API: Add wikidata and pixiv linksYorhel1-5/+12
2019-10-07SQL: Perform incremental updates on traits_chars when characters are editedYorhel1-1/+1
2019-10-07SQL: Perform incremental updates on tags_vn_inherit when tags are modifiedYorhel1-1/+1
2019-10-03SQL: Change sessions.lastused into sessions.expiresYorhel1-1/+1
2019-10-03SQL: Get rid of the users_prefs table, store preferences in users tableYorhel1-6/+6
2019-09-14SQL: Replace "shop_*.found" with "deadsince" timestampYorhel4-9/+9
2019-09-12Add VNDB::Config module and unified conf.pl config fileYorhel11-55/+63
2019-09-12VNDB::Types: Convert medium & resolutionYorhel1-2/+2