summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add utility to convert ip to int.Vsevolod Stakhov2014-03-291-0/+68
* Merge pull request #58 from dottedmag/masterVsevolod Stakhov2014-03-291-11/+6
|\
| * Rename variable to decrease confusionMikhail Gusarov2014-03-291-4/+4
| * Fix checking for error in systemd_get_socketMikhail Gusarov2014-03-291-1/+1
| * Don't call listen(3) on systemd sockets, already doneMikhail Gusarov2014-03-281-7/+2
| * LISTEN_FDS specifies number of passed sockets, not the first available fdMikhail Gusarov2014-03-281-2/+2
* | Add common resolver function.Vsevolod Stakhov2014-03-283-14/+80
|/
* Fix initialization order.Vsevolod Stakhov2014-03-212-7/+7
* Remove warning.Vsevolod Stakhov2014-03-081-1/+1
* Add Log header to prevent logging of a task.Vsevolod Stakhov2014-03-083-2/+19
* Restore 'saveactions' target in webui.Vsevolod Stakhov2014-02-281-86/+63
* Implement secure IPs for webui.Vsevolod Stakhov2014-02-281-9/+26
* Add an utility to parse IP tree from a string.Vsevolod Stakhov2014-02-284-26/+45
* Implement learn spam and learn ham.Vsevolod Stakhov2014-02-281-70/+99
* Rework HTTP router.Vsevolod Stakhov2014-02-283-23/+100
* Adopt DNS logging.Vsevolod Stakhov2014-02-209-8/+11
* Varargs versions of logging functions.Vsevolod Stakhov2014-02-202-35/+57
* Do not send multiple SURBL requests with the same domain.Vsevolod Stakhov2014-02-201-17/+41
* Set flag for systemd sockets definitions.Vsevolod Stakhov2014-02-201-0/+1
* Set cloexec flag to sockets obtained from systemd.Vsevolod Stakhov2014-02-201-1/+5
* Support accepting listening sockets from systemd.Vsevolod Stakhov2014-02-203-4/+61
* Fix PTR requests handling.Vsevolod Stakhov2014-02-193-15/+19
* Integrate rspamd with librdns.Vsevolod Stakhov2014-02-1913-1511/+94
* Add rdns as a submodule.Vsevolod Stakhov2014-02-192-1/+1
* Rework bloom hash library to use XXHash.Vsevolod Stakhov2014-02-183-156/+58
* Move xxhash to contrib.Vsevolod Stakhov2014-02-184-641/+3
* Remove judy and use glib hash tables.Vsevolod Stakhov2014-02-181-219/+177
* Fix empty messages processing.Vsevolod Stakhov2014-02-186-6/+21
* Rework LRU hash logic.Vsevolod Stakhov2014-02-188-37/+68
* Update copyright and debian files.Vsevolod Stakhov2014-02-171-22/+1
* Fix memory leak in fuzzy_add command.Vsevolod Stakhov2014-02-141-14/+22
* Fix nameservers setup.Vsevolod Stakhov2014-02-122-10/+14
* Remove dated configuration example & add another missing option registrationAndrew Lewis2014-02-071-23/+1
* Tokenize subject even if a message is empty.Vsevolod Stakhov2014-02-051-2/+3
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-047-352/+8
* Fix classifiers config for repeated sections.Vsevolod Stakhov2014-02-031-5/+31
* Remove deprecated code.Vsevolod Stakhov2014-02-032-105/+0
* Remove CC warning.Vsevolod Stakhov2014-02-031-1/+1
* Fix with libucl.Vsevolod Stakhov2014-02-021-2/+11
* Use more clever time values to setup entropy.Vsevolod Stakhov2014-02-021-1/+12
* Fix issue with random numbers generator in dns.Vsevolod Stakhov2014-02-021-2/+2
* Merge pull request #34 from fatalbanana/masterVsevolod Stakhov2014-01-311-1/+14
|\
| * Check for [ip.address]-style HELO and suppress lookupsAndrew Lewis2014-01-311-1/+1
| * Support HELO blacklist and fix options registration for RDNS blacklistAndrew Lewis2014-01-311-1/+14
* | Sync from libucl.Vsevolod Stakhov2014-01-313-19/+47
|/
* Fix GString expanding.Vsevolod Stakhov2014-01-292-3/+8
* Fix webui.Vsevolod Stakhov2014-01-291-0/+3
* Sync with libucl.Vsevolod Stakhov2014-01-295-35/+136
* Reenable piechart and history functions in webui.Vsevolod Stakhov2014-01-291-64/+62
* Warn about composites redefinition.Vsevolod Stakhov2014-01-291-1/+10