aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use libucl as git submodule.Vsevolod Stakhov2014-04-1030-6740/+10
* Implement 0.6 compatible output.Vsevolod Stakhov2014-04-061-5/+53
* Add compatibility output for rspamd 0.6 protocol.Vsevolod Stakhov2014-04-062-33/+60
* Use is_json for compatibility output.Vsevolod Stakhov2014-04-052-1/+3
* Update method from http parser to http message.Vsevolod Stakhov2014-04-051-0/+2
* Process compatibility methods.Vsevolod Stakhov2014-04-051-3/+15
* Upgrade rdns.Vsevolod Stakhov2014-04-0310-69/+71
* Fix misusage of ip object.Vsevolod Stakhov2014-04-031-3/+3
* Improve error reporting.Vsevolod Stakhov2014-03-301-6/+14
* Allow to handle static files throught webui.Vsevolod Stakhov2014-03-301-1/+9
* Allow rspamd HTTP router to serve static files.Vsevolod Stakhov2014-03-304-16/+89
* Update plugins.Vsevolod Stakhov2014-03-292-8/+8
* Handle invalid IP addresses.Vsevolod Stakhov2014-03-292-18/+39
* Fix plugins.Vsevolod Stakhov2014-03-293-4/+4
* 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