summaryrefslogtreecommitdiff
path: root/lib/Multi/API.pm
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-21Multi: WIP Converting Multi::API to AnyEventYorhel1-666/+631
2014-10-15Multi::API: Fix login with the new password format changesYorhel1-5/+19
2014-10-15Multi::API: Fix crash on failed loginYorhel1-2/+2
2014-10-13SQL: Use enum to represent platformsYorhel1-6/+7
2014-08-29API: Make sure to honor the new login throttleYorhel1-7/+29
2014-08-21API: Increase max result counts for userlistsYorhel1-2/+4
2014-08-19API: Allow access to other users' public listsYorhel1-7/+19
2014-08-16API: Add 'vn' filter to get characterYorhel1-1/+3
2014-07-18API: Add firstchar filter to get vnYorhel1-0/+3
2014-05-16API: Added 'dbstats' commandYorhel1-4/+29
2014-03-11Multi::API: Fix two 'Use of uninitialized value in multiplication'Yorhel1-2/+2
2014-03-10Multi::API: Expose popularity, rating and votecountYorhel1-1/+7
2013-01-18Multi::API: Added basic 'get character' commandYorhel1-4/+96
2013-01-04Multi::API: Added 'tags' flag and member to 'get vn'Yorhel1-1/+13
2013-01-04Multi::API: Added 'set wishlist' commandYorhel1-3/+20
2013-01-04Multi::API: Added 'set vnlist'Yorhel1-6/+31
2013-01-04Multi::API: Added 'set' command 'set votelist'Yorhel1-1/+47
2013-01-03Multi::API: Added 'get vnlist' and 'get wishlist'Yorhel1-2/+86
2013-01-03Multi::API: Added 'get votelist'Yorhel1-4/+47
2013-01-03Multi::API: Tighten input validation for integersYorhel1-12/+17
2012-01-28Multi::API: Check input values for 'get vn (lang=..)'Yorhel1-2/+2
2011-12-04Multi::API: Fixed crash on login sequenceYorhel1-1/+1
2011-08-22Removed support for pre-2.6 passwordsYorhel1-1/+1
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