summaryrefslogtreecommitdiffstats
path: root/perl/Rspamd/Object.xs
Commit message (Collapse)AuthorAgeFilesLines
* * Perl fixes:Vsevolod Stakhov2009-11-161-166/+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
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-031-1/+1
| | | | | | | | * Add ability to attach string lists to symbols * Check destructors and do not add identical destructors (argument and function) to pool's destructors * Remove 2 warnings when building with gmime22 * Attach url names to surbl symbols * Fix bug with blocking on read (I think it is linux specific thought)
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-021-1/+15
|
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-261-0/+152
* Add documentation for Mail::Rspamd * Add install targets to cmake --HG-- rename : perl/rspamd.pm => perl/Rspamd.pm rename : perl/rspamd.xs => perl/Rspamd.xs