aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Remove unnecessary variableMikhail Gusarov2014-03-061-2/+1
| | |
| | * Describe incompatible changes in NEWS.DebianMikhail Gusarov2014-03-061-0/+15
| | |
| | * Get rid of multiple rspamd instances (use LXC/systemd-nspawn instead)Mikhail Gusarov2014-03-061-61/+45
| | |
| | * Do not allow to override user/group for rspamd in /etc/default/rspamdMikhail Gusarov2014-03-062-9/+2
| |/
* / Remove judy and use glib hash tables.Vsevolod Stakhov2014-03-213-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).
* Merge pull request #49 from dottedmag/debianVsevolod Stakhov2014-02-249-165/+84
|\ | | | | Debianization
| * Add debhelper mark to the end of postinst to start daemon after creating ↵Mikhail Gusarov2014-02-231-2/+2
| | | | | | | | user/group
| * Add postrm to remove log/lib files on purgeMikhail Gusarov2014-02-231-0/+16
| |
| * pid-file for rspamd is in /run/rspamdMikhail Gusarov2014-02-231-1/+1
| |
| * _rspamd user needs --force-badnameMikhail Gusarov2014-02-231-0/+1
| |
| * Re-enable packaged hiredisMikhail Gusarov2014-02-231-3/+4
| |
| * Reindent for better readabilityMikhail Gusarov2014-02-231-15/+15
| |
| * Fix permissions in package, don't change it in postinstMikhail Gusarov2014-02-232-2/+4
| |
| * Use dh instead of CDBSMikhail Gusarov2014-02-232-12/+12
| |
| * Use _rspamd as a system user in DebianMikhail Gusarov2014-02-233-5/+5
| |
| * No need to specify group for chown explicitlyMikhail Gusarov2014-02-231-1/+1
| |
| * Use /run/rspamd to store pid file, /var/run is obsoleteMikhail Gusarov2014-02-232-2/+2
| |
| * /var/lib/rspamd ownership is fixed, don't allow to overrideMikhail Gusarov2014-02-231-7/+3
| |
| * /var/run is transient, create subdirectory in initscript insteadMikhail Gusarov2014-02-232-6/+2
| |
| * Ship /var/{lib,log}/rspamd in packageMikhail Gusarov2014-02-232-2/+2
| |
| * Move preinst to postinst, rspamd does not need anything in preinstMikhail Gusarov2014-02-231-4/+3
| |
| * Turn off bundled hiredisMikhail Gusarov2014-02-232-2/+3
| |
| * Fix name of pkg-config snippet for hiredisMikhail Gusarov2014-02-231-1/+1
| |
| * Do not remove rspamd user in prerm (See #621833)Mikhail Gusarov2014-02-231-71/+0
| |
| * Use more adduser options to shorten preinstMikhail Gusarov2014-02-231-32/+10
|/
* Rework LRU hash logic.Vsevolod Stakhov2014-02-188-37/+68
|
* Rework resolver library.Vsevolod Stakhov2014-02-1811-579/+516
| | | | | | Conflicts: src/dns.c
* Merge branch 'rspamd-0.6' of github.com:vstakhov/rspamd into rspamd-0.6Vsevolod Stakhov2014-02-180-0/+0
|\
| * Merge pull request #47 from dottedmag/0.6Vsevolod Stakhov2014-02-174-68/+68
| |\ | | | | | | Fixes for manpages found by lintian
* | \ Merge remote-tracking branch 'dottedmag/debian' into rspamd-0.6Vsevolod Stakhov2014-02-187-292/+123
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: debian/copyright debian/watch
| * | | Remove watch file from native packageMikhail Gusarov2014-02-171-2/+0
| | | |
| * | | Put myself into Maintainer fieldMikhail Gusarov2014-02-171-1/+1
| | | |
| * | | Remove changelog entries for Debian uploadMikhail Gusarov2014-02-171-124/+3
| | | |
| * | | rspamd is now a native Debian packageMikhail Gusarov2014-02-171-1/+1
| | | |
| * | | Remove cruftMikhail Gusarov2014-02-172-2/+0
| | | |
| * | | Update watch file (source code moved to GitHub)Mikhail Gusarov2014-02-171-1/+1
| | | |
| * | | Update source locationMikhail Gusarov2014-02-171-1/+1
| | | |
| * | | Move license texts to separate License blocksMikhail Gusarov2014-02-171-99/+111
| | | |
| * | | Clarified with author that Debianization is BSD-2-clause, not GPLMikhail Gusarov2014-02-171-21/+2
| | | |
| * | | Clarify that uthash license is not BSD-2-clauseMikhail Gusarov2014-02-171-1/+1
| | | |
| * | | Extract BSD-2-clause into separate License blockMikhail Gusarov2014-02-171-44/+25
| | |/ | |/|
* | | Merge remote-tracking branch 'dottedmag/0.6' into rspamd-0.6Vsevolod Stakhov2014-02-184-68/+68
|\| |
| * | Fix hyphen-minus confusion in manpagesMikhail Gusarov2014-02-174-68/+68
| |/
* | Misprint.Vsevolod Stakhov2014-02-171-1/+1
| |
* | Update copyright and debian files.Vsevolod Stakhov2014-02-174-56/+101
|/ | | | | | Conflicts: debian/changelog
* Fix memory leak in fuzzy_add command.Vsevolod Stakhov2014-02-141-14/+22
|
* Fix overrides for a metric.Vsevolod Stakhov2014-02-121-4/+6
| | | | Fixes #33
* Fix nameservers setup.Vsevolod Stakhov2014-02-122-10/+14
| | | | | | Conflicts: src/dns.c
* Tweak updated config example for consistency/clarityAndrew Lewis2014-02-101-1/+1
|
* Fix documentation for RBL module - rbls {} was not referencedAndrew Lewis2014-02-101-4/+7
|