aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Client.pm
Commit message (Collapse)AuthorAgeFilesLines
* * Perl fixes:Vsevolod Stakhov2009-11-161-467/+0
| | | | | | | | | | - remove XS API, it seems that I would never support it - use sys(write|read) for IO in Mail::Rspamd::Client - add proper installation process for Mail::Rspamd::Client - remove some other legacy --HG-- rename : perl/Client.pm => perl/lib/Mail/Rspamd/Client.pm
* * Check whether dead flag is defined in hash to avoid warningVsevolod Stakhov2009-11-091-1/+1
|
* * Implement timeouts in rspamd perl moduleVsevolod Stakhov2009-10-241-16/+199
| | | | | | * Implement upstream logics * Add learn command * Small fixes to other parts of client's API
* * Add perl client library for rspamd (alpha version)Vsevolod Stakhov2009-10-211-0/+284