summaryrefslogtreecommitdiff
path: root/lib/Multi/API.pm
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Bugfix-API: Use ~ for the get vn search filter instead of =Yorhel1-1/+1
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel1-1/+1
2010-12-06API: Check against the proper "results" value when determining "more"Yorhel1-3/+3
2010-12-05Multi::API: Check for existence of user/pass rather than their valueYorhel1-2/+2
2010-12-05API: Allow the API to be used without logging in with a username/passwordYorhel1-7/+16
2010-12-05API: Removed the limit on the number of open sessions per userYorhel1-5/+2
2010-12-05API: Throttle the commands and sqltime per IP instead of per userYorhel1-11/+12
2010-12-04API: Added "orig_lang" member to the "get vn .." commandYorhel1-1/+2
2010-12-04API: Added "orig_lang" filter to the "get vn .." commandYorhel1-0/+3
2010-12-04API: Increased the maximum number of results for the "get" command to 25Yorhel1-3/+4
2010-12-04API: Added "results" option to the "get .. {}"Yorhel1-6/+8
2010-12-04API: Added "image_nsfw" member to "get vn"Yorhel1-1/+2
2010-12-04API: Allow non-numbers as "clientver" for the login commandYorhel1-1/+1
2010-03-13Multi::API: Fixed a Perl warning on 'get vn' with the platforms array filterYorhel1-2/+2
2010-03-13Multi::API: Make use of the new search function for 'get vn'Yorhel1-4/+13
2010-03-08Multi::API: Fixed 'Unkown' -> 'Unknown'applehq1-5/+5
2010-03-05API: Added image field to 'get vn'Yorhel1-1/+2
2010-02-02SQL: Converted language columns to an ENUM typeYorhel1-8/+7
2009-12-28Rewrote POE::Filter::VNDBAPI to be more genericYorhel1-7/+9
2009-11-14API: Changed 'website' member of get producer to a links objectYorhel1-2/+5
2009-11-14SQL/L10N: Allow NULL for releases_rev.minage and make the values translatableYorhel1-1/+1
2009-11-13API: Added 'get producer' commandYorhel1-2/+93
2009-11-13API: Added sorting and paginationYorhel1-23/+72
2009-11-13Multi::API: Got rid of compile-time warningYorhel1-2/+2
2009-11-08API: Added producer filter to the get release commandYorhel1-0/+2
2009-11-08API: Changed 30 cmds/min. throttle to 100 cmds/10min.Yorhel1-1/+1
2009-11-08Multi::API/IRC: Added runtime API admin/monitoring interfaceYorhel1-4/+67
2009-11-07API: Added filters to the get release command and fixed some bugsYorhel1-13/+48
2009-11-07API: Added vn and producers info flags to the get release commandYorhel1-6/+40
2009-11-07API: Added get release commandYorhel1-24/+128
2009-11-07API: Added commands/minute and sqltime/minute throttleYorhel1-5/+35
2009-11-06API: Added relations flag to get vn commandYorhel1-3/+23
2009-11-06API: Added anime flag for the get vn commandYorhel1-24/+60
2009-11-06API: Added release date filter to get vn, and some d11 updatesYorhel1-0/+12
2009-11-06Multi::API: Fixed bug with accepting empty arrays as filter valuesYorhel1-2/+2
2009-11-05API: Added 'details' info flag to the get vn commandYorhel1-6/+21
2009-11-05Multi::API: Don't modify filter and type arguments in filtertosql()Yorhel1-7/+8
2009-11-05Multi::API: Rewrote filtertosql()Yorhel1-66/+149
2009-11-04API: Added vn search filterYorhel1-0/+18
2009-11-04API: Removed some leading whitespaceYorhel1-2/+2
2009-11-04API: Fixed perl warning and removed debug infoYorhel1-2/+1
2009-11-04API: Initial commit of the W.I.P. public APIYorhel1-0/+318