aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
...
* Save input in rspamd client request.Vsevolod Stakhov2015-07-313-14/+42
|
* Fix coredump in a client (double free).Vsevolod Stakhov2015-05-121-2/+2
|
* Fix client's callback return result.Vsevolod Stakhov2015-05-081-1/+1
|
* Show fuzzy checked statistics in the client.Vsevolod Stakhov2015-04-211-0/+26
|
* Stop providing fake ip by rspamc.Vsevolod Stakhov2015-03-281-1/+1
|
* Add default host and helo for a client.Vsevolod Stakhov2015-03-131-3/+3
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-131-41/+4
|
* Fix potential issues as found by coverity.Vsevolod Stakhov2015-02-051-6/+8
|
* Fix some initializations.Vsevolod Stakhov2015-02-031-1/+1
|
* Use keypairs cache.Vsevolod Stakhov2015-02-021-1/+5
|
* Return statfiles stats from controller.Vsevolod Stakhov2015-02-011-2/+4
|
* Fix peer keys handling.Vsevolod Stakhov2015-01-301-4/+4
|
* Fix issues with base32 encoding.Vsevolod Stakhov2015-01-291-6/+11
|
* Fix keys initialization.Vsevolod Stakhov2015-01-291-1/+1
|
* Implement keys manipulation in client.Vsevolod Stakhov2015-01-293-4/+28
|
* Fix build on SunOSSebastian Wiedenroth2015-01-181-2/+10
| | | | | - the struct dirent d_type is not available on SunOS - tm_gmtoff is not a POSIX field
* Remove direct ucl access.Vsevolod Stakhov2014-12-171-12/+14
|
* Refactor function names.Vsevolod Stakhov2014-11-291-1/+1
|
* Tune extended urls output.Vsevolod Stakhov2014-11-251-1/+6
|
* Add --extended-urls option to rspamc.Vsevolod Stakhov2014-11-251-0/+6
|
* Fix percents display in rspamc.Vsevolod Stakhov2014-11-141-3/+3
|
* Reduce default number of parallel requests to 8.Vsevolod Stakhov2014-10-151-1/+1
|
* Print filename properly.Vsevolod Stakhov2014-10-081-2/+3
|
* Show messages in rspamc.Vsevolod Stakhov2014-09-231-5/+10
|
* Add pre-result as `reason` key for the output.Vsevolod Stakhov2014-09-231-0/+4
|
* Fix profiler linkage.Vsevolod Stakhov2014-09-171-0/+3
|
* Fix type in stat output.Vsevolod Stakhov2014-09-121-4/+2
|
* Release 0.7.0.0.7.0Vsevolod Stakhov2014-09-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use HTTP protocol for all operatiosn * Webui worker is now removed and controller works as webui * Allow to serve static files via controller by option `static_dir` * Rspamd interface is now a part of rspamd * Rspamc client has been rewritten to use HTTP and non-blocking mode allowing to start multiple operations simultaneously (see `-n` option) * Lua API was completely reworked to satisfy modern standards of LUA: * Module `lua-message` was removed * Reduced number of superglobals registered by rspamd * Many functions has been redesigned * Symbols registration is now more convenient * Users settings has been rewritten as lua plugin * Reworked headers system as gmime's based one misses many headers and is very slow to get headers values * Reorganized code and removed embedded jannsson by using UCL for all json parsing * Migrated to `librdns` for DNS resolving that improves concurrency for DNS requests significantly * Fixed tonns of bugs in MIME processing * Improved metrcis and default symbol's weights * Added new RBL's * Fixed a number of issues in the modules * Removed several memory leaks found * Fix unicode processing * Fix fuzzy checking for unicode parts * Significantly improve documentation and especially LUA API docs * See migration notes at https://rspamd.com/doc/migration.html Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Add alias `--ucl` for `--raw`.Vsevolod Stakhov2014-09-111-1/+3
|
* Restore old view of `rspamc stat`Vsevolod Stakhov2014-09-111-2/+108
|
* Fix directories processing in rspamc.Vsevolod Stakhov2014-09-101-11/+65
|
* Pre-compile config.hVsevolod Stakhov2014-08-291-1/+3
|
* Fix linkage for rspamc if NO_SHARED is ON.Vsevolod Stakhov2014-08-151-4/+9
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-233-131/+186
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-233-188/+133
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-233-133/+188
|
* Do not add weight if not requested.Vsevolod Stakhov2014-05-011-2/+2
|
* Handle 'weight' and 'flag' for fuzzy commands.Vsevolod Stakhov2014-04-301-0/+12
|
* Use status line in client.Vsevolod Stakhov2014-04-301-1/+2
|
* Allow to scan via controller as well.Vsevolod Stakhov2014-04-301-1/+1
|
* Human readable output of counters command.Vsevolod Stakhov2014-04-231-52/+64
|
* Json output assumes raw flag.Vsevolod Stakhov2014-04-231-0/+3
|
* Fix spaces formatting.Vsevolod Stakhov2014-04-231-6/+6
|
* Make human readable `uptime` output.Vsevolod Stakhov2014-04-231-1/+43
|
* Use '/auth' instead of '/login'Vsevolod Stakhov2014-04-231-1/+1
|
* Allow http path != command name.Vsevolod Stakhov2014-04-221-2/+14
|
* Fix output for input-less commands.Vsevolod Stakhov2014-04-221-1/+6
|
* Add password header.Vsevolod Stakhov2014-04-221-0/+3
|
* Support no-input commands for rspamc.Vsevolod Stakhov2014-04-221-1/+20
|
* Adopt new libucl.Vsevolod Stakhov2014-04-191-5/+5
|