aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #50 from dottedmag/masterVsevolod Stakhov2014-02-240-0/+0
|\ | | | | Fix name of pkg-config snippet for hiredis
| * Fix name of pkg-config snippet for hiredisMikhail Gusarov2014-02-241-1/+1
| |
* | Add debhelper mark to the end of postinst to start daemon after creating ↵Mikhail Gusarov2014-02-241-2/+2
| | | | | | | | user/group
* | Add postrm to remove log/lib files on purgeMikhail Gusarov2014-02-241-0/+16
| |
* | pid-file for rspamd is in /run/rspamdMikhail Gusarov2014-02-241-1/+1
| |
* | _rspamd user needs --force-badnameMikhail Gusarov2014-02-241-0/+1
| |
* | Re-enable packaged hiredisMikhail Gusarov2014-02-241-3/+4
| |
* | Reindent for better readabilityMikhail Gusarov2014-02-241-15/+15
| |
* | Fix permissions in package, don't change it in postinstMikhail Gusarov2014-02-242-2/+4
| |
* | Use dh instead of CDBSMikhail Gusarov2014-02-242-12/+12
| |
* | Use _rspamd as a system user in DebianMikhail Gusarov2014-02-243-5/+5
| |
* | No need to specify group for chown explicitlyMikhail Gusarov2014-02-241-1/+1
| |
* | Use /run/rspamd to store pid file, /var/run is obsoleteMikhail Gusarov2014-02-242-2/+2
| |
* | /var/lib/rspamd ownership is fixed, don't allow to overrideMikhail Gusarov2014-02-241-7/+3
| |
* | /var/run is transient, create subdirectory in initscript insteadMikhail Gusarov2014-02-242-6/+2
| |
* | Ship /var/{lib,log}/rspamd in packageMikhail Gusarov2014-02-242-34/+12
| | | | | | | | | | | | Conflicts: debian/postinst
* | Move preinst to postinst, rspamd does not need anything in preinstMikhail Gusarov2014-02-241-4/+3
| |
* | Turn off bundled hiredisMikhail Gusarov2014-02-242-2/+3
| |
* | Fix name of pkg-config snippet for hiredisMikhail Gusarov2014-02-241-1/+1
| |
* | Do not remove rspamd user in prerm (See #621833)Mikhail Gusarov2014-02-241-71/+0
| |
* | 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-1914-1512/+96
| |
* | Add rdns as a submodule.Vsevolod Stakhov2014-02-195-10/+9
|/
* Rework bloom hash library to use XXHash.Vsevolod Stakhov2014-02-183-156/+58
|
* Move xxhash to contrib.Vsevolod Stakhov2014-02-187-7/+12
|
* Remove judy and use glib hash tables.Vsevolod Stakhov2014-02-183-267/+178
| | | | | | | | There is no significant advantage to use Judy arrays over glib HashTables to store hashes in fuzzy storage. Therefore, drop support of Judy completely. Also rename `use_judy` parameter to `strict_hash` indicating that hashes are matched strictly (not a fuzzy match but a hash lookup).
* Fix empty messages processing.Vsevolod Stakhov2014-02-186-6/+21
|
* Rework LRU hash logic.Vsevolod Stakhov2014-02-188-37/+68
|
* Merge remote-tracking branch 'dottedmag/debian' into rspamd-0.6Vsevolod Stakhov2014-02-187-292/+123
| | | | | | | | | | Conflicts: debian/copyright debian/watch Conflicts: debian/changelog
* Misprint.Vsevolod Stakhov2014-02-171-1/+1
|
* Update copyright and debian files.Vsevolod Stakhov2014-02-175-56/+107
|
* Fix memory leak in fuzzy_add command.Vsevolod Stakhov2014-02-141-14/+22
|
* Merge pull request #46 from AlexeySa/masterVsevolod Stakhov2014-02-132-0/+38
|\ | | | | Added Spameatingmonkey RBL, URIBL and fresh URIBL
| * Fix setting for Spameatingmonkey RBLAlexey2014-02-121-1/+1
| | | | | | Remove ipv6 support for RBL
| * Add metric for Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+11
| |
| * Add Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+27
| |
* | Fix nameservers setup.Vsevolod Stakhov2014-02-122-10/+14
| |
* | Merge pull request #45 from fatalbanana/masterVsevolod Stakhov2014-02-073-32/+8
|\ \ | | | | | | Remove dated configuration example & add missing option registration
| * | Tweak updated config example for consistency/clarityAndrew Lewis2014-02-071-1/+1
| | |
| * | Fix documentation for RBL module - rbls {} was not referencedAndrew Lewis2014-02-071-4/+7
| | |
| * | Tweak default RBL module config for brevityAndrew Lewis2014-02-071-5/+0
| | |