summaryrefslogtreecommitdiffstats
path: root/lib/client/librspamdclient.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy client and rework build system.Vsevolod Stakhov2014-01-191-1561/+0
| | | | | --HG-- rename : lib/CMakeLists.txt => src/CMakeLists.txt
* Fix timeout error message.Vsevolod Stakhov2013-11-081-1/+1
|
* Remove ipv4 legacy from librspamdclient.Vsevolod Stakhov2013-07-201-18/+0
|
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-1/+2
|
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-1/+11
| | | | | Many changes to advanced statistic and meta-classification logic. Add example of complex meta-classification.
* Fix learning throught restfull interface.Vsevolod Stakhov2012-09-181-2/+6
|
* Remove legacy stuff from librspamdclient.Vsevolod Stakhov2012-09-181-161/+25
| | | | Add support of unix socket for client library and rspamc.
* Rewrite controller's logic in librspamdclient and rspamc application.Vsevolod Stakhov2012-09-171-729/+437
|
* Fix rspamdclient bug while reading controller's greeting.Vsevolod Stakhov2012-06-051-22/+31
|
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-051-23/+11
|
* * Add ability to specify dnsbls for smtp_proxy.Vsevolod Stakhov2012-04-271-13/+35
| | | | | Fix handling of params with the same name in configuration. Add ability for rspamc to bind on a local address.
* * Allow full access to controller's commands without a password ifVsevolod Stakhov2012-04-231-37/+50
| | | | | controller password is not specified in configuration. Fix some minor stuff while I'm here.
* Use DB_HASH access method for bdb backend.Vsevolod Stakhov2012-03-011-15/+15
| | | | Fix signed and unsigned comparasion while I'm here.
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-201-7/+7
|
* Move librspamdclient to separate directory.Vsevolod Stakhov2011-10-181-0/+1960
--HG-- rename : lib/librspamdclient.c => lib/client/librspamdclient.c rename : lib/librspamdclient.h => lib/client/librspamdclient.h