summaryrefslogtreecommitdiff
path: root/lib/Multi
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-31Merge branch 'beta'2.22Yorhel2-5/+5
2011-12-29Maintain VN search cache for hidden entries as wellYorhel1-2/+2
2011-12-04Multi::API: Fixed crash on login sequenceYorhel1-1/+1
2011-10-05Multi::Feed: Also add the URL to the author's uriDaniel Cordero1-1/+1
2011-10-04Multi::Feed: Add URL to alternative linksDaniel Cordero1-2/+2
2011-08-23Added email confirmation to registration processYorhel1-2/+10
2011-08-22Removed support for pre-2.6 passwordsYorhel1-1/+1
2011-07-07Multi::IRC: Randomly kick people who use !quoteYorhel1-3/+5
2011-05-17Multi::Feed: Show full summary and refresh more oftenYorhel1-2/+2
2011-04-29affiliates: +data column, hide hidden links, better browser, Multi fixesYorhel2-1/+2
2011-04-08Update traits_chars cache daily using Multi::MaintenanceYorhel1-4/+10
2011-04-08Added char/tag/trait stats to database statistics boxYorhel1-0/+3
2011-04-03Multi::IRC: Actually announce new traitsYorhel1-1/+1
2011-04-01Multi::IRC: Don't spam the channel with old trait announcementsYorhel1-2/+2
2011-03-30Multi::IRC: Forgot to add a character type somewhereYorhel1-0/+1
2011-02-22chardb: +image quality, -other blood type, typo fix, +gender iconsYorhel1-1/+1
2011-02-19chardb: Made bb2html() and Multi::IRC aware of c+, c+.+ and i+Yorhel1-5/+8
2011-02-16chardb: Added image to character entriesYorhel2-5/+40
2011-02-14chardb: Made Multi aware of traitsYorhel1-7/+16
2011-01-27Multi::RG: Use TUWF::XML instead of XML::WriterYorhel1-8/+5
2011-01-27Multi::Feed: Use TUWF::XML instead of XML::WriterYorhel1-22/+22
2011-01-27TUWF: Use the uri_escape() provided by TUWFYorhel1-1/+2
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-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