summaryrefslogtreecommitdiff
path: root/lib/Multi
AgeCommit message (Expand)AuthorFilesLines
2015-04-27Multi::Core: Make log level configurableYorhel1-1/+1
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 AnyEventYorhel2-510/+317
2015-04-27Multi: Backport staff database changes from master branchYorhel2-7/+14
2014-12-21Multi: WIP Converting Multi::API to AnyEventYorhel2-669/+636
2014-10-31Multi::IRC: Converted to use AnyEventYorhel2-525/+379
2014-10-29Multi: Use AnyEvent::Pg's last_query_start_time()Yorhel1-1/+2
2014-10-28Multi: More convenient error handling for one-shot queriesYorhel2-10/+20
2014-10-24Multi::Anime: Converted to use AnyEventYorhel1-172/+176
2014-10-22Multi::RG: Converted to use AnyEventYorhel2-196/+190
2014-10-22Multi::APIDump: Converted to use AnyEventYorhel1-94/+61
2014-10-22Multi::Maintenance: Converted to use AnyEventYorhel3-212/+152
2014-10-22Multi: Add pg_cmd function for more robust error handlingYorhel2-20/+49
2014-10-22Multi::Feed: Log SQL timesYorhel1-5/+4
2014-10-21Multi: Implement clean shutdown againYorhel2-9/+30
2014-10-21Multi: Rewrote Feed to AnyEvent + various fixesYorhel2-94/+111
2014-10-21Multi: Started on a rewrite to AnyEventYorhel1-74/+57
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-10-11SQL: Convert login_throttle.timeout to a timestamptzYorhel1-2/+2
2014-09-25Multi: Update maintenance timings + disable usercacheYorhel1-10/+14
2014-08-29API: Make sure to honor the new login throttleYorhel1-7/+29
2014-08-29Throttle failed login attempts (10/day)Yorhel1-2/+9
2014-08-21API dump: Add daily votes dumpYorhel1-1/+34
2014-08-21API: Increase max result counts for userlistsYorhel1-2/+4
2014-08-19Multi: Run maintenance tasks at 12:00 GMTYorhel1-7/+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-18Added daily-generated JSON dump of the trait informationYorhel1-12/+50
2013-01-05Don't use Multi for processing screenshotsYorhel1-92/+0
2013-01-05Don't use Multi for processing character imagesYorhel1-36/+2
2013-01-05Don't use Multi for processing VN cover imagesYorhel1-37/+3
2013-01-05Move api/tags.json.gz to the main domainYorhel1-1/+1
2013-01-04Added daily-generated JSON dump of the tag informationYorhel1-0/+78
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