aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid variables conflict.Vsevolod Stakhov2015-02-133-3/+5
* Add ignore duplicate learnings logic.Vsevolod Stakhov2015-02-131-1/+22
* Configure learn caches.Vsevolod Stakhov2015-02-134-9/+36
* Add sqlite3 learn cache.Vsevolod Stakhov2015-02-133-2/+214
* Use "unknown" for absent hostname.Vsevolod Stakhov2015-02-131-0/+5
* Add task:get_content() method.Vsevolod Stakhov2015-02-131-0/+21
* Minor nonsenseAndrew Lewis2015-02-131-1/+1
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-1311-0/+287
* rbl.lua: remove un-needed character from pattern matchAndrew Lewis2015-02-131-1/+1
* rbl.lua: add reference to documentationAndrew Lewis2015-02-131-0/+4
* once_received.lua: Fix indentation & add exclusion for authenticated usersAndrew Lewis2015-02-131-95/+98
* rbl.lua: Try harder to avoid invalid DNS lookupsAndrew Lewis2015-02-131-2/+15
* Merge pull request #159 from AlexeySa/masterVsevolod Stakhov2015-02-121-1/+2
|\
| * Fix helo checks in rbl.luaAlexey AL2015-02-121-1/+2
* | fix: attempt to index field '?' (a nil value)eneq1232015-02-121-1/+1
|/
* Rename user to exclude_users and invert logicAndrew Lewis2015-02-121-5/+5
* rbl.lua: Don't ask for user unless called for by configAndrew Lewis2015-02-121-8/+10
* Another fix for RBL module (Reported by AL)Andrew Lewis2015-02-121-96/+81
* Fix rbl.luaAlexey AL2015-02-121-2/+0
* Allow to specify keypairs cache externally.Vsevolod Stakhov2015-02-113-6/+10
* Merge pull request #149 from fatalbanana/masterVsevolod Stakhov2015-02-111-2/+2
|\
| * Further amendments for changes to RBL moduleAndrew Lewis2015-02-111-2/+2
* | Merge pull request #146 from fatalbanana/masterVsevolod Stakhov2015-02-111-125/+204
|\|
| * Amendment for rbl.lua updateAndrew Lewis2015-02-111-2/+5
| * Update RBL module: fix indentation; collapse loops; avoid calling for un-need...Andrew Lewis2015-02-111-125/+201
* | We should check here :is_valid() instead of :to_string()eneq1232015-02-111-1/+1
* | set empty <> user or addr for msgs without FROM (the MAIL FROM:<> is RFC 821 ...eneq1232015-02-111-3/+5
* | real_ip to_string should not nileneq1232015-02-111-2/+2
* | Add preliminary API definition for learn cache.Vsevolod Stakhov2015-02-111-0/+44
* | Fix race condition.Vsevolod Stakhov2015-02-091-1/+3
* | Remove old UCL workarounds.Vsevolod Stakhov2015-02-091-6/+0
* | Fix memory leaks in HTTP code.Vsevolod Stakhov2015-02-091-2/+14
* | Small fixes.Vsevolod Stakhov2015-02-091-1/+1
* | Some more BSD fixes.Vsevolod Stakhov2015-02-091-5/+5
* | Check OSXSAVE flag.Vsevolod Stakhov2015-02-091-11/+15
* | Unify align macro.Vsevolod Stakhov2015-02-081-5/+5
|/
* Make settings work as documentedAndrew Lewis2015-02-081-4/+28
* Fix optimized poly1305.Vsevolod Stakhov2015-02-076-7/+15
* Use optimized version of poly1305.Vsevolod Stakhov2015-02-0723-1178/+3709
* Init cryptobox library properly.Vsevolod Stakhov2015-02-072-0/+4
* Fix cryptobox logic.Vsevolod Stakhov2015-02-073-6/+14
* Use libcryptobox in http.Vsevolod Stakhov2015-02-074-26/+33
* Fix beforenm part.Vsevolod Stakhov2015-02-062-6/+31
* Add cryptobox encryption.Vsevolod Stakhov2015-02-061-5/+36
* Implement verification and keypair generation.Vsevolod Stakhov2015-02-063-5/+59
* Set curve25519 bits on keypair generation.Vsevolod Stakhov2015-02-063-23/+4
* Merge pull request #138 from fatalbanana/masterVsevolod Stakhov2015-02-061-2/+32
|\
| * Amendment: fix regex match for unqualified usernamesAndrew Lewis2015-02-061-0/+1
| * Amendment: nest stuffAndrew Lewis2015-02-061-1/+1
| * Allow applying settings to authenticated usersAndrew Lewis2015-02-061-2/+31