aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug for check sender ruleAlexey2013-12-271-1/+1
|
* Fix some cases in unix socket creation.Vsevolod Stakhov2013-12-261-3/+5
|
* Adjust symbols weight according to the default metric.Vsevolod Stakhov2013-12-262-3/+43
|
* Fix fuzzy expiration.Vsevolod Stakhov2013-12-261-32/+60
| | | | Reported by: AL
* Fix linking libraries.Vsevolod Stakhov2013-12-261-1/+1
|
* Rework build system.Vsevolod Stakhov2013-12-261-4/+5
|
* Fix reload of rspamd.Vsevolod Stakhov2013-12-255-57/+34
|
* Add function rspamd_config:register_symbolsVsevolod Stakhov2013-12-241-4/+51
| | | | | | Use the following syntax: rspamd_config:register_symbols(<callback>, [weight(optional)], 'symbol1', 'symbol2' ...)
* Fix dkim checks for relaxed body encoding.Vsevolod Stakhov2013-12-241-12/+26
|
* Use dynamic buffer for stat and counters.Vsevolod Stakhov2013-12-232-44/+74
|
* Simplify logfiles escaping.Vsevolod Stakhov2013-12-233-78/+28
|
* Rework printf functions.Vsevolod Stakhov2013-12-232-177/+187
|
* Add dns_sockets option to configuration (16 is default setting).Vsevolod Stakhov2013-12-201-0/+2
|
* Do not check invalid IP addresses.Vsevolod Stakhov2013-12-202-3/+3
|
* Fix critical bug in DNS resolver.Vsevolod Stakhov2013-12-201-30/+10
|
* Sync from libucl.Vsevolod Stakhov2013-12-193-19/+137
|
* Add commands help for rspamc.Vsevolod Stakhov2013-12-181-1/+119
|
* Fix spf lists insertion.Vsevolod Stakhov2013-12-181-1/+1
|
* Use sockets pool for DNS requests.Vsevolod Stakhov2013-12-184-82/+128
| | | | Inspired by: Vadim Goncharov
* Do not break lua plugins if there is no DNS.Vsevolod Stakhov2013-12-161-2/+6
|
* Sync with libucl.Vsevolod Stakhov2013-12-141-7/+7
|
* Revert dns changes for now, as they require more testing.Vsevolod Stakhov2013-12-102-150/+78
|
* Rework rspamd DNS resolver.Vsevolod Stakhov2013-12-106-113/+144
|
* Randomize source port to make a DNS request.Vsevolod Stakhov2013-12-093-13/+62
|
* Move PRNG seeding function to the util set.Vsevolod Stakhov2013-12-093-24/+33
|
* Rework once_received plugin.Vsevolod Stakhov2013-12-091-24/+28
|
* Fix bug with DNS labels decompression.Vsevolod Stakhov2013-12-091-39/+66
|
* Rework emails plugin.Vsevolod Stakhov2013-12-091-85/+34
|
* Fix emails detection.Vsevolod Stakhov2013-12-091-4/+13
|
* Fix fuzzy_add for messages without valid parts.Vsevolod Stakhov2013-12-091-3/+9
|
* Add resolve_mx method.Vsevolod Stakhov2013-12-091-0/+35
|
* Improve logging for fuzzy.0.6.2Vsevolod Stakhov2013-12-061-1/+5
|
* Fixes to fuzzy_check module.Vsevolod Stakhov2013-12-062-12/+24
| | | | | | - Use more smart normalizing by multiplying value to e for tanh function. - Do not print the full fuzzy hash in the log output. - Log a proper command in fuzzy controller command.
* Fix 'classic' sizeof(pointer) error.Vsevolod Stakhov2013-12-061-1/+1
|
* Always use one_shot mode for fuzzy_check.Vsevolod Stakhov2013-12-061-1/+1
|
* off_t may be not compatible with size_t.Vsevolod Stakhov2013-12-051-1/+1
|
* Import bugfix from libucl.Vsevolod Stakhov2013-12-051-1/+1
|
* Fix unix sockets for workers binding.Vsevolod Stakhov2013-12-053-7/+3
|
* Fix resizing of statfiles.Vsevolod Stakhov2013-12-051-2/+3
|
* Allow to skip unknown flags in fuzzy_check module.Vsevolod Stakhov2013-12-051-4/+14
|
* Do not resize statfile if old_size == new_size.Vsevolod Stakhov2013-12-051-1/+1
|
* Do not actually allow to set zero size to statfiles.Vsevolod Stakhov2013-12-051-1/+4
|
* Fix initialization order.Vsevolod Stakhov2013-12-051-7/+7
|
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-043-31/+42
|
* Fix wrong attribute name.Vsevolod Stakhov2013-12-041-1/+1
|
* Set read_only to FALSE by default.Vsevolod Stakhov2013-12-041-1/+1
|
* Fix misprint.Vsevolod Stakhov2013-12-041-1/+1
|
* Merged in simonpin/rspamd (pull request #1)Vsevolod Stakhov2013-12-041-4/+8
|\ | | | | | | Fixed bug in whitelist plugin with getting from address
| * Fixed bug in whitelist plugin with getting from addressSimon Pin2013-12-041-4/+8
| |
* | Init logging just after config is parsed by ucl.Vsevolod Stakhov2013-12-045-19/+34
| |