summaryrefslogtreecommitdiff
path: root/lib/POE
AgeCommit message (Collapse)AuthorFilesLines
2010-12-04API: Allow extra whitespace after "get .." commandYorhel1-1/+1
2010-03-09Multi::API: Properly format returned error message on incorrect UTF8Yorhel1-1/+5
2010-03-09Multi::API: Got rid of perl warning on incorrect JSON::XS::decode_prefix()Yorhel1-1/+1
substr outside of string at /www/vndb/lib/POE/Filter/VNDBAPI.pm line 124. I have no idea what input caused JSON::XS to return an invalid character offset... but oh well.
2009-12-28Rewrote POE::Filter::VNDBAPI to be more genericYorhel1-81/+54
A POE::Filter shouldn't do anything more than parsing incoming data into perl structures and vice versa. The previous implementation had too much logic in the filter itself, which has now been moved into Multi::Anime.
2009-11-13API: Added sorting and paginationYorhel1-6/+15
2009-11-04API: Initial commit of the W.I.P. public APIYorhel1-0/+303
d11 does not fully reflect what has been implemented, and things are likely to change.