summaryrefslogtreecommitdiff
path: root/lib/Multi
AgeCommit message (Expand)AuthorFilesLines
2010-12-13Multi::IRC: Don't report new postsYorhel1-1/+1
2010-12-09Write VNDBUtil::uri_escape() and removed dependency on URI::EscapeYorhel1-4/+3
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/passwordYorhel2-8/+17
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-11-13Added <link> elements for the related atom feeds to some pagesYorhel1-33/+18
2010-11-13Multi::Feed: Added Atom feedsYorhel1-0/+185
2010-11-10Multi::RG: Use dotted line to indicate unofficial status in VN relationsYorhel1-15/+16
2010-11-02Multi::Image: Abstracted image dimension calculation into VNDBUtilYorhel1-29/+10
2010-11-02Multi::Image: Moved image size configuration to global.plYorhel1-4/+2
2010-11-02Removed XML sitemapYorhel1-154/+0
2010-11-01Multi::Maintenance: Automatically remove read notifications after a monthYorhel1-2/+9
2010-10-31Multi::Anime: Remove useless statementYorhel1-1/+0
2010-10-31Multi::Anime: don't crash when anidb returns an invalid or empty yearYorhel1-1/+1
2010-03-13Multi::IRC: Changed !vn command to use the new search functionYorhel1-16/+15
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-13Improved VN searchYorhel1-0/+53
2010-03-08Multi::API: Fixed 'Unkown' -> 'Unknown'applehq1-5/+5
2010-03-05API: Added image field to 'get vn'Yorhel1-1/+2
2010-02-17Multi::IRC: Added !scr command for reverse screenshot lookupYorhel1-1/+27
2010-02-13Multi::Anime: Some minor fixes when the UDP API is down or returns an errorYorhel1-3/+3
2010-02-02SQL: Converted language columns to an ENUM typeYorhel2-10/+9
2010-01-26Automatically remove sessions that haven't been used for a monthYorhel1-2/+9
2010-01-24Multi::IRC: Announcements are colored in blue rather than redYorhel1-14/+16
2009-12-28Highlight opened VN/producer in relation graphsYorhel1-5/+6
2009-12-28Rewrote POE::Filter::VNDBAPI to be more genericYorhel1-7/+9
2009-12-18Multi::Anime: Less verbose loggingYorhel1-10/+7
2009-12-06Multi::Maintenance: Only run update_vncache() on VNs released within the past...Yorhel1-8/+25
2009-12-05SQL: Don't allow argument of update_vncache() to be 0Yorhel1-1/+1
2009-11-29SQL: Rewrote tag_vn_calc() to use a WITH RECURSIVE .. SELECT queryYorhel1-3/+3
2009-11-17Multi::Core: Surpress warning about STDIO being tied in POE::Wheel::RunYorhel1-1/+8
2009-11-17Multi::Core: Call $poe_kernel->has_forked() after forkingYorhel1-0/+1
2009-11-15SQL: Fixed bug in bayesian rating calculationYorhel1-1/+1
2009-11-14SQL: Don't count users with ign_votes in bayesian ratingYorhel1-2/+2
2009-11-14SQL: Cached bayesian VN rating and vote countsYorhel1-2/+16
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::IRC: Tweaked the idlequote timingsYorhel1-2/+2
2009-11-13Multi::IRC: More efficient and better throttle algorithmYorhel1-11/+11