aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librspamdclient.c
Commit message (Collapse)AuthorAgeFilesLines
* Move librspamdclient to separate directory.Vsevolod Stakhov2011-10-181-1960/+0
| | | | | | --HG-- rename : lib/librspamdclient.c => lib/client/librspamdclient.c rename : lib/librspamdclient.h => lib/client/librspamdclient.h
* Make buffers non-static.Vsevolod Stakhov2011-08-101-3/+3
|
* * Make librspamdclient thread-safeVsevolod Stakhov2011-08-101-45/+43
|
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-5/+5
|
* Fix controller stages and debug info.Vsevolod Stakhov2011-08-011-4/+13
| | | | Handle timeouts in librspamdclient correctly.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-0/+50
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* * Add learn_spam/learn_ham interface to librspamdclient and to rspamcVsevolod Stakhov2011-07-141-4/+161
| | | | | * Improve logic of io dispatcher restoration Remove correction factor from bayes as it leads to classify errors.
* Handle files with zero lenght properly.Vsevolod Stakhov2011-06-171-0/+21
| | | | Reported by: Andrej Zverev
* Fix bug in librsapmdclient with uninitialized struct field.Vsevolod Stakhov2011-06-021-0/+1
| | | | Fix bug in DNS parser that caused invalid parsing of CNAME fields.
* * Rework build process:Vsevolod Stakhov2011-05-101-11/+152
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* Add support of uptime command to rspamc.0.3.8Vsevolod Stakhov2011-03-151-0/+21
| | | | | Update manpages. Add script for generating manpages from pod.
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-151-21/+56
|
* Fix bug with several metrics output. [1]Vsevolod Stakhov2011-02-141-6/+7
| | | | | | Install surbl-whitelist. [1] [1] Reported by Victor Ustugov
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-3/+3
| | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now
* Avoid double free in librspamdclient.Vsevolod Stakhov2011-02-031-2/+0
|
* Fix build on FreeBSD.Vsevolod Stakhov2011-02-021-3/+3
|
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-011-6/+450
| | | | | | | * REMOVE perl client (at last) Fixed some stupid moments in a controller's protocol Change version to 0.3.5
* * Add C client for rspamd that is using librspamdclientVsevolod Stakhov2011-01-311-38/+192
|
* * Initial release of librspamdclientVsevolod Stakhov2011-01-281-0/+930