summaryrefslogtreecommitdiff
path: root/lib/Multi/API.pm
AgeCommit message (Expand)AuthorFilesLines
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-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 statsYorhel1-3/+11
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-10-07API: Add wikidata and pixiv linksYorhel1-5/+12
2019-10-03SQL: Get rid of the users_prefs table, store preferences in users tableYorhel1-6/+6
2019-09-12Add VNDB::Config module and unified conf.pl config fileYorhel1-8/+9
2019-09-12VNDB::Types: Convert medium & resolutionYorhel1-2/+2
2019-09-12VNDB::Types: Convert age_rating and release_typeYorhel1-1/+1
2019-09-12VNDB::Types: Convert producer_typesYorhel1-1/+1
2019-09-11VNDB::Types: Convert platforms into %PLATFORMYorhel1-1/+1
2019-09-11VNDB::Types: Convert languages into %LANGUAGEYorhel1-1/+2
2019-05-16Add password dictionary checkYorhel1-0/+3
2018-10-02DB: Convert resolution into an enumYorhel1-1/+1
2018-06-13Multi::API: Add "get characters instances"Yorhel1-1/+17
2018-05-12API: Make username in login command case-insensitiveYorhel1-0/+2
2017-08-14API: Some additions to the "get *list" commandsYorhel1-6/+16
2017-06-21API: Various additionsYorhel1-2/+18
2017-05-25API: Add some hidden checks to staff stuffYorhel1-4/+11
2017-05-22API: Add some flags to query staff/seiyuu dataYorhel1-0/+47
2017-04-28API: Made a start on "get staff" supportYorhel1-0/+75
2017-03-03API: Add traits filter to get characterYorhel1-0/+4
2017-01-25API: Fix Unicode password login + some messagesYorhel1-3/+3
2016-12-04API: Add username filter to "get user" + d11 updatesYorhel1-0/+5
2016-11-27SQL: Use separate role for Multi2.26Yorhel1-25/+24
2016-09-18Suppress silly Perl 5.22 warnings about extra sprintf argsYorhel1-0/+1
2016-09-11API: Add VN relations "official" fieldYorhel1-5/+2
2016-08-31API: Add simple "get user" commandYorhel1-4/+24
2016-07-31API: Support array mathing in "get character" vn filterYorhel1-0/+1
2016-06-19API: Add "tags" filter to "get vn" + increase throttle throttleYorhel1-4/+8
2016-06-12API: Increase some limits + set custom TCP keepalive valuesYorhel1-3/+15
2016-05-15API: Allow sorting 'get vn' on stats fieldsYorhel1-1/+4
2016-04-11API: Added "vns" flag and member to "get character"Yorhel1-0/+9
2016-01-29Multi::API: added 'screens' flag to 'get vn'Yorhel1-0/+18
2016-01-16L10N: Intern languages/platforms/resolutions/media/ptype/rtype/vnlengthYorhel1-4/+4
2015-12-29Multi::API: Add support for TLSYorhel1-8/+23
2015-11-01Removed support for sha256-hashed passwordsYorhel1-5/+1
2015-10-21SQL: Fix Multi to use the new DB schemaYorhel1-88/+88
2015-09-08Multi::API: Set keepalive on sockets to detect dead TCP connectionsYorhel1-0/+1
2015-07-21Multi::API: Support IPv6Yorhel1-1/+5
2015-07-20Multi::API: Throttle "throttled" error repliesYorhel1-3/+13
2015-04-29Multi::(API:IRC): Fix some unicode handling issuesYorhel1-2/+2
2015-04-27Multi::API: Fixed various bugs found while testingYorhel1-4/+7
2015-04-27Multi::API: Fix bug when querying stuff while logged inYorhel1-1/+1
2015-04-27Multi::API: Fully implement the 'set' command with AnyEventYorhel1-58/+59
2015-04-27Multi::API: Fully implement 'get' command with AnyEventYorhel1-510/+315